oci 2.126.2__py3-none-any.whl → 2.126.4__py3-none-any.whl
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.
- oci/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +2338 -522
- oci/bds/bds_client_composite_operations.py +403 -0
- oci/bds/models/__init__.py +32 -0
- oci/bds/models/backup_node_details.py +99 -0
- oci/bds/models/create_node_backup_configuration_details.py +223 -0
- oci/bds/models/create_node_replace_configuration_details.py +192 -0
- oci/bds/models/level_type_details.py +109 -0
- oci/bds/models/node.py +64 -2
- oci/bds/models/node_backup.py +388 -0
- oci/bds/models/node_backup_configuration.py +410 -0
- oci/bds/models/node_backup_configuration_summary.py +254 -0
- oci/bds/models/node_backup_summary.py +289 -0
- oci/bds/models/node_level_details.py +82 -0
- oci/bds/models/node_replace_configuration.py +364 -0
- oci/bds/models/node_replace_configuration_summary.py +254 -0
- oci/bds/models/node_type_level_details.py +82 -0
- oci/bds/models/remove_node_replace_configuration_details.py +72 -0
- oci/bds/models/replace_node_details.py +165 -0
- oci/bds/models/update_node_backup_configuration_details.py +223 -0
- oci/bds/models/update_node_replace_configuration_details.py +161 -0
- oci/bds/models/work_request.py +39 -3
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +26 -26
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +124 -98
- oci/data_science/models/__init__.py +10 -0
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/data_science/models/pipeline_container_configuration_details.py +101 -0
- oci/data_science/models/pipeline_container_step_details.py +164 -0
- oci/data_science/models/pipeline_container_step_run.py +87 -0
- oci/data_science/models/pipeline_container_step_update_details.py +99 -0
- oci/data_science/models/pipeline_custom_script_step_details.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_update_details.py +30 -3
- oci/data_science/models/pipeline_infrastructure_configuration_details.py +31 -0
- oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
- oci/data_science/models/pipeline_ocir_container_configuration_details.py +228 -0
- oci/data_science/models/pipeline_step_details.py +11 -3
- oci/data_science/models/pipeline_step_override_details.py +29 -2
- oci/data_science/models/pipeline_step_run.py +11 -3
- oci/data_science/models/pipeline_step_update_details.py +11 -3
- oci/data_science/models/update_pipeline_details.py +29 -2
- oci/database/database_client.py +333 -333
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/update_vm_cluster_details.py +33 -2
- oci/database/models/vm_cluster.py +33 -2
- oci/database/models/vm_cluster_summary.py +33 -2
- oci/database_management/db_management_client.py +206 -206
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +608 -28
- oci/email/email_client_composite_operations.py +132 -0
- oci/email/models/__init__.py +10 -0
- oci/email/models/create_email_domain_details.py +31 -0
- oci/email/models/create_email_return_path_details.py +239 -0
- oci/email/models/email_domain.py +82 -0
- oci/email/models/email_return_path.py +577 -0
- oci/email/models/email_return_path_collection.py +72 -0
- oci/email/models/email_return_path_summary.py +444 -0
- oci/email/models/sender.py +15 -3
- oci/email/models/update_email_domain_details.py +31 -0
- oci/email/models/update_email_return_path_details.py +156 -0
- oci/email/models/work_request.py +15 -3
- oci/email/models/work_request_summary.py +15 -3
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/ssl_configuration.py +41 -0
- oci/load_balancer/models/ssl_configuration_details.py +41 -0
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/__init__.py +16 -0
- oci/marketplace_private_offer/attachment_client.py +719 -0
- oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
- oci/marketplace_private_offer/models/__init__.py +48 -0
- oci/marketplace_private_offer/models/attachment.py +446 -0
- oci/marketplace_private_offer/models/attachment_collection.py +72 -0
- oci/marketplace_private_offer/models/attachment_summary.py +293 -0
- oci/marketplace_private_offer/models/buyer_information.py +161 -0
- oci/marketplace_private_offer/models/contact.py +134 -0
- oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
- oci/marketplace_private_offer/models/create_offer_details.py +498 -0
- oci/marketplace_private_offer/models/custom_field.py +103 -0
- oci/marketplace_private_offer/models/offer.py +787 -0
- oci/marketplace_private_offer/models/offer_collection.py +72 -0
- oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
- oci/marketplace_private_offer/models/offer_summary.py +591 -0
- oci/marketplace_private_offer/models/pricing.py +146 -0
- oci/marketplace_private_offer/models/publisher_summary.py +710 -0
- oci/marketplace_private_offer/models/resource_bundle.py +205 -0
- oci/marketplace_private_offer/models/seller_information.py +99 -0
- oci/marketplace_private_offer/models/update_offer_details.py +467 -0
- oci/marketplace_private_offer/models/upload_data.py +134 -0
- oci/marketplace_private_offer/offer_client.py +789 -0
- oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
- oci/marketplace_publisher/__init__.py +5 -1
- oci/marketplace_publisher/attachment_client.py +719 -0
- oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/models/__init__.py +32 -0
- oci/marketplace_publisher/models/attachment.py +446 -0
- oci/marketplace_publisher/models/attachment_collection.py +72 -0
- oci/marketplace_publisher/models/attachment_summary.py +293 -0
- oci/marketplace_publisher/models/buyer_information.py +161 -0
- oci/marketplace_publisher/models/contact.py +134 -0
- oci/marketplace_publisher/models/create_attachment_details.py +134 -0
- oci/marketplace_publisher/models/create_offer_details.py +498 -0
- oci/marketplace_publisher/models/custom_field.py +103 -0
- oci/marketplace_publisher/models/offer.py +787 -0
- oci/marketplace_publisher/models/offer_collection.py +72 -0
- oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
- oci/marketplace_publisher/models/offer_summary.py +591 -0
- oci/marketplace_publisher/models/pricing.py +146 -0
- oci/marketplace_publisher/models/resource_bundle.py +205 -0
- oci/marketplace_publisher/models/seller_information.py +99 -0
- oci/marketplace_publisher/models/update_offer_details.py +467 -0
- oci/marketplace_publisher/models/work_request.py +23 -3
- oci/marketplace_publisher/models/work_request_summary.py +23 -3
- oci/marketplace_publisher/offer_client.py +789 -0
- oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/models/create_listener_details.py +33 -2
- oci/network_load_balancer/models/listener.py +33 -2
- oci/network_load_balancer/models/listener_details.py +33 -2
- oci/network_load_balancer/models/listener_summary.py +33 -2
- oci/network_load_balancer/models/update_listener_details.py +33 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/__init__.py +14 -0
- oci/resource_scheduler/models/__init__.py +58 -0
- oci/resource_scheduler/models/compartment_id_resource_filter.py +113 -0
- oci/resource_scheduler/models/create_schedule_details.py +487 -0
- oci/resource_scheduler/models/defined_tag_filter_value.py +134 -0
- oci/resource_scheduler/models/defined_tags_resource_filter.py +82 -0
- oci/resource_scheduler/models/lifecycle_state_resource_filter.py +82 -0
- oci/resource_scheduler/models/resource.py +121 -0
- oci/resource_scheduler/models/resource_filter.py +133 -0
- oci/resource_scheduler/models/resource_type.py +72 -0
- oci/resource_scheduler/models/resource_type_collection.py +72 -0
- oci/resource_scheduler/models/resource_type_resource_filter.py +82 -0
- oci/resource_scheduler/models/schedule.py +787 -0
- oci/resource_scheduler/models/schedule_collection.py +72 -0
- oci/resource_scheduler/models/schedule_summary.py +815 -0
- oci/resource_scheduler/models/time_created_resource_filter.py +134 -0
- oci/resource_scheduler/models/update_schedule_details.py +452 -0
- oci/resource_scheduler/models/work_request.py +455 -0
- oci/resource_scheduler/models/work_request_error.py +146 -0
- oci/resource_scheduler/models/work_request_error_collection.py +72 -0
- oci/resource_scheduler/models/work_request_log_entry.py +109 -0
- oci/resource_scheduler/models/work_request_log_entry_collection.py +72 -0
- oci/resource_scheduler/models/work_request_resource.py +207 -0
- oci/resource_scheduler/models/work_request_summary.py +453 -0
- oci/resource_scheduler/models/work_request_summary_collection.py +72 -0
- oci/resource_scheduler/schedule_client.py +1778 -0
- oci/resource_scheduler/schedule_client_composite_operations.py +258 -0
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/METADATA +1 -1
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/RECORD +392 -295
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/WHEEL +0 -0
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DbManagementClient(object):
|
|
160
160
|
:rtype: :class:`~oci.response.Response`
|
161
161
|
|
162
162
|
:example:
|
163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
|
164
164
|
"""
|
165
165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
166
166
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -276,7 +276,7 @@ class DbManagementClient(object):
|
|
276
276
|
:rtype: :class:`~oci.response.Response`
|
277
277
|
|
278
278
|
:example:
|
279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
|
280
280
|
"""
|
281
281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
282
282
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -404,7 +404,7 @@ class DbManagementClient(object):
|
|
404
404
|
:rtype: :class:`~oci.response.Response`
|
405
405
|
|
406
406
|
:example:
|
407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
|
408
408
|
"""
|
409
409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
410
410
|
required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
|
@@ -556,7 +556,7 @@ class DbManagementClient(object):
|
|
556
556
|
:rtype: :class:`~oci.response.Response`
|
557
557
|
|
558
558
|
:example:
|
559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
|
560
560
|
"""
|
561
561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
562
562
|
required_arguments = ['managedDatabaseId']
|
@@ -676,7 +676,7 @@ class DbManagementClient(object):
|
|
676
676
|
:rtype: :class:`~oci.response.Response`
|
677
677
|
|
678
678
|
:example:
|
679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
|
680
680
|
"""
|
681
681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
682
682
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -798,7 +798,7 @@ class DbManagementClient(object):
|
|
798
798
|
:rtype: :class:`~oci.response.Response`
|
799
799
|
|
800
800
|
:example:
|
801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
|
802
802
|
"""
|
803
803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
804
804
|
required_arguments = ['externalDbSystemId']
|
@@ -920,7 +920,7 @@ class DbManagementClient(object):
|
|
920
920
|
:rtype: :class:`~oci.response.Response`
|
921
921
|
|
922
922
|
:example:
|
923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
|
924
924
|
"""
|
925
925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
926
926
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -1042,7 +1042,7 @@ class DbManagementClient(object):
|
|
1042
1042
|
:rtype: :class:`~oci.response.Response`
|
1043
1043
|
|
1044
1044
|
:example:
|
1045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
1046
1046
|
"""
|
1047
1047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1048
1048
|
required_arguments = ['jobId']
|
@@ -1166,7 +1166,7 @@ class DbManagementClient(object):
|
|
1166
1166
|
:rtype: :class:`~oci.response.Response`
|
1167
1167
|
|
1168
1168
|
:example:
|
1169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
|
1170
1170
|
"""
|
1171
1171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1172
1172
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -1290,7 +1290,7 @@ class DbManagementClient(object):
|
|
1290
1290
|
:rtype: :class:`~oci.response.Response`
|
1291
1291
|
|
1292
1292
|
:example:
|
1293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
|
1294
1294
|
"""
|
1295
1295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1296
1296
|
required_arguments = ['namedCredentialId']
|
@@ -1400,7 +1400,7 @@ class DbManagementClient(object):
|
|
1400
1400
|
:rtype: :class:`~oci.response.Response`
|
1401
1401
|
|
1402
1402
|
:example:
|
1403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
|
1404
1404
|
"""
|
1405
1405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1406
1406
|
required_arguments = ['managedDatabaseId']
|
@@ -1502,7 +1502,7 @@ class DbManagementClient(object):
|
|
1502
1502
|
:rtype: :class:`~oci.response.Response`
|
1503
1503
|
|
1504
1504
|
:example:
|
1505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
|
1506
1506
|
"""
|
1507
1507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1508
1508
|
required_arguments = ['managedDatabaseId']
|
@@ -1603,7 +1603,7 @@ class DbManagementClient(object):
|
|
1603
1603
|
:rtype: :class:`~oci.response.Response`
|
1604
1604
|
|
1605
1605
|
:example:
|
1606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
|
1607
1607
|
"""
|
1608
1608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1609
1609
|
required_arguments = ['managedDatabaseId']
|
@@ -1716,7 +1716,7 @@ class DbManagementClient(object):
|
|
1716
1716
|
:rtype: :class:`~oci.response.Response`
|
1717
1717
|
|
1718
1718
|
:example:
|
1719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
|
1720
1720
|
"""
|
1721
1721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1722
1722
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -1835,7 +1835,7 @@ class DbManagementClient(object):
|
|
1835
1835
|
:rtype: :class:`~oci.response.Response`
|
1836
1836
|
|
1837
1837
|
:example:
|
1838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
|
1839
1839
|
"""
|
1840
1840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1841
1841
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -1944,7 +1944,7 @@ class DbManagementClient(object):
|
|
1944
1944
|
:rtype: :class:`~oci.response.Response`
|
1945
1945
|
|
1946
1946
|
:example:
|
1947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
|
1948
1948
|
"""
|
1949
1949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1950
1950
|
required_arguments = ['managedDatabaseId']
|
@@ -2047,7 +2047,7 @@ class DbManagementClient(object):
|
|
2047
2047
|
:rtype: :class:`~oci.response.Response`
|
2048
2048
|
|
2049
2049
|
:example:
|
2050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
|
2051
2051
|
"""
|
2052
2052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2053
2053
|
required_arguments = ['managedDatabaseId']
|
@@ -2150,7 +2150,7 @@ class DbManagementClient(object):
|
|
2150
2150
|
:rtype: :class:`~oci.response.Response`
|
2151
2151
|
|
2152
2152
|
:example:
|
2153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
|
2154
2154
|
"""
|
2155
2155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2156
2156
|
required_arguments = []
|
@@ -2246,7 +2246,7 @@ class DbManagementClient(object):
|
|
2246
2246
|
:rtype: :class:`~oci.response.Response`
|
2247
2247
|
|
2248
2248
|
:example:
|
2249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
|
2250
2250
|
"""
|
2251
2251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2252
2252
|
required_arguments = []
|
@@ -2344,7 +2344,7 @@ class DbManagementClient(object):
|
|
2344
2344
|
:rtype: :class:`~oci.response.Response`
|
2345
2345
|
|
2346
2346
|
:example:
|
2347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
|
2348
2348
|
"""
|
2349
2349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2350
2350
|
required_arguments = []
|
@@ -2442,7 +2442,7 @@ class DbManagementClient(object):
|
|
2442
2442
|
:rtype: :class:`~oci.response.Response`
|
2443
2443
|
|
2444
2444
|
:example:
|
2445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
|
2446
2446
|
"""
|
2447
2447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2448
2448
|
required_arguments = []
|
@@ -2545,7 +2545,7 @@ class DbManagementClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = []
|
@@ -2643,7 +2643,7 @@ class DbManagementClient(object):
|
|
2643
2643
|
:rtype: :class:`~oci.response.Response`
|
2644
2644
|
|
2645
2645
|
:example:
|
2646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
|
2647
2647
|
"""
|
2648
2648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2649
2649
|
required_arguments = []
|
@@ -2743,7 +2743,7 @@ class DbManagementClient(object):
|
|
2743
2743
|
:rtype: :class:`~oci.response.Response`
|
2744
2744
|
|
2745
2745
|
:example:
|
2746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
|
2747
2747
|
"""
|
2748
2748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2749
2749
|
required_arguments = []
|
@@ -2840,7 +2840,7 @@ class DbManagementClient(object):
|
|
2840
2840
|
:rtype: :class:`~oci.response.Response`
|
2841
2841
|
|
2842
2842
|
:example:
|
2843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
|
2844
2844
|
"""
|
2845
2845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2846
2846
|
required_arguments = []
|
@@ -2936,7 +2936,7 @@ class DbManagementClient(object):
|
|
2936
2936
|
:rtype: :class:`~oci.response.Response`
|
2937
2937
|
|
2938
2938
|
:example:
|
2939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
|
2940
2940
|
"""
|
2941
2941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2942
2942
|
required_arguments = []
|
@@ -3037,7 +3037,7 @@ class DbManagementClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['managedDatabaseId']
|
@@ -3147,7 +3147,7 @@ class DbManagementClient(object):
|
|
3147
3147
|
:rtype: :class:`~oci.response.Response`
|
3148
3148
|
|
3149
3149
|
:example:
|
3150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
|
3151
3151
|
"""
|
3152
3152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3153
3153
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -3252,7 +3252,7 @@ class DbManagementClient(object):
|
|
3252
3252
|
:rtype: :class:`~oci.response.Response`
|
3253
3253
|
|
3254
3254
|
:example:
|
3255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
|
3256
3256
|
"""
|
3257
3257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3258
3258
|
required_arguments = ['externalDbSystemId']
|
@@ -3357,7 +3357,7 @@ class DbManagementClient(object):
|
|
3357
3357
|
:rtype: :class:`~oci.response.Response`
|
3358
3358
|
|
3359
3359
|
:example:
|
3360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
|
3361
3361
|
"""
|
3362
3362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3363
3363
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -3462,7 +3462,7 @@ class DbManagementClient(object):
|
|
3462
3462
|
:rtype: :class:`~oci.response.Response`
|
3463
3463
|
|
3464
3464
|
:example:
|
3465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
|
3466
3466
|
"""
|
3467
3467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3468
3468
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -3567,7 +3567,7 @@ class DbManagementClient(object):
|
|
3567
3567
|
:rtype: :class:`~oci.response.Response`
|
3568
3568
|
|
3569
3569
|
:example:
|
3570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
|
3571
3571
|
"""
|
3572
3572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3573
3573
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -3672,7 +3672,7 @@ class DbManagementClient(object):
|
|
3672
3672
|
:rtype: :class:`~oci.response.Response`
|
3673
3673
|
|
3674
3674
|
:example:
|
3675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
|
3676
3676
|
"""
|
3677
3677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3678
3678
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -3775,7 +3775,7 @@ class DbManagementClient(object):
|
|
3775
3775
|
:rtype: :class:`~oci.response.Response`
|
3776
3776
|
|
3777
3777
|
:example:
|
3778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3779
3779
|
"""
|
3780
3780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3781
3781
|
required_arguments = ['jobId']
|
@@ -3881,7 +3881,7 @@ class DbManagementClient(object):
|
|
3881
3881
|
:rtype: :class:`~oci.response.Response`
|
3882
3882
|
|
3883
3883
|
:example:
|
3884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
|
3885
3885
|
"""
|
3886
3886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3887
3887
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -3986,7 +3986,7 @@ class DbManagementClient(object):
|
|
3986
3986
|
:rtype: :class:`~oci.response.Response`
|
3987
3987
|
|
3988
3988
|
:example:
|
3989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
|
3990
3990
|
"""
|
3991
3991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3992
3992
|
required_arguments = ['namedCredentialId']
|
@@ -4087,7 +4087,7 @@ class DbManagementClient(object):
|
|
4087
4087
|
:rtype: :class:`~oci.response.Response`
|
4088
4088
|
|
4089
4089
|
:example:
|
4090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
|
4091
4091
|
"""
|
4092
4092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4093
4093
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -4187,7 +4187,7 @@ class DbManagementClient(object):
|
|
4187
4187
|
:rtype: :class:`~oci.response.Response`
|
4188
4188
|
|
4189
4189
|
:example:
|
4190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
|
4191
4191
|
"""
|
4192
4192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4193
4193
|
required_arguments = ['managedDatabaseId']
|
@@ -4291,7 +4291,7 @@ class DbManagementClient(object):
|
|
4291
4291
|
:rtype: :class:`~oci.response.Response`
|
4292
4292
|
|
4293
4293
|
:example:
|
4294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
|
4295
4295
|
"""
|
4296
4296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4297
4297
|
required_arguments = ['managedDatabaseId']
|
@@ -4406,7 +4406,7 @@ class DbManagementClient(object):
|
|
4406
4406
|
:rtype: :class:`~oci.response.Response`
|
4407
4407
|
|
4408
4408
|
:example:
|
4409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
|
4410
4410
|
"""
|
4411
4411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4412
4412
|
required_arguments = ['databaseId']
|
@@ -4528,7 +4528,7 @@ class DbManagementClient(object):
|
|
4528
4528
|
:rtype: :class:`~oci.response.Response`
|
4529
4529
|
|
4530
4530
|
:example:
|
4531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
|
4532
4532
|
"""
|
4533
4533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4534
4534
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -4648,7 +4648,7 @@ class DbManagementClient(object):
|
|
4648
4648
|
:rtype: :class:`~oci.response.Response`
|
4649
4649
|
|
4650
4650
|
:example:
|
4651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
|
4652
4652
|
"""
|
4653
4653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4654
4654
|
required_arguments = ['externalDbSystemId']
|
@@ -4766,7 +4766,7 @@ class DbManagementClient(object):
|
|
4766
4766
|
:rtype: :class:`~oci.response.Response`
|
4767
4767
|
|
4768
4768
|
:example:
|
4769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
|
4770
4770
|
"""
|
4771
4771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4772
4772
|
required_arguments = ['externalDbSystemId']
|
@@ -4890,7 +4890,7 @@ class DbManagementClient(object):
|
|
4890
4890
|
:rtype: :class:`~oci.response.Response`
|
4891
4891
|
|
4892
4892
|
:example:
|
4893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
|
4894
4894
|
"""
|
4895
4895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4896
4896
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -5010,7 +5010,7 @@ class DbManagementClient(object):
|
|
5010
5010
|
:rtype: :class:`~oci.response.Response`
|
5011
5011
|
|
5012
5012
|
:example:
|
5013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
|
5014
5014
|
"""
|
5015
5015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5016
5016
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -5132,7 +5132,7 @@ class DbManagementClient(object):
|
|
5132
5132
|
:rtype: :class:`~oci.response.Response`
|
5133
5133
|
|
5134
5134
|
:example:
|
5135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
|
5136
5136
|
"""
|
5137
5137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5138
5138
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -5243,7 +5243,7 @@ class DbManagementClient(object):
|
|
5243
5243
|
:rtype: :class:`~oci.response.Response`
|
5244
5244
|
|
5245
5245
|
:example:
|
5246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
|
5247
5247
|
"""
|
5248
5248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5249
5249
|
required_arguments = ['managedDatabaseId']
|
@@ -5358,7 +5358,7 @@ class DbManagementClient(object):
|
|
5358
5358
|
:rtype: :class:`~oci.response.Response`
|
5359
5359
|
|
5360
5360
|
:example:
|
5361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
|
5362
5362
|
"""
|
5363
5363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5364
5364
|
required_arguments = ['pluggableDatabaseId']
|
@@ -5468,7 +5468,7 @@ class DbManagementClient(object):
|
|
5468
5468
|
:rtype: :class:`~oci.response.Response`
|
5469
5469
|
|
5470
5470
|
:example:
|
5471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
|
5472
5472
|
"""
|
5473
5473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5474
5474
|
required_arguments = ['managedDatabaseId']
|
@@ -5596,7 +5596,7 @@ class DbManagementClient(object):
|
|
5596
5596
|
:rtype: :class:`~oci.response.Response`
|
5597
5597
|
|
5598
5598
|
:example:
|
5599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
|
5600
5600
|
"""
|
5601
5601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5602
5602
|
required_arguments = []
|
@@ -5694,7 +5694,7 @@ class DbManagementClient(object):
|
|
5694
5694
|
:rtype: :class:`~oci.response.Response`
|
5695
5695
|
|
5696
5696
|
:example:
|
5697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
|
5698
5698
|
"""
|
5699
5699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5700
5700
|
required_arguments = ['managedDatabaseId']
|
@@ -5805,7 +5805,7 @@ class DbManagementClient(object):
|
|
5805
5805
|
:rtype: :class:`~oci.response.Response`
|
5806
5806
|
|
5807
5807
|
:example:
|
5808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
|
5809
5809
|
"""
|
5810
5810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5811
5811
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -5919,7 +5919,7 @@ class DbManagementClient(object):
|
|
5919
5919
|
:rtype: :class:`~oci.response.Response`
|
5920
5920
|
|
5921
5921
|
:example:
|
5922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
|
5923
5923
|
"""
|
5924
5924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5925
5925
|
required_arguments = ['managedDatabaseId']
|
@@ -6032,7 +6032,7 @@ class DbManagementClient(object):
|
|
6032
6032
|
:rtype: :class:`~oci.response.Response`
|
6033
6033
|
|
6034
6034
|
:example:
|
6035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
|
6036
6036
|
"""
|
6037
6037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6038
6038
|
required_arguments = ['managedDatabaseId']
|
@@ -6147,7 +6147,7 @@ class DbManagementClient(object):
|
|
6147
6147
|
:rtype: :class:`~oci.response.Response`
|
6148
6148
|
|
6149
6149
|
:example:
|
6150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
|
6151
6151
|
"""
|
6152
6152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6153
6153
|
required_arguments = ['databaseId']
|
@@ -6269,7 +6269,7 @@ class DbManagementClient(object):
|
|
6269
6269
|
:rtype: :class:`~oci.response.Response`
|
6270
6270
|
|
6271
6271
|
:example:
|
6272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
|
6273
6273
|
"""
|
6274
6274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6275
6275
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -6392,7 +6392,7 @@ class DbManagementClient(object):
|
|
6392
6392
|
:rtype: :class:`~oci.response.Response`
|
6393
6393
|
|
6394
6394
|
:example:
|
6395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
|
6396
6396
|
"""
|
6397
6397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6398
6398
|
required_arguments = ['externalDbSystemId']
|
@@ -6515,7 +6515,7 @@ class DbManagementClient(object):
|
|
6515
6515
|
:rtype: :class:`~oci.response.Response`
|
6516
6516
|
|
6517
6517
|
:example:
|
6518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
|
6519
6519
|
"""
|
6520
6520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6521
6521
|
required_arguments = ['externalDbSystemId']
|
@@ -6642,7 +6642,7 @@ class DbManagementClient(object):
|
|
6642
6642
|
:rtype: :class:`~oci.response.Response`
|
6643
6643
|
|
6644
6644
|
:example:
|
6645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
|
6646
6646
|
"""
|
6647
6647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6648
6648
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -6764,7 +6764,7 @@ class DbManagementClient(object):
|
|
6764
6764
|
:rtype: :class:`~oci.response.Response`
|
6765
6765
|
|
6766
6766
|
:example:
|
6767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
|
6768
6768
|
"""
|
6769
6769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6770
6770
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -6886,7 +6886,7 @@ class DbManagementClient(object):
|
|
6886
6886
|
:rtype: :class:`~oci.response.Response`
|
6887
6887
|
|
6888
6888
|
:example:
|
6889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
|
6890
6890
|
"""
|
6891
6891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6892
6892
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -7002,7 +7002,7 @@ class DbManagementClient(object):
|
|
7002
7002
|
:rtype: :class:`~oci.response.Response`
|
7003
7003
|
|
7004
7004
|
:example:
|
7005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
|
7006
7006
|
"""
|
7007
7007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7008
7008
|
required_arguments = ['managedDatabaseId']
|
@@ -7117,7 +7117,7 @@ class DbManagementClient(object):
|
|
7117
7117
|
:rtype: :class:`~oci.response.Response`
|
7118
7118
|
|
7119
7119
|
:example:
|
7120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
|
7121
7121
|
"""
|
7122
7122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7123
7123
|
required_arguments = ['pluggableDatabaseId']
|
@@ -7228,7 +7228,7 @@ class DbManagementClient(object):
|
|
7228
7228
|
:rtype: :class:`~oci.response.Response`
|
7229
7229
|
|
7230
7230
|
:example:
|
7231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
|
7232
7232
|
"""
|
7233
7233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7234
7234
|
required_arguments = ['managedDatabaseId']
|
@@ -7336,7 +7336,7 @@ class DbManagementClient(object):
|
|
7336
7336
|
:rtype: :class:`~oci.response.Response`
|
7337
7337
|
|
7338
7338
|
:example:
|
7339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
|
7340
7340
|
"""
|
7341
7341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7342
7342
|
required_arguments = ['managedDatabaseId']
|
@@ -7484,7 +7484,7 @@ class DbManagementClient(object):
|
|
7484
7484
|
:rtype: :class:`~oci.response.Response`
|
7485
7485
|
|
7486
7486
|
:example:
|
7487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
|
7488
7488
|
"""
|
7489
7489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7490
7490
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -7667,7 +7667,7 @@ class DbManagementClient(object):
|
|
7667
7667
|
:rtype: :class:`~oci.response.Response`
|
7668
7668
|
|
7669
7669
|
:example:
|
7670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
|
7671
7671
|
"""
|
7672
7672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7673
7673
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
|
@@ -7809,7 +7809,7 @@ class DbManagementClient(object):
|
|
7809
7809
|
:rtype: :class:`~oci.response.Response`
|
7810
7810
|
|
7811
7811
|
:example:
|
7812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
|
7813
7813
|
"""
|
7814
7814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7815
7815
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -7991,7 +7991,7 @@ class DbManagementClient(object):
|
|
7991
7991
|
:rtype: :class:`~oci.response.Response`
|
7992
7992
|
|
7993
7993
|
:example:
|
7994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
|
7995
7995
|
"""
|
7996
7996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7997
7997
|
required_arguments = ['compareBaselineTime', 'compareTargetTime']
|
@@ -8146,7 +8146,7 @@ class DbManagementClient(object):
|
|
8146
8146
|
:rtype: :class:`~oci.response.Response`
|
8147
8147
|
|
8148
8148
|
:example:
|
8149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
|
8150
8150
|
"""
|
8151
8151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8152
8152
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -8241,7 +8241,7 @@ class DbManagementClient(object):
|
|
8241
8241
|
:rtype: :class:`~oci.response.Response`
|
8242
8242
|
|
8243
8243
|
:example:
|
8244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
|
8245
8245
|
"""
|
8246
8246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8247
8247
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -8339,7 +8339,7 @@ class DbManagementClient(object):
|
|
8339
8339
|
:rtype: :class:`~oci.response.Response`
|
8340
8340
|
|
8341
8341
|
:example:
|
8342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
|
8343
8343
|
"""
|
8344
8344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8345
8345
|
required_arguments = ['externalAsmId']
|
@@ -8442,7 +8442,7 @@ class DbManagementClient(object):
|
|
8442
8442
|
:rtype: :class:`~oci.response.Response`
|
8443
8443
|
|
8444
8444
|
:example:
|
8445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
|
8446
8446
|
"""
|
8447
8447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8448
8448
|
required_arguments = ['externalAsmId']
|
@@ -8544,7 +8544,7 @@ class DbManagementClient(object):
|
|
8544
8544
|
:rtype: :class:`~oci.response.Response`
|
8545
8545
|
|
8546
8546
|
:example:
|
8547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
|
8548
8548
|
"""
|
8549
8549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8550
8550
|
required_arguments = ['externalAsmInstanceId']
|
@@ -8644,7 +8644,7 @@ class DbManagementClient(object):
|
|
8644
8644
|
:rtype: :class:`~oci.response.Response`
|
8645
8645
|
|
8646
8646
|
:example:
|
8647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
|
8648
8648
|
"""
|
8649
8649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8650
8650
|
required_arguments = ['externalClusterId']
|
@@ -8744,7 +8744,7 @@ class DbManagementClient(object):
|
|
8744
8744
|
:rtype: :class:`~oci.response.Response`
|
8745
8745
|
|
8746
8746
|
:example:
|
8747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
|
8748
8748
|
"""
|
8749
8749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8750
8750
|
required_arguments = ['externalClusterInstanceId']
|
@@ -8844,7 +8844,7 @@ class DbManagementClient(object):
|
|
8844
8844
|
:rtype: :class:`~oci.response.Response`
|
8845
8845
|
|
8846
8846
|
:example:
|
8847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
|
8848
8848
|
"""
|
8849
8849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8850
8850
|
required_arguments = ['externalDbHomeId']
|
@@ -8944,7 +8944,7 @@ class DbManagementClient(object):
|
|
8944
8944
|
:rtype: :class:`~oci.response.Response`
|
8945
8945
|
|
8946
8946
|
:example:
|
8947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
|
8948
8948
|
"""
|
8949
8949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8950
8950
|
required_arguments = ['externalDbNodeId']
|
@@ -9044,7 +9044,7 @@ class DbManagementClient(object):
|
|
9044
9044
|
:rtype: :class:`~oci.response.Response`
|
9045
9045
|
|
9046
9046
|
:example:
|
9047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
|
9048
9048
|
"""
|
9049
9049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9050
9050
|
required_arguments = ['externalDbSystemId']
|
@@ -9144,7 +9144,7 @@ class DbManagementClient(object):
|
|
9144
9144
|
:rtype: :class:`~oci.response.Response`
|
9145
9145
|
|
9146
9146
|
:example:
|
9147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
|
9148
9148
|
"""
|
9149
9149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9150
9150
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -9244,7 +9244,7 @@ class DbManagementClient(object):
|
|
9244
9244
|
:rtype: :class:`~oci.response.Response`
|
9245
9245
|
|
9246
9246
|
:example:
|
9247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
|
9248
9248
|
"""
|
9249
9249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9250
9250
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -9345,7 +9345,7 @@ class DbManagementClient(object):
|
|
9345
9345
|
:rtype: :class:`~oci.response.Response`
|
9346
9346
|
|
9347
9347
|
:example:
|
9348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
|
9349
9349
|
"""
|
9350
9350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9351
9351
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -9445,7 +9445,7 @@ class DbManagementClient(object):
|
|
9445
9445
|
:rtype: :class:`~oci.response.Response`
|
9446
9446
|
|
9447
9447
|
:example:
|
9448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
|
9449
9449
|
"""
|
9450
9450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9451
9451
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -9545,7 +9545,7 @@ class DbManagementClient(object):
|
|
9545
9545
|
:rtype: :class:`~oci.response.Response`
|
9546
9546
|
|
9547
9547
|
:example:
|
9548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
|
9549
9549
|
"""
|
9550
9550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9551
9551
|
required_arguments = ['externalExadataStorageGridId']
|
@@ -9645,7 +9645,7 @@ class DbManagementClient(object):
|
|
9645
9645
|
:rtype: :class:`~oci.response.Response`
|
9646
9646
|
|
9647
9647
|
:example:
|
9648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
|
9649
9649
|
"""
|
9650
9650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9651
9651
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -9745,7 +9745,7 @@ class DbManagementClient(object):
|
|
9745
9745
|
:rtype: :class:`~oci.response.Response`
|
9746
9746
|
|
9747
9747
|
:example:
|
9748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
|
9749
9749
|
"""
|
9750
9750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9751
9751
|
required_arguments = ['externalListenerId']
|
@@ -9845,7 +9845,7 @@ class DbManagementClient(object):
|
|
9845
9845
|
:rtype: :class:`~oci.response.Response`
|
9846
9846
|
|
9847
9847
|
:example:
|
9848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
|
9849
9849
|
"""
|
9850
9850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9851
9851
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -9943,7 +9943,7 @@ class DbManagementClient(object):
|
|
9943
9943
|
:rtype: :class:`~oci.response.Response`
|
9944
9944
|
|
9945
9945
|
:example:
|
9946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
|
9947
9947
|
"""
|
9948
9948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9949
9949
|
required_arguments = ['jobId']
|
@@ -10039,7 +10039,7 @@ class DbManagementClient(object):
|
|
10039
10039
|
:rtype: :class:`~oci.response.Response`
|
10040
10040
|
|
10041
10041
|
:example:
|
10042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
10043
10043
|
"""
|
10044
10044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10045
10045
|
required_arguments = ['jobExecutionId']
|
@@ -10135,7 +10135,7 @@ class DbManagementClient(object):
|
|
10135
10135
|
:rtype: :class:`~oci.response.Response`
|
10136
10136
|
|
10137
10137
|
:example:
|
10138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
10139
10139
|
"""
|
10140
10140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10141
10141
|
required_arguments = ['jobRunId']
|
@@ -10233,7 +10233,7 @@ class DbManagementClient(object):
|
|
10233
10233
|
:rtype: :class:`~oci.response.Response`
|
10234
10234
|
|
10235
10235
|
:example:
|
10236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
|
10237
10237
|
"""
|
10238
10238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10239
10239
|
required_arguments = ['managedDatabaseId']
|
@@ -10331,7 +10331,7 @@ class DbManagementClient(object):
|
|
10331
10331
|
:rtype: :class:`~oci.response.Response`
|
10332
10332
|
|
10333
10333
|
:example:
|
10334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
|
10335
10335
|
"""
|
10336
10336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10337
10337
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -10429,7 +10429,7 @@ class DbManagementClient(object):
|
|
10429
10429
|
:rtype: :class:`~oci.response.Response`
|
10430
10430
|
|
10431
10431
|
:example:
|
10432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
|
10433
10433
|
"""
|
10434
10434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10435
10435
|
required_arguments = ['namedCredentialId']
|
@@ -10527,7 +10527,7 @@ class DbManagementClient(object):
|
|
10527
10527
|
:rtype: :class:`~oci.response.Response`
|
10528
10528
|
|
10529
10529
|
:example:
|
10530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
|
10531
10531
|
"""
|
10532
10532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10533
10533
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -10637,7 +10637,7 @@ class DbManagementClient(object):
|
|
10637
10637
|
:rtype: :class:`~oci.response.Response`
|
10638
10638
|
|
10639
10639
|
:example:
|
10640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
|
10641
10641
|
"""
|
10642
10642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10643
10643
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -10754,7 +10754,7 @@ class DbManagementClient(object):
|
|
10754
10754
|
:rtype: :class:`~oci.response.Response`
|
10755
10755
|
|
10756
10756
|
:example:
|
10757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
|
10758
10758
|
"""
|
10759
10759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10760
10760
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -10868,7 +10868,7 @@ class DbManagementClient(object):
|
|
10868
10868
|
:rtype: :class:`~oci.response.Response`
|
10869
10869
|
|
10870
10870
|
:example:
|
10871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
|
10872
10872
|
"""
|
10873
10873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10874
10874
|
required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
|
@@ -10993,7 +10993,7 @@ class DbManagementClient(object):
|
|
10993
10993
|
:rtype: :class:`~oci.response.Response`
|
10994
10994
|
|
10995
10995
|
:example:
|
10996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
|
10997
10997
|
"""
|
10998
10998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10999
10999
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -11115,7 +11115,7 @@ class DbManagementClient(object):
|
|
11115
11115
|
:rtype: :class:`~oci.response.Response`
|
11116
11116
|
|
11117
11117
|
:example:
|
11118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
|
11119
11119
|
"""
|
11120
11120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11121
11121
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -11220,7 +11220,7 @@ class DbManagementClient(object):
|
|
11220
11220
|
:rtype: :class:`~oci.response.Response`
|
11221
11221
|
|
11222
11222
|
:example:
|
11223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
|
11224
11224
|
"""
|
11225
11225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11226
11226
|
required_arguments = ['managedDatabaseId', 'planName']
|
@@ -11328,7 +11328,7 @@ class DbManagementClient(object):
|
|
11328
11328
|
:rtype: :class:`~oci.response.Response`
|
11329
11329
|
|
11330
11330
|
:example:
|
11331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
|
11332
11332
|
"""
|
11333
11333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11334
11334
|
required_arguments = ['managedDatabaseId']
|
@@ -11436,7 +11436,7 @@ class DbManagementClient(object):
|
|
11436
11436
|
:rtype: :class:`~oci.response.Response`
|
11437
11437
|
|
11438
11438
|
:example:
|
11439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
|
11440
11440
|
"""
|
11441
11441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11442
11442
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -11537,7 +11537,7 @@ class DbManagementClient(object):
|
|
11537
11537
|
:rtype: :class:`~oci.response.Response`
|
11538
11538
|
|
11539
11539
|
:example:
|
11540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
|
11541
11541
|
"""
|
11542
11542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11543
11543
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -11643,7 +11643,7 @@ class DbManagementClient(object):
|
|
11643
11643
|
:rtype: :class:`~oci.response.Response`
|
11644
11644
|
|
11645
11645
|
:example:
|
11646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
|
11647
11647
|
"""
|
11648
11648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11649
11649
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -11744,7 +11744,7 @@ class DbManagementClient(object):
|
|
11744
11744
|
:rtype: :class:`~oci.response.Response`
|
11745
11745
|
|
11746
11746
|
:example:
|
11747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
11748
11748
|
"""
|
11749
11749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11750
11750
|
required_arguments = ['workRequestId']
|
@@ -11848,7 +11848,7 @@ class DbManagementClient(object):
|
|
11848
11848
|
:rtype: :class:`~oci.response.Response`
|
11849
11849
|
|
11850
11850
|
:example:
|
11851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
|
11852
11852
|
"""
|
11853
11853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11854
11854
|
required_arguments = ['managedDatabaseId', 'executionName']
|
@@ -11971,7 +11971,7 @@ class DbManagementClient(object):
|
|
11971
11971
|
:rtype: :class:`~oci.response.Response`
|
11972
11972
|
|
11973
11973
|
:example:
|
11974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
|
11975
11975
|
"""
|
11976
11976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11977
11977
|
required_arguments = ['managedDatabaseId']
|
@@ -12121,7 +12121,7 @@ class DbManagementClient(object):
|
|
12121
12121
|
:rtype: :class:`~oci.response.Response`
|
12122
12122
|
|
12123
12123
|
:example:
|
12124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
|
12125
12125
|
"""
|
12126
12126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12127
12127
|
required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
|
@@ -12300,7 +12300,7 @@ class DbManagementClient(object):
|
|
12300
12300
|
:rtype: :class:`~oci.response.Response`
|
12301
12301
|
|
12302
12302
|
:example:
|
12303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
|
12304
12304
|
"""
|
12305
12305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12306
12306
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -12480,7 +12480,7 @@ class DbManagementClient(object):
|
|
12480
12480
|
:rtype: :class:`~oci.response.Response`
|
12481
12481
|
|
12482
12482
|
:example:
|
12483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
|
12484
12484
|
"""
|
12485
12485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12486
12486
|
required_arguments = ['managedDatabaseId']
|
@@ -12644,7 +12644,7 @@ class DbManagementClient(object):
|
|
12644
12644
|
:rtype: :class:`~oci.response.Response`
|
12645
12645
|
|
12646
12646
|
:example:
|
12647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
|
12648
12648
|
"""
|
12649
12649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12650
12650
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -12800,7 +12800,7 @@ class DbManagementClient(object):
|
|
12800
12800
|
:rtype: :class:`~oci.response.Response`
|
12801
12801
|
|
12802
12802
|
:example:
|
12803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
|
12804
12804
|
"""
|
12805
12805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12806
12806
|
required_arguments = ['managedDatabaseId']
|
@@ -12959,7 +12959,7 @@ class DbManagementClient(object):
|
|
12959
12959
|
:rtype: :class:`~oci.response.Response`
|
12960
12960
|
|
12961
12961
|
:example:
|
12962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
|
12963
12963
|
"""
|
12964
12964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12965
12965
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -13118,7 +13118,7 @@ class DbManagementClient(object):
|
|
13118
13118
|
:rtype: :class:`~oci.response.Response`
|
13119
13119
|
|
13120
13120
|
:example:
|
13121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
|
13122
13122
|
"""
|
13123
13123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13124
13124
|
required_arguments = ['managedDatabaseId']
|
@@ -13290,7 +13290,7 @@ class DbManagementClient(object):
|
|
13290
13290
|
:rtype: :class:`~oci.response.Response`
|
13291
13291
|
|
13292
13292
|
:example:
|
13293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
|
13294
13294
|
"""
|
13295
13295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13296
13296
|
required_arguments = ['compartmentId']
|
@@ -13441,7 +13441,7 @@ class DbManagementClient(object):
|
|
13441
13441
|
:rtype: :class:`~oci.response.Response`
|
13442
13442
|
|
13443
13443
|
:example:
|
13444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
|
13445
13445
|
"""
|
13446
13446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13447
13447
|
required_arguments = ['externalAsmId']
|
@@ -13598,7 +13598,7 @@ class DbManagementClient(object):
|
|
13598
13598
|
:rtype: :class:`~oci.response.Response`
|
13599
13599
|
|
13600
13600
|
:example:
|
13601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
|
13602
13602
|
"""
|
13603
13603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13604
13604
|
required_arguments = []
|
@@ -13741,7 +13741,7 @@ class DbManagementClient(object):
|
|
13741
13741
|
:rtype: :class:`~oci.response.Response`
|
13742
13742
|
|
13743
13743
|
:example:
|
13744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
|
13745
13745
|
"""
|
13746
13746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13747
13747
|
required_arguments = ['externalAsmId']
|
@@ -13898,7 +13898,7 @@ class DbManagementClient(object):
|
|
13898
13898
|
:rtype: :class:`~oci.response.Response`
|
13899
13899
|
|
13900
13900
|
:example:
|
13901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
|
13902
13902
|
"""
|
13903
13903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13904
13904
|
required_arguments = []
|
@@ -14047,7 +14047,7 @@ class DbManagementClient(object):
|
|
14047
14047
|
:rtype: :class:`~oci.response.Response`
|
14048
14048
|
|
14049
14049
|
:example:
|
14050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
|
14051
14051
|
"""
|
14052
14052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14053
14053
|
required_arguments = []
|
@@ -14196,7 +14196,7 @@ class DbManagementClient(object):
|
|
14196
14196
|
:rtype: :class:`~oci.response.Response`
|
14197
14197
|
|
14198
14198
|
:example:
|
14199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
|
14200
14200
|
"""
|
14201
14201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14202
14202
|
required_arguments = []
|
@@ -14350,7 +14350,7 @@ class DbManagementClient(object):
|
|
14350
14350
|
:rtype: :class:`~oci.response.Response`
|
14351
14351
|
|
14352
14352
|
:example:
|
14353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
|
14354
14354
|
"""
|
14355
14355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14356
14356
|
required_arguments = []
|
@@ -14501,7 +14501,7 @@ class DbManagementClient(object):
|
|
14501
14501
|
:rtype: :class:`~oci.response.Response`
|
14502
14502
|
|
14503
14503
|
:example:
|
14504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
|
14505
14505
|
"""
|
14506
14506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14507
14507
|
required_arguments = []
|
@@ -14650,7 +14650,7 @@ class DbManagementClient(object):
|
|
14650
14650
|
:rtype: :class:`~oci.response.Response`
|
14651
14651
|
|
14652
14652
|
:example:
|
14653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
|
14654
14654
|
"""
|
14655
14655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14656
14656
|
required_arguments = []
|
@@ -14799,7 +14799,7 @@ class DbManagementClient(object):
|
|
14799
14799
|
:rtype: :class:`~oci.response.Response`
|
14800
14800
|
|
14801
14801
|
:example:
|
14802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
|
14803
14803
|
"""
|
14804
14804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14805
14805
|
required_arguments = []
|
@@ -14943,7 +14943,7 @@ class DbManagementClient(object):
|
|
14943
14943
|
:rtype: :class:`~oci.response.Response`
|
14944
14944
|
|
14945
14945
|
:example:
|
14946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
|
14947
14947
|
"""
|
14948
14948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14949
14949
|
required_arguments = ['compartmentId']
|
@@ -15084,7 +15084,7 @@ class DbManagementClient(object):
|
|
15084
15084
|
:rtype: :class:`~oci.response.Response`
|
15085
15085
|
|
15086
15086
|
:example:
|
15087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
|
15088
15088
|
"""
|
15089
15089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15090
15090
|
required_arguments = ['compartmentId']
|
@@ -15225,7 +15225,7 @@ class DbManagementClient(object):
|
|
15225
15225
|
:rtype: :class:`~oci.response.Response`
|
15226
15226
|
|
15227
15227
|
:example:
|
15228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
|
15229
15229
|
"""
|
15230
15230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15231
15231
|
required_arguments = ['compartmentId']
|
@@ -15371,7 +15371,7 @@ class DbManagementClient(object):
|
|
15371
15371
|
:rtype: :class:`~oci.response.Response`
|
15372
15372
|
|
15373
15373
|
:example:
|
15374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
|
15375
15375
|
"""
|
15376
15376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15377
15377
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -15518,7 +15518,7 @@ class DbManagementClient(object):
|
|
15518
15518
|
:rtype: :class:`~oci.response.Response`
|
15519
15519
|
|
15520
15520
|
:example:
|
15521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
|
15522
15522
|
"""
|
15523
15523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15524
15524
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -15665,7 +15665,7 @@ class DbManagementClient(object):
|
|
15665
15665
|
:rtype: :class:`~oci.response.Response`
|
15666
15666
|
|
15667
15667
|
:example:
|
15668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
|
15669
15669
|
"""
|
15670
15670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15671
15671
|
required_arguments = ['externalListenerId', 'managedDatabaseId']
|
@@ -15823,7 +15823,7 @@ class DbManagementClient(object):
|
|
15823
15823
|
:rtype: :class:`~oci.response.Response`
|
15824
15824
|
|
15825
15825
|
:example:
|
15826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
|
15827
15827
|
"""
|
15828
15828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15829
15829
|
required_arguments = []
|
@@ -15992,7 +15992,7 @@ class DbManagementClient(object):
|
|
15992
15992
|
:rtype: :class:`~oci.response.Response`
|
15993
15993
|
|
15994
15994
|
:example:
|
15995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
15996
15996
|
"""
|
15997
15997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15998
15998
|
required_arguments = ['compartmentId']
|
@@ -16165,7 +16165,7 @@ class DbManagementClient(object):
|
|
16165
16165
|
:rtype: :class:`~oci.response.Response`
|
16166
16166
|
|
16167
16167
|
:example:
|
16168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
16169
16169
|
"""
|
16170
16170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16171
16171
|
required_arguments = ['compartmentId']
|
@@ -16335,7 +16335,7 @@ class DbManagementClient(object):
|
|
16335
16335
|
:rtype: :class:`~oci.response.Response`
|
16336
16336
|
|
16337
16337
|
:example:
|
16338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
16339
16339
|
"""
|
16340
16340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16341
16341
|
required_arguments = ['compartmentId']
|
@@ -16500,7 +16500,7 @@ class DbManagementClient(object):
|
|
16500
16500
|
:rtype: :class:`~oci.response.Response`
|
16501
16501
|
|
16502
16502
|
:example:
|
16503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
|
16504
16504
|
"""
|
16505
16505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16506
16506
|
required_arguments = ['compartmentId']
|
@@ -16673,7 +16673,7 @@ class DbManagementClient(object):
|
|
16673
16673
|
:rtype: :class:`~oci.response.Response`
|
16674
16674
|
|
16675
16675
|
:example:
|
16676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
|
16677
16677
|
"""
|
16678
16678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16679
16679
|
required_arguments = ['compartmentId']
|
@@ -16847,7 +16847,7 @@ class DbManagementClient(object):
|
|
16847
16847
|
:rtype: :class:`~oci.response.Response`
|
16848
16848
|
|
16849
16849
|
:example:
|
16850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
|
16851
16851
|
"""
|
16852
16852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16853
16853
|
required_arguments = ['compartmentId']
|
@@ -17011,7 +17011,7 @@ class DbManagementClient(object):
|
|
17011
17011
|
:rtype: :class:`~oci.response.Response`
|
17012
17012
|
|
17013
17013
|
:example:
|
17014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
|
17015
17015
|
"""
|
17016
17016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17017
17017
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -17155,7 +17155,7 @@ class DbManagementClient(object):
|
|
17155
17155
|
:rtype: :class:`~oci.response.Response`
|
17156
17156
|
|
17157
17157
|
:example:
|
17158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
|
17159
17159
|
"""
|
17160
17160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17161
17161
|
required_arguments = ['managedDatabaseId']
|
@@ -17298,7 +17298,7 @@ class DbManagementClient(object):
|
|
17298
17298
|
:rtype: :class:`~oci.response.Response`
|
17299
17299
|
|
17300
17300
|
:example:
|
17301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
|
17302
17302
|
"""
|
17303
17303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17304
17304
|
required_arguments = ['managedDatabaseId', 'groupType']
|
@@ -17473,7 +17473,7 @@ class DbManagementClient(object):
|
|
17473
17473
|
:rtype: :class:`~oci.response.Response`
|
17474
17474
|
|
17475
17475
|
:example:
|
17476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
|
17477
17477
|
"""
|
17478
17478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17479
17479
|
required_arguments = ['managedDatabaseId']
|
@@ -17616,7 +17616,7 @@ class DbManagementClient(object):
|
|
17616
17616
|
:rtype: :class:`~oci.response.Response`
|
17617
17617
|
|
17618
17618
|
:example:
|
17619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
|
17620
17620
|
"""
|
17621
17621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17622
17622
|
required_arguments = ['managedDatabaseId']
|
@@ -17741,7 +17741,7 @@ class DbManagementClient(object):
|
|
17741
17741
|
:rtype: :class:`~oci.response.Response`
|
17742
17742
|
|
17743
17743
|
:example:
|
17744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
|
17745
17745
|
"""
|
17746
17746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17747
17747
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -17899,7 +17899,7 @@ class DbManagementClient(object):
|
|
17899
17899
|
:rtype: :class:`~oci.response.Response`
|
17900
17900
|
|
17901
17901
|
:example:
|
17902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
|
17903
17903
|
"""
|
17904
17904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17905
17905
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -18057,7 +18057,7 @@ class DbManagementClient(object):
|
|
18057
18057
|
:rtype: :class:`~oci.response.Response`
|
18058
18058
|
|
18059
18059
|
:example:
|
18060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
18061
18061
|
"""
|
18062
18062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18063
18063
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -18213,7 +18213,7 @@ class DbManagementClient(object):
|
|
18213
18213
|
:rtype: :class:`~oci.response.Response`
|
18214
18214
|
|
18215
18215
|
:example:
|
18216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
|
18217
18217
|
"""
|
18218
18218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18219
18219
|
required_arguments = ['managedDatabaseId']
|
@@ -18417,7 +18417,7 @@ class DbManagementClient(object):
|
|
18417
18417
|
:rtype: :class:`~oci.response.Response`
|
18418
18418
|
|
18419
18419
|
:example:
|
18420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
|
18421
18421
|
"""
|
18422
18422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18423
18423
|
required_arguments = ['managedDatabaseId']
|
@@ -18607,7 +18607,7 @@ class DbManagementClient(object):
|
|
18607
18607
|
:rtype: :class:`~oci.response.Response`
|
18608
18608
|
|
18609
18609
|
:example:
|
18610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
|
18611
18611
|
"""
|
18612
18612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18613
18613
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -18742,7 +18742,7 @@ class DbManagementClient(object):
|
|
18742
18742
|
:rtype: :class:`~oci.response.Response`
|
18743
18743
|
|
18744
18744
|
:example:
|
18745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
|
18746
18746
|
"""
|
18747
18747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18748
18748
|
required_arguments = ['managedDatabaseId']
|
@@ -18867,7 +18867,7 @@ class DbManagementClient(object):
|
|
18867
18867
|
:rtype: :class:`~oci.response.Response`
|
18868
18868
|
|
18869
18869
|
:example:
|
18870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
|
18871
18871
|
"""
|
18872
18872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18873
18873
|
required_arguments = ['managedDatabaseId']
|
@@ -19022,7 +19022,7 @@ class DbManagementClient(object):
|
|
19022
19022
|
:rtype: :class:`~oci.response.Response`
|
19023
19023
|
|
19024
19024
|
:example:
|
19025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
|
19026
19026
|
"""
|
19027
19027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19028
19028
|
required_arguments = ['managedDatabaseId']
|
@@ -19169,7 +19169,7 @@ class DbManagementClient(object):
|
|
19169
19169
|
:rtype: :class:`~oci.response.Response`
|
19170
19170
|
|
19171
19171
|
:example:
|
19172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
19173
19173
|
"""
|
19174
19174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19175
19175
|
required_arguments = ['workRequestId']
|
@@ -19312,7 +19312,7 @@ class DbManagementClient(object):
|
|
19312
19312
|
:rtype: :class:`~oci.response.Response`
|
19313
19313
|
|
19314
19314
|
:example:
|
19315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
19316
19316
|
"""
|
19317
19317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19318
19318
|
required_arguments = ['workRequestId']
|
@@ -19470,7 +19470,7 @@ class DbManagementClient(object):
|
|
19470
19470
|
:rtype: :class:`~oci.response.Response`
|
19471
19471
|
|
19472
19472
|
:example:
|
19473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
19474
19474
|
"""
|
19475
19475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19476
19476
|
required_arguments = ['compartmentId']
|
@@ -19605,7 +19605,7 @@ class DbManagementClient(object):
|
|
19605
19605
|
:rtype: :class:`~oci.response.Response`
|
19606
19606
|
|
19607
19607
|
:example:
|
19608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
|
19609
19609
|
"""
|
19610
19610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19611
19611
|
required_arguments = ['managedDatabaseId']
|
@@ -19710,7 +19710,7 @@ class DbManagementClient(object):
|
|
19710
19710
|
:rtype: :class:`~oci.response.Response`
|
19711
19711
|
|
19712
19712
|
:example:
|
19713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
|
19714
19714
|
"""
|
19715
19715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19716
19716
|
required_arguments = ['managedDatabaseId']
|
@@ -19827,7 +19827,7 @@ class DbManagementClient(object):
|
|
19827
19827
|
:rtype: :class:`~oci.response.Response`
|
19828
19828
|
|
19829
19829
|
:example:
|
19830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
|
19831
19831
|
"""
|
19832
19832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19833
19833
|
required_arguments = ['databaseId']
|
@@ -19949,7 +19949,7 @@ class DbManagementClient(object):
|
|
19949
19949
|
:rtype: :class:`~oci.response.Response`
|
19950
19950
|
|
19951
19951
|
:example:
|
19952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
|
19953
19953
|
"""
|
19954
19954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19955
19955
|
required_arguments = ['pluggableDatabaseId']
|
@@ -20064,7 +20064,7 @@ class DbManagementClient(object):
|
|
20064
20064
|
:rtype: :class:`~oci.response.Response`
|
20065
20065
|
|
20066
20066
|
:example:
|
20067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
|
20068
20068
|
"""
|
20069
20069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20070
20070
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -20179,7 +20179,7 @@ class DbManagementClient(object):
|
|
20179
20179
|
:rtype: :class:`~oci.response.Response`
|
20180
20180
|
|
20181
20181
|
:example:
|
20182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20182
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
|
20183
20183
|
"""
|
20184
20184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20185
20185
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -20296,7 +20296,7 @@ class DbManagementClient(object):
|
|
20296
20296
|
:rtype: :class:`~oci.response.Response`
|
20297
20297
|
|
20298
20298
|
:example:
|
20299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
|
20300
20300
|
"""
|
20301
20301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20302
20302
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -20407,7 +20407,7 @@ class DbManagementClient(object):
|
|
20407
20407
|
:rtype: :class:`~oci.response.Response`
|
20408
20408
|
|
20409
20409
|
:example:
|
20410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20410
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
|
20411
20411
|
"""
|
20412
20412
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20413
20413
|
required_arguments = ['managedDatabaseId']
|
@@ -20523,7 +20523,7 @@ class DbManagementClient(object):
|
|
20523
20523
|
:rtype: :class:`~oci.response.Response`
|
20524
20524
|
|
20525
20525
|
:example:
|
20526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
|
20527
20527
|
"""
|
20528
20528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20529
20529
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -20641,7 +20641,7 @@ class DbManagementClient(object):
|
|
20641
20641
|
:rtype: :class:`~oci.response.Response`
|
20642
20642
|
|
20643
20643
|
:example:
|
20644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
|
20645
20645
|
"""
|
20646
20646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20647
20647
|
required_arguments = ['managedDatabaseId']
|
@@ -20803,7 +20803,7 @@ class DbManagementClient(object):
|
|
20803
20803
|
:rtype: :class:`~oci.response.Response`
|
20804
20804
|
|
20805
20805
|
:example:
|
20806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
|
20807
20807
|
"""
|
20808
20808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20809
20809
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -21011,7 +21011,7 @@ class DbManagementClient(object):
|
|
21011
21011
|
:rtype: :class:`~oci.response.Response`
|
21012
21012
|
|
21013
21013
|
:example:
|
21014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
|
21015
21015
|
"""
|
21016
21016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21017
21017
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -21215,7 +21215,7 @@ class DbManagementClient(object):
|
|
21215
21215
|
:rtype: :class:`~oci.response.Response`
|
21216
21216
|
|
21217
21217
|
:example:
|
21218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
|
21219
21219
|
"""
|
21220
21220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21221
21221
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -21443,7 +21443,7 @@ class DbManagementClient(object):
|
|
21443
21443
|
:rtype: :class:`~oci.response.Response`
|
21444
21444
|
|
21445
21445
|
:example:
|
21446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
|
21447
21447
|
"""
|
21448
21448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21449
21449
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -21654,7 +21654,7 @@ class DbManagementClient(object):
|
|
21654
21654
|
:rtype: :class:`~oci.response.Response`
|
21655
21655
|
|
21656
21656
|
:example:
|
21657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
|
21658
21658
|
"""
|
21659
21659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21660
21660
|
required_arguments = ['managedDatabaseId']
|
@@ -21846,7 +21846,7 @@ class DbManagementClient(object):
|
|
21846
21846
|
:rtype: :class:`~oci.response.Response`
|
21847
21847
|
|
21848
21848
|
:example:
|
21849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
|
21850
21850
|
"""
|
21851
21851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21852
21852
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -22044,7 +22044,7 @@ class DbManagementClient(object):
|
|
22044
22044
|
:rtype: :class:`~oci.response.Response`
|
22045
22045
|
|
22046
22046
|
:example:
|
22047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
|
22048
22048
|
"""
|
22049
22049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22050
22050
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -22259,7 +22259,7 @@ class DbManagementClient(object):
|
|
22259
22259
|
:rtype: :class:`~oci.response.Response`
|
22260
22260
|
|
22261
22261
|
:example:
|
22262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
|
22263
22263
|
"""
|
22264
22264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22265
22265
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -22470,7 +22470,7 @@ class DbManagementClient(object):
|
|
22470
22470
|
:rtype: :class:`~oci.response.Response`
|
22471
22471
|
|
22472
22472
|
:example:
|
22473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
|
22474
22474
|
"""
|
22475
22475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22476
22476
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -22643,7 +22643,7 @@ class DbManagementClient(object):
|
|
22643
22643
|
:rtype: :class:`~oci.response.Response`
|
22644
22644
|
|
22645
22645
|
:example:
|
22646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
|
22647
22647
|
"""
|
22648
22648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22649
22649
|
required_arguments = ['externalAsmId', 'startTime', 'endTime']
|
@@ -22775,7 +22775,7 @@ class DbManagementClient(object):
|
|
22775
22775
|
:rtype: :class:`~oci.response.Response`
|
22776
22776
|
|
22777
22777
|
:example:
|
22778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
|
22779
22779
|
"""
|
22780
22780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22781
22781
|
required_arguments = ['externalClusterId', 'startTime', 'endTime']
|
@@ -22907,7 +22907,7 @@ class DbManagementClient(object):
|
|
22907
22907
|
:rtype: :class:`~oci.response.Response`
|
22908
22908
|
|
22909
22909
|
:example:
|
22910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
|
22911
22911
|
"""
|
22912
22912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22913
22913
|
required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
|
@@ -23039,7 +23039,7 @@ class DbManagementClient(object):
|
|
23039
23039
|
:rtype: :class:`~oci.response.Response`
|
23040
23040
|
|
23041
23041
|
:example:
|
23042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
|
23043
23043
|
"""
|
23044
23044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23045
23045
|
required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
|
@@ -23171,7 +23171,7 @@ class DbManagementClient(object):
|
|
23171
23171
|
:rtype: :class:`~oci.response.Response`
|
23172
23172
|
|
23173
23173
|
:example:
|
23174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
|
23175
23175
|
"""
|
23176
23176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23177
23177
|
required_arguments = ['externalListenerId', 'startTime', 'endTime']
|
@@ -23321,7 +23321,7 @@ class DbManagementClient(object):
|
|
23321
23321
|
:rtype: :class:`~oci.response.Response`
|
23322
23322
|
|
23323
23323
|
:example:
|
23324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
|
23325
23325
|
"""
|
23326
23326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23327
23327
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -23458,7 +23458,7 @@ class DbManagementClient(object):
|
|
23458
23458
|
:rtype: :class:`~oci.response.Response`
|
23459
23459
|
|
23460
23460
|
:example:
|
23461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
|
23462
23462
|
"""
|
23463
23463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23464
23464
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -23577,7 +23577,7 @@ class DbManagementClient(object):
|
|
23577
23577
|
:rtype: :class:`~oci.response.Response`
|
23578
23578
|
|
23579
23579
|
:example:
|
23580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
|
23581
23581
|
"""
|
23582
23582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23583
23583
|
required_arguments = ['managedDatabaseId']
|
@@ -23694,7 +23694,7 @@ class DbManagementClient(object):
|
|
23694
23694
|
:rtype: :class:`~oci.response.Response`
|
23695
23695
|
|
23696
23696
|
:example:
|
23697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
|
23698
23698
|
"""
|
23699
23699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23700
23700
|
required_arguments = ['managedDatabaseId']
|
@@ -23809,7 +23809,7 @@ class DbManagementClient(object):
|
|
23809
23809
|
:rtype: :class:`~oci.response.Response`
|
23810
23810
|
|
23811
23811
|
:example:
|
23812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
|
23813
23813
|
"""
|
23814
23814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23815
23815
|
required_arguments = ['namedCredentialId']
|
@@ -23915,7 +23915,7 @@ class DbManagementClient(object):
|
|
23915
23915
|
:rtype: :class:`~oci.response.Response`
|
23916
23916
|
|
23917
23917
|
:example:
|
23918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
|
23919
23919
|
"""
|
23920
23920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23921
23921
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -24027,7 +24027,7 @@ class DbManagementClient(object):
|
|
24027
24027
|
:rtype: :class:`~oci.response.Response`
|
24028
24028
|
|
24029
24029
|
:example:
|
24030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
|
24031
24031
|
"""
|
24032
24032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24033
24033
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -24139,7 +24139,7 @@ class DbManagementClient(object):
|
|
24139
24139
|
:rtype: :class:`~oci.response.Response`
|
24140
24140
|
|
24141
24141
|
:example:
|
24142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
|
24143
24143
|
"""
|
24144
24144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24145
24145
|
required_arguments = ['externalAsmId']
|
@@ -24249,7 +24249,7 @@ class DbManagementClient(object):
|
|
24249
24249
|
:rtype: :class:`~oci.response.Response`
|
24250
24250
|
|
24251
24251
|
:example:
|
24252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
|
24253
24253
|
"""
|
24254
24254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24255
24255
|
required_arguments = ['externalAsmInstanceId']
|
@@ -24361,7 +24361,7 @@ class DbManagementClient(object):
|
|
24361
24361
|
:rtype: :class:`~oci.response.Response`
|
24362
24362
|
|
24363
24363
|
:example:
|
24364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
|
24365
24365
|
"""
|
24366
24366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24367
24367
|
required_arguments = ['externalClusterId']
|
@@ -24471,7 +24471,7 @@ class DbManagementClient(object):
|
|
24471
24471
|
:rtype: :class:`~oci.response.Response`
|
24472
24472
|
|
24473
24473
|
:example:
|
24474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
|
24475
24475
|
"""
|
24476
24476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24477
24477
|
required_arguments = ['externalClusterInstanceId']
|
@@ -24581,7 +24581,7 @@ class DbManagementClient(object):
|
|
24581
24581
|
:rtype: :class:`~oci.response.Response`
|
24582
24582
|
|
24583
24583
|
:example:
|
24584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
|
24585
24585
|
"""
|
24586
24586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24587
24587
|
required_arguments = ['externalDbHomeId']
|
@@ -24693,7 +24693,7 @@ class DbManagementClient(object):
|
|
24693
24693
|
:rtype: :class:`~oci.response.Response`
|
24694
24694
|
|
24695
24695
|
:example:
|
24696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
|
24697
24697
|
"""
|
24698
24698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24699
24699
|
required_arguments = ['externalDbNodeId']
|
@@ -24803,7 +24803,7 @@ class DbManagementClient(object):
|
|
24803
24803
|
:rtype: :class:`~oci.response.Response`
|
24804
24804
|
|
24805
24805
|
:example:
|
24806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
|
24807
24807
|
"""
|
24808
24808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24809
24809
|
required_arguments = ['externalDbSystemId']
|
@@ -24915,7 +24915,7 @@ class DbManagementClient(object):
|
|
24915
24915
|
:rtype: :class:`~oci.response.Response`
|
24916
24916
|
|
24917
24917
|
:example:
|
24918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
|
24919
24919
|
"""
|
24920
24920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24921
24921
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -25025,7 +25025,7 @@ class DbManagementClient(object):
|
|
25025
25025
|
:rtype: :class:`~oci.response.Response`
|
25026
25026
|
|
25027
25027
|
:example:
|
25028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
|
25029
25029
|
"""
|
25030
25030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25031
25031
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -25144,7 +25144,7 @@ class DbManagementClient(object):
|
|
25144
25144
|
:rtype: :class:`~oci.response.Response`
|
25145
25145
|
|
25146
25146
|
:example:
|
25147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
|
25148
25148
|
"""
|
25149
25149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25150
25150
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -25261,7 +25261,7 @@ class DbManagementClient(object):
|
|
25261
25261
|
:rtype: :class:`~oci.response.Response`
|
25262
25262
|
|
25263
25263
|
:example:
|
25264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
|
25265
25265
|
"""
|
25266
25266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25267
25267
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -25373,7 +25373,7 @@ class DbManagementClient(object):
|
|
25373
25373
|
:rtype: :class:`~oci.response.Response`
|
25374
25374
|
|
25375
25375
|
:example:
|
25376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
|
25377
25377
|
"""
|
25378
25378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25379
25379
|
required_arguments = ['externalExadataStorageGridId']
|
@@ -25485,7 +25485,7 @@ class DbManagementClient(object):
|
|
25485
25485
|
:rtype: :class:`~oci.response.Response`
|
25486
25486
|
|
25487
25487
|
:example:
|
25488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
|
25489
25489
|
"""
|
25490
25490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25491
25491
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -25597,7 +25597,7 @@ class DbManagementClient(object):
|
|
25597
25597
|
:rtype: :class:`~oci.response.Response`
|
25598
25598
|
|
25599
25599
|
:example:
|
25600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
|
25601
25601
|
"""
|
25602
25602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25603
25603
|
required_arguments = ['externalListenerId']
|
@@ -25705,7 +25705,7 @@ class DbManagementClient(object):
|
|
25705
25705
|
:rtype: :class:`~oci.response.Response`
|
25706
25706
|
|
25707
25707
|
:example:
|
25708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
|
25709
25709
|
"""
|
25710
25710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25711
25711
|
required_arguments = ['jobId']
|
@@ -25817,7 +25817,7 @@ class DbManagementClient(object):
|
|
25817
25817
|
:rtype: :class:`~oci.response.Response`
|
25818
25818
|
|
25819
25819
|
:example:
|
25820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
|
25821
25821
|
"""
|
25822
25822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25823
25823
|
required_arguments = ['managedDatabaseId']
|
@@ -25929,7 +25929,7 @@ class DbManagementClient(object):
|
|
25929
25929
|
:rtype: :class:`~oci.response.Response`
|
25930
25930
|
|
25931
25931
|
:example:
|
25932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
|
25933
25933
|
"""
|
25934
25934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25935
25935
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -26041,7 +26041,7 @@ class DbManagementClient(object):
|
|
26041
26041
|
:rtype: :class:`~oci.response.Response`
|
26042
26042
|
|
26043
26043
|
:example:
|
26044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
|
26045
26045
|
"""
|
26046
26046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26047
26047
|
required_arguments = ['namedCredentialId']
|
@@ -26156,7 +26156,7 @@ class DbManagementClient(object):
|
|
26156
26156
|
:rtype: :class:`~oci.response.Response`
|
26157
26157
|
|
26158
26158
|
:example:
|
26159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
|
26160
26160
|
"""
|
26161
26161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26162
26162
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -26265,7 +26265,7 @@ class DbManagementClient(object):
|
|
26265
26265
|
:rtype: :class:`~oci.response.Response`
|
26266
26266
|
|
26267
26267
|
:example:
|
26268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
|
26269
26269
|
"""
|
26270
26270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26271
26271
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|