oci 2.116.0__py3-none-any.whl → 2.117.0__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/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- 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 +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- 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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- 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 +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- 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 +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +141 -141
- 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 +252 -252
- oci/data_science/data_science_client.py +91 -91
- 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/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -0
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- 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/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 +25 -25
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/create_mysql_connection_details.py +10 -12
- oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/update_mysql_connection_details.py +10 -12
- oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/work_request.py +11 -3
- 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 +294 -294
- 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_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/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- 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 +23 -23
- 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_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- 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/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/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- oci/oda/management_client.py +56 -56
- 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 +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- 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 +66 -66
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +12 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- 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/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 +58 -58
- 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 +19 -19
- oci/vault/vaults_client.py +11 -11
- 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.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.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.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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']
|
@@ -401,7 +401,7 @@ class DbManagementClient(object):
|
|
401
401
|
:rtype: :class:`~oci.response.Response`
|
402
402
|
|
403
403
|
:example:
|
404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
|
405
405
|
"""
|
406
406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
407
407
|
required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
|
@@ -551,7 +551,7 @@ class DbManagementClient(object):
|
|
551
551
|
:rtype: :class:`~oci.response.Response`
|
552
552
|
|
553
553
|
:example:
|
554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
|
555
555
|
"""
|
556
556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
557
557
|
required_arguments = ['managedDatabaseId']
|
@@ -671,7 +671,7 @@ class DbManagementClient(object):
|
|
671
671
|
:rtype: :class:`~oci.response.Response`
|
672
672
|
|
673
673
|
:example:
|
674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
|
675
675
|
"""
|
676
676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
677
677
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -793,7 +793,7 @@ class DbManagementClient(object):
|
|
793
793
|
:rtype: :class:`~oci.response.Response`
|
794
794
|
|
795
795
|
:example:
|
796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
|
797
797
|
"""
|
798
798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
799
799
|
required_arguments = ['externalDbSystemId']
|
@@ -915,7 +915,7 @@ class DbManagementClient(object):
|
|
915
915
|
:rtype: :class:`~oci.response.Response`
|
916
916
|
|
917
917
|
:example:
|
918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
|
919
919
|
"""
|
920
920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
921
921
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -1037,7 +1037,7 @@ class DbManagementClient(object):
|
|
1037
1037
|
:rtype: :class:`~oci.response.Response`
|
1038
1038
|
|
1039
1039
|
:example:
|
1040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
1041
1041
|
"""
|
1042
1042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1043
1043
|
required_arguments = ['jobId']
|
@@ -1161,7 +1161,7 @@ class DbManagementClient(object):
|
|
1161
1161
|
:rtype: :class:`~oci.response.Response`
|
1162
1162
|
|
1163
1163
|
:example:
|
1164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
|
1165
1165
|
"""
|
1166
1166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1167
1167
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -1271,7 +1271,7 @@ class DbManagementClient(object):
|
|
1271
1271
|
:rtype: :class:`~oci.response.Response`
|
1272
1272
|
|
1273
1273
|
:example:
|
1274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
|
1275
1275
|
"""
|
1276
1276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1277
1277
|
required_arguments = ['managedDatabaseId']
|
@@ -1373,7 +1373,7 @@ class DbManagementClient(object):
|
|
1373
1373
|
:rtype: :class:`~oci.response.Response`
|
1374
1374
|
|
1375
1375
|
:example:
|
1376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
|
1377
1377
|
"""
|
1378
1378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1379
1379
|
required_arguments = ['managedDatabaseId']
|
@@ -1474,7 +1474,7 @@ class DbManagementClient(object):
|
|
1474
1474
|
:rtype: :class:`~oci.response.Response`
|
1475
1475
|
|
1476
1476
|
:example:
|
1477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
|
1478
1478
|
"""
|
1479
1479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1480
1480
|
required_arguments = ['managedDatabaseId']
|
@@ -1587,7 +1587,7 @@ class DbManagementClient(object):
|
|
1587
1587
|
:rtype: :class:`~oci.response.Response`
|
1588
1588
|
|
1589
1589
|
:example:
|
1590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
1591
1591
|
"""
|
1592
1592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1593
1593
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -1706,7 +1706,7 @@ class DbManagementClient(object):
|
|
1706
1706
|
:rtype: :class:`~oci.response.Response`
|
1707
1707
|
|
1708
1708
|
:example:
|
1709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
|
1710
1710
|
"""
|
1711
1711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1712
1712
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -1815,7 +1815,7 @@ class DbManagementClient(object):
|
|
1815
1815
|
:rtype: :class:`~oci.response.Response`
|
1816
1816
|
|
1817
1817
|
:example:
|
1818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
|
1819
1819
|
"""
|
1820
1820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1821
1821
|
required_arguments = ['managedDatabaseId']
|
@@ -1918,7 +1918,7 @@ class DbManagementClient(object):
|
|
1918
1918
|
:rtype: :class:`~oci.response.Response`
|
1919
1919
|
|
1920
1920
|
:example:
|
1921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
|
1922
1922
|
"""
|
1923
1923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1924
1924
|
required_arguments = ['managedDatabaseId']
|
@@ -2021,7 +2021,7 @@ class DbManagementClient(object):
|
|
2021
2021
|
:rtype: :class:`~oci.response.Response`
|
2022
2022
|
|
2023
2023
|
:example:
|
2024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
|
2025
2025
|
"""
|
2026
2026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2027
2027
|
required_arguments = []
|
@@ -2117,7 +2117,7 @@ class DbManagementClient(object):
|
|
2117
2117
|
:rtype: :class:`~oci.response.Response`
|
2118
2118
|
|
2119
2119
|
:example:
|
2120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
|
2121
2121
|
"""
|
2122
2122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2123
2123
|
required_arguments = []
|
@@ -2215,7 +2215,7 @@ class DbManagementClient(object):
|
|
2215
2215
|
:rtype: :class:`~oci.response.Response`
|
2216
2216
|
|
2217
2217
|
:example:
|
2218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
|
2219
2219
|
"""
|
2220
2220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2221
2221
|
required_arguments = []
|
@@ -2313,7 +2313,7 @@ class DbManagementClient(object):
|
|
2313
2313
|
:rtype: :class:`~oci.response.Response`
|
2314
2314
|
|
2315
2315
|
:example:
|
2316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
|
2317
2317
|
"""
|
2318
2318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2319
2319
|
required_arguments = []
|
@@ -2416,7 +2416,7 @@ class DbManagementClient(object):
|
|
2416
2416
|
:rtype: :class:`~oci.response.Response`
|
2417
2417
|
|
2418
2418
|
:example:
|
2419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
|
2420
2420
|
"""
|
2421
2421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2422
2422
|
required_arguments = []
|
@@ -2514,7 +2514,7 @@ class DbManagementClient(object):
|
|
2514
2514
|
:rtype: :class:`~oci.response.Response`
|
2515
2515
|
|
2516
2516
|
:example:
|
2517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
|
2518
2518
|
"""
|
2519
2519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2520
2520
|
required_arguments = []
|
@@ -2614,7 +2614,7 @@ class DbManagementClient(object):
|
|
2614
2614
|
:rtype: :class:`~oci.response.Response`
|
2615
2615
|
|
2616
2616
|
:example:
|
2617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
|
2618
2618
|
"""
|
2619
2619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2620
2620
|
required_arguments = []
|
@@ -2711,7 +2711,7 @@ class DbManagementClient(object):
|
|
2711
2711
|
:rtype: :class:`~oci.response.Response`
|
2712
2712
|
|
2713
2713
|
:example:
|
2714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
|
2715
2715
|
"""
|
2716
2716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2717
2717
|
required_arguments = []
|
@@ -2812,7 +2812,7 @@ class DbManagementClient(object):
|
|
2812
2812
|
:rtype: :class:`~oci.response.Response`
|
2813
2813
|
|
2814
2814
|
:example:
|
2815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
|
2816
2816
|
"""
|
2817
2817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2818
2818
|
required_arguments = ['managedDatabaseId']
|
@@ -2922,7 +2922,7 @@ class DbManagementClient(object):
|
|
2922
2922
|
:rtype: :class:`~oci.response.Response`
|
2923
2923
|
|
2924
2924
|
:example:
|
2925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
|
2926
2926
|
"""
|
2927
2927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2928
2928
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -3027,7 +3027,7 @@ class DbManagementClient(object):
|
|
3027
3027
|
:rtype: :class:`~oci.response.Response`
|
3028
3028
|
|
3029
3029
|
:example:
|
3030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
|
3031
3031
|
"""
|
3032
3032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3033
3033
|
required_arguments = ['externalDbSystemId']
|
@@ -3132,7 +3132,7 @@ class DbManagementClient(object):
|
|
3132
3132
|
:rtype: :class:`~oci.response.Response`
|
3133
3133
|
|
3134
3134
|
:example:
|
3135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
|
3136
3136
|
"""
|
3137
3137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3138
3138
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -3237,7 +3237,7 @@ class DbManagementClient(object):
|
|
3237
3237
|
:rtype: :class:`~oci.response.Response`
|
3238
3238
|
|
3239
3239
|
:example:
|
3240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
|
3241
3241
|
"""
|
3242
3242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3243
3243
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -3342,7 +3342,7 @@ class DbManagementClient(object):
|
|
3342
3342
|
:rtype: :class:`~oci.response.Response`
|
3343
3343
|
|
3344
3344
|
:example:
|
3345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
|
3346
3346
|
"""
|
3347
3347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3348
3348
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -3447,7 +3447,7 @@ class DbManagementClient(object):
|
|
3447
3447
|
:rtype: :class:`~oci.response.Response`
|
3448
3448
|
|
3449
3449
|
:example:
|
3450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
|
3451
3451
|
"""
|
3452
3452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3453
3453
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -3550,7 +3550,7 @@ class DbManagementClient(object):
|
|
3550
3550
|
:rtype: :class:`~oci.response.Response`
|
3551
3551
|
|
3552
3552
|
:example:
|
3553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3554
3554
|
"""
|
3555
3555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3556
3556
|
required_arguments = ['jobId']
|
@@ -3656,7 +3656,7 @@ class DbManagementClient(object):
|
|
3656
3656
|
:rtype: :class:`~oci.response.Response`
|
3657
3657
|
|
3658
3658
|
:example:
|
3659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
|
3660
3660
|
"""
|
3661
3661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3662
3662
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -3757,7 +3757,7 @@ class DbManagementClient(object):
|
|
3757
3757
|
:rtype: :class:`~oci.response.Response`
|
3758
3758
|
|
3759
3759
|
:example:
|
3760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
|
3761
3761
|
"""
|
3762
3762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3763
3763
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -3857,7 +3857,7 @@ class DbManagementClient(object):
|
|
3857
3857
|
:rtype: :class:`~oci.response.Response`
|
3858
3858
|
|
3859
3859
|
:example:
|
3860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
|
3861
3861
|
"""
|
3862
3862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3863
3863
|
required_arguments = ['managedDatabaseId']
|
@@ -3961,7 +3961,7 @@ class DbManagementClient(object):
|
|
3961
3961
|
:rtype: :class:`~oci.response.Response`
|
3962
3962
|
|
3963
3963
|
:example:
|
3964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
|
3965
3965
|
"""
|
3966
3966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3967
3967
|
required_arguments = ['managedDatabaseId']
|
@@ -4074,7 +4074,7 @@ class DbManagementClient(object):
|
|
4074
4074
|
:rtype: :class:`~oci.response.Response`
|
4075
4075
|
|
4076
4076
|
:example:
|
4077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
|
4078
4078
|
"""
|
4079
4079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4080
4080
|
required_arguments = ['externalDbSystemId']
|
@@ -4192,7 +4192,7 @@ class DbManagementClient(object):
|
|
4192
4192
|
:rtype: :class:`~oci.response.Response`
|
4193
4193
|
|
4194
4194
|
:example:
|
4195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
|
4196
4196
|
"""
|
4197
4197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4198
4198
|
required_arguments = ['externalDbSystemId']
|
@@ -4316,7 +4316,7 @@ class DbManagementClient(object):
|
|
4316
4316
|
:rtype: :class:`~oci.response.Response`
|
4317
4317
|
|
4318
4318
|
:example:
|
4319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
|
4320
4320
|
"""
|
4321
4321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4322
4322
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -4425,7 +4425,7 @@ class DbManagementClient(object):
|
|
4425
4425
|
:rtype: :class:`~oci.response.Response`
|
4426
4426
|
|
4427
4427
|
:example:
|
4428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
4429
4429
|
"""
|
4430
4430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4431
4431
|
required_arguments = ['managedDatabaseId']
|
@@ -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.
|
4531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
|
4532
4532
|
"""
|
4533
4533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4534
4534
|
required_arguments = ['managedDatabaseId']
|
@@ -4656,7 +4656,7 @@ class DbManagementClient(object):
|
|
4656
4656
|
:rtype: :class:`~oci.response.Response`
|
4657
4657
|
|
4658
4658
|
:example:
|
4659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
|
4660
4660
|
"""
|
4661
4661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4662
4662
|
required_arguments = []
|
@@ -4754,7 +4754,7 @@ class DbManagementClient(object):
|
|
4754
4754
|
:rtype: :class:`~oci.response.Response`
|
4755
4755
|
|
4756
4756
|
:example:
|
4757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
|
4758
4758
|
"""
|
4759
4759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4760
4760
|
required_arguments = ['managedDatabaseId']
|
@@ -4865,7 +4865,7 @@ class DbManagementClient(object):
|
|
4865
4865
|
:rtype: :class:`~oci.response.Response`
|
4866
4866
|
|
4867
4867
|
:example:
|
4868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
|
4869
4869
|
"""
|
4870
4870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4871
4871
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -4979,7 +4979,7 @@ class DbManagementClient(object):
|
|
4979
4979
|
:rtype: :class:`~oci.response.Response`
|
4980
4980
|
|
4981
4981
|
:example:
|
4982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
|
4983
4983
|
"""
|
4984
4984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4985
4985
|
required_arguments = ['managedDatabaseId']
|
@@ -5092,7 +5092,7 @@ class DbManagementClient(object):
|
|
5092
5092
|
:rtype: :class:`~oci.response.Response`
|
5093
5093
|
|
5094
5094
|
:example:
|
5095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
|
5096
5096
|
"""
|
5097
5097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5098
5098
|
required_arguments = ['managedDatabaseId']
|
@@ -5208,7 +5208,7 @@ class DbManagementClient(object):
|
|
5208
5208
|
:rtype: :class:`~oci.response.Response`
|
5209
5209
|
|
5210
5210
|
:example:
|
5211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
|
5212
5212
|
"""
|
5213
5213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5214
5214
|
required_arguments = ['externalDbSystemId']
|
@@ -5331,7 +5331,7 @@ class DbManagementClient(object):
|
|
5331
5331
|
:rtype: :class:`~oci.response.Response`
|
5332
5332
|
|
5333
5333
|
:example:
|
5334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
|
5335
5335
|
"""
|
5336
5336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5337
5337
|
required_arguments = ['externalDbSystemId']
|
@@ -5458,7 +5458,7 @@ class DbManagementClient(object):
|
|
5458
5458
|
:rtype: :class:`~oci.response.Response`
|
5459
5459
|
|
5460
5460
|
:example:
|
5461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
|
5462
5462
|
"""
|
5463
5463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5464
5464
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -5574,7 +5574,7 @@ class DbManagementClient(object):
|
|
5574
5574
|
:rtype: :class:`~oci.response.Response`
|
5575
5575
|
|
5576
5576
|
:example:
|
5577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
5578
5578
|
"""
|
5579
5579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5580
5580
|
required_arguments = ['managedDatabaseId']
|
@@ -5678,7 +5678,7 @@ class DbManagementClient(object):
|
|
5678
5678
|
:rtype: :class:`~oci.response.Response`
|
5679
5679
|
|
5680
5680
|
:example:
|
5681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
|
5682
5682
|
"""
|
5683
5683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5684
5684
|
required_arguments = ['managedDatabaseId']
|
@@ -5783,7 +5783,7 @@ class DbManagementClient(object):
|
|
5783
5783
|
:rtype: :class:`~oci.response.Response`
|
5784
5784
|
|
5785
5785
|
:example:
|
5786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
|
5787
5787
|
"""
|
5788
5788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5789
5789
|
required_arguments = ['managedDatabaseId']
|
@@ -5926,7 +5926,7 @@ class DbManagementClient(object):
|
|
5926
5926
|
:rtype: :class:`~oci.response.Response`
|
5927
5927
|
|
5928
5928
|
:example:
|
5929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
|
5930
5930
|
"""
|
5931
5931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5932
5932
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -6104,7 +6104,7 @@ class DbManagementClient(object):
|
|
6104
6104
|
:rtype: :class:`~oci.response.Response`
|
6105
6105
|
|
6106
6106
|
:example:
|
6107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
|
6108
6108
|
"""
|
6109
6109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6110
6110
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
|
@@ -6244,7 +6244,7 @@ class DbManagementClient(object):
|
|
6244
6244
|
:rtype: :class:`~oci.response.Response`
|
6245
6245
|
|
6246
6246
|
:example:
|
6247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
|
6248
6248
|
"""
|
6249
6249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6250
6250
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -6382,7 +6382,7 @@ class DbManagementClient(object):
|
|
6382
6382
|
:rtype: :class:`~oci.response.Response`
|
6383
6383
|
|
6384
6384
|
:example:
|
6385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
|
6386
6386
|
"""
|
6387
6387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6388
6388
|
required_arguments = ['compareBaselineTime', 'compareTargetTime']
|
@@ -6507,7 +6507,7 @@ class DbManagementClient(object):
|
|
6507
6507
|
:rtype: :class:`~oci.response.Response`
|
6508
6508
|
|
6509
6509
|
:example:
|
6510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
|
6511
6511
|
"""
|
6512
6512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6513
6513
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -6602,7 +6602,7 @@ class DbManagementClient(object):
|
|
6602
6602
|
:rtype: :class:`~oci.response.Response`
|
6603
6603
|
|
6604
6604
|
:example:
|
6605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
|
6606
6606
|
"""
|
6607
6607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6608
6608
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -6700,7 +6700,7 @@ class DbManagementClient(object):
|
|
6700
6700
|
:rtype: :class:`~oci.response.Response`
|
6701
6701
|
|
6702
6702
|
:example:
|
6703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
|
6704
6704
|
"""
|
6705
6705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6706
6706
|
required_arguments = ['externalAsmId']
|
@@ -6800,7 +6800,7 @@ class DbManagementClient(object):
|
|
6800
6800
|
:rtype: :class:`~oci.response.Response`
|
6801
6801
|
|
6802
6802
|
:example:
|
6803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
|
6804
6804
|
"""
|
6805
6805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6806
6806
|
required_arguments = ['externalAsmId']
|
@@ -6900,7 +6900,7 @@ class DbManagementClient(object):
|
|
6900
6900
|
:rtype: :class:`~oci.response.Response`
|
6901
6901
|
|
6902
6902
|
:example:
|
6903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
|
6904
6904
|
"""
|
6905
6905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6906
6906
|
required_arguments = ['externalAsmInstanceId']
|
@@ -7000,7 +7000,7 @@ class DbManagementClient(object):
|
|
7000
7000
|
:rtype: :class:`~oci.response.Response`
|
7001
7001
|
|
7002
7002
|
:example:
|
7003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
|
7004
7004
|
"""
|
7005
7005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7006
7006
|
required_arguments = ['externalClusterId']
|
@@ -7100,7 +7100,7 @@ class DbManagementClient(object):
|
|
7100
7100
|
:rtype: :class:`~oci.response.Response`
|
7101
7101
|
|
7102
7102
|
:example:
|
7103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
|
7104
7104
|
"""
|
7105
7105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7106
7106
|
required_arguments = ['externalClusterInstanceId']
|
@@ -7200,7 +7200,7 @@ class DbManagementClient(object):
|
|
7200
7200
|
:rtype: :class:`~oci.response.Response`
|
7201
7201
|
|
7202
7202
|
:example:
|
7203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
|
7204
7204
|
"""
|
7205
7205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7206
7206
|
required_arguments = ['externalDbHomeId']
|
@@ -7300,7 +7300,7 @@ class DbManagementClient(object):
|
|
7300
7300
|
:rtype: :class:`~oci.response.Response`
|
7301
7301
|
|
7302
7302
|
:example:
|
7303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
|
7304
7304
|
"""
|
7305
7305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7306
7306
|
required_arguments = ['externalDbNodeId']
|
@@ -7400,7 +7400,7 @@ class DbManagementClient(object):
|
|
7400
7400
|
:rtype: :class:`~oci.response.Response`
|
7401
7401
|
|
7402
7402
|
:example:
|
7403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
|
7404
7404
|
"""
|
7405
7405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7406
7406
|
required_arguments = ['externalDbSystemId']
|
@@ -7500,7 +7500,7 @@ class DbManagementClient(object):
|
|
7500
7500
|
:rtype: :class:`~oci.response.Response`
|
7501
7501
|
|
7502
7502
|
:example:
|
7503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
|
7504
7504
|
"""
|
7505
7505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7506
7506
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -7600,7 +7600,7 @@ class DbManagementClient(object):
|
|
7600
7600
|
:rtype: :class:`~oci.response.Response`
|
7601
7601
|
|
7602
7602
|
:example:
|
7603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
|
7604
7604
|
"""
|
7605
7605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7606
7606
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -7701,7 +7701,7 @@ class DbManagementClient(object):
|
|
7701
7701
|
:rtype: :class:`~oci.response.Response`
|
7702
7702
|
|
7703
7703
|
:example:
|
7704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
|
7705
7705
|
"""
|
7706
7706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7707
7707
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -7801,7 +7801,7 @@ class DbManagementClient(object):
|
|
7801
7801
|
:rtype: :class:`~oci.response.Response`
|
7802
7802
|
|
7803
7803
|
:example:
|
7804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
|
7805
7805
|
"""
|
7806
7806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7807
7807
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -7901,7 +7901,7 @@ class DbManagementClient(object):
|
|
7901
7901
|
:rtype: :class:`~oci.response.Response`
|
7902
7902
|
|
7903
7903
|
:example:
|
7904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
|
7905
7905
|
"""
|
7906
7906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7907
7907
|
required_arguments = ['externalExadataStorageGridId']
|
@@ -8001,7 +8001,7 @@ class DbManagementClient(object):
|
|
8001
8001
|
:rtype: :class:`~oci.response.Response`
|
8002
8002
|
|
8003
8003
|
:example:
|
8004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
|
8005
8005
|
"""
|
8006
8006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8007
8007
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -8101,7 +8101,7 @@ class DbManagementClient(object):
|
|
8101
8101
|
:rtype: :class:`~oci.response.Response`
|
8102
8102
|
|
8103
8103
|
:example:
|
8104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8104
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
|
8105
8105
|
"""
|
8106
8106
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8107
8107
|
required_arguments = ['externalListenerId']
|
@@ -8201,7 +8201,7 @@ class DbManagementClient(object):
|
|
8201
8201
|
:rtype: :class:`~oci.response.Response`
|
8202
8202
|
|
8203
8203
|
:example:
|
8204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
|
8205
8205
|
"""
|
8206
8206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8207
8207
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -8299,7 +8299,7 @@ class DbManagementClient(object):
|
|
8299
8299
|
:rtype: :class:`~oci.response.Response`
|
8300
8300
|
|
8301
8301
|
:example:
|
8302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
|
8303
8303
|
"""
|
8304
8304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8305
8305
|
required_arguments = ['jobId']
|
@@ -8395,7 +8395,7 @@ class DbManagementClient(object):
|
|
8395
8395
|
:rtype: :class:`~oci.response.Response`
|
8396
8396
|
|
8397
8397
|
:example:
|
8398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
8399
8399
|
"""
|
8400
8400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8401
8401
|
required_arguments = ['jobExecutionId']
|
@@ -8491,7 +8491,7 @@ class DbManagementClient(object):
|
|
8491
8491
|
:rtype: :class:`~oci.response.Response`
|
8492
8492
|
|
8493
8493
|
:example:
|
8494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
8495
8495
|
"""
|
8496
8496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8497
8497
|
required_arguments = ['jobRunId']
|
@@ -8589,7 +8589,7 @@ class DbManagementClient(object):
|
|
8589
8589
|
:rtype: :class:`~oci.response.Response`
|
8590
8590
|
|
8591
8591
|
:example:
|
8592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
|
8593
8593
|
"""
|
8594
8594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8595
8595
|
required_arguments = ['managedDatabaseId']
|
@@ -8687,7 +8687,7 @@ class DbManagementClient(object):
|
|
8687
8687
|
:rtype: :class:`~oci.response.Response`
|
8688
8688
|
|
8689
8689
|
:example:
|
8690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
|
8691
8691
|
"""
|
8692
8692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8693
8693
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -8785,7 +8785,7 @@ class DbManagementClient(object):
|
|
8785
8785
|
:rtype: :class:`~oci.response.Response`
|
8786
8786
|
|
8787
8787
|
:example:
|
8788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
|
8789
8789
|
"""
|
8790
8790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8791
8791
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -8892,7 +8892,7 @@ class DbManagementClient(object):
|
|
8892
8892
|
:rtype: :class:`~oci.response.Response`
|
8893
8893
|
|
8894
8894
|
:example:
|
8895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
|
8896
8896
|
"""
|
8897
8897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8898
8898
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -9004,7 +9004,7 @@ class DbManagementClient(object):
|
|
9004
9004
|
:rtype: :class:`~oci.response.Response`
|
9005
9005
|
|
9006
9006
|
:example:
|
9007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
|
9008
9008
|
"""
|
9009
9009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9010
9010
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -9113,7 +9113,7 @@ class DbManagementClient(object):
|
|
9113
9113
|
:rtype: :class:`~oci.response.Response`
|
9114
9114
|
|
9115
9115
|
:example:
|
9116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
|
9117
9117
|
"""
|
9118
9118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9119
9119
|
required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
|
@@ -9236,7 +9236,7 @@ class DbManagementClient(object):
|
|
9236
9236
|
:rtype: :class:`~oci.response.Response`
|
9237
9237
|
|
9238
9238
|
:example:
|
9239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
|
9240
9240
|
"""
|
9241
9241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9242
9242
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -9358,7 +9358,7 @@ class DbManagementClient(object):
|
|
9358
9358
|
:rtype: :class:`~oci.response.Response`
|
9359
9359
|
|
9360
9360
|
:example:
|
9361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
|
9362
9362
|
"""
|
9363
9363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9364
9364
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -9460,7 +9460,7 @@ class DbManagementClient(object):
|
|
9460
9460
|
:rtype: :class:`~oci.response.Response`
|
9461
9461
|
|
9462
9462
|
:example:
|
9463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
|
9464
9464
|
"""
|
9465
9465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9466
9466
|
required_arguments = ['managedDatabaseId', 'planName']
|
@@ -9563,7 +9563,7 @@ class DbManagementClient(object):
|
|
9563
9563
|
:rtype: :class:`~oci.response.Response`
|
9564
9564
|
|
9565
9565
|
:example:
|
9566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
|
9567
9567
|
"""
|
9568
9568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9569
9569
|
required_arguments = ['managedDatabaseId']
|
@@ -9666,7 +9666,7 @@ class DbManagementClient(object):
|
|
9666
9666
|
:rtype: :class:`~oci.response.Response`
|
9667
9667
|
|
9668
9668
|
:example:
|
9669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
|
9670
9670
|
"""
|
9671
9671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9672
9672
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -9765,7 +9765,7 @@ class DbManagementClient(object):
|
|
9765
9765
|
:rtype: :class:`~oci.response.Response`
|
9766
9766
|
|
9767
9767
|
:example:
|
9768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
|
9769
9769
|
"""
|
9770
9770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9771
9771
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -9868,7 +9868,7 @@ class DbManagementClient(object):
|
|
9868
9868
|
:rtype: :class:`~oci.response.Response`
|
9869
9869
|
|
9870
9870
|
:example:
|
9871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
|
9872
9872
|
"""
|
9873
9873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9874
9874
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -9967,7 +9967,7 @@ class DbManagementClient(object):
|
|
9967
9967
|
:rtype: :class:`~oci.response.Response`
|
9968
9968
|
|
9969
9969
|
:example:
|
9970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9971
9971
|
"""
|
9972
9972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9973
9973
|
required_arguments = ['workRequestId']
|
@@ -10071,7 +10071,7 @@ class DbManagementClient(object):
|
|
10071
10071
|
:rtype: :class:`~oci.response.Response`
|
10072
10072
|
|
10073
10073
|
:example:
|
10074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
|
10075
10075
|
"""
|
10076
10076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10077
10077
|
required_arguments = ['managedDatabaseId', 'executionName']
|
@@ -10194,7 +10194,7 @@ class DbManagementClient(object):
|
|
10194
10194
|
:rtype: :class:`~oci.response.Response`
|
10195
10195
|
|
10196
10196
|
:example:
|
10197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
|
10198
10198
|
"""
|
10199
10199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10200
10200
|
required_arguments = ['managedDatabaseId']
|
@@ -10344,7 +10344,7 @@ class DbManagementClient(object):
|
|
10344
10344
|
:rtype: :class:`~oci.response.Response`
|
10345
10345
|
|
10346
10346
|
:example:
|
10347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
|
10348
10348
|
"""
|
10349
10349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10350
10350
|
required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
|
@@ -10520,7 +10520,7 @@ class DbManagementClient(object):
|
|
10520
10520
|
:rtype: :class:`~oci.response.Response`
|
10521
10521
|
|
10522
10522
|
:example:
|
10523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
|
10524
10524
|
"""
|
10525
10525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10526
10526
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -10695,7 +10695,7 @@ class DbManagementClient(object):
|
|
10695
10695
|
:rtype: :class:`~oci.response.Response`
|
10696
10696
|
|
10697
10697
|
:example:
|
10698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
|
10699
10699
|
"""
|
10700
10700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10701
10701
|
required_arguments = ['managedDatabaseId']
|
@@ -10854,7 +10854,7 @@ class DbManagementClient(object):
|
|
10854
10854
|
:rtype: :class:`~oci.response.Response`
|
10855
10855
|
|
10856
10856
|
:example:
|
10857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
|
10858
10858
|
"""
|
10859
10859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10860
10860
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -11005,7 +11005,7 @@ class DbManagementClient(object):
|
|
11005
11005
|
:rtype: :class:`~oci.response.Response`
|
11006
11006
|
|
11007
11007
|
:example:
|
11008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
|
11009
11009
|
"""
|
11010
11010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11011
11011
|
required_arguments = ['managedDatabaseId']
|
@@ -11159,7 +11159,7 @@ class DbManagementClient(object):
|
|
11159
11159
|
:rtype: :class:`~oci.response.Response`
|
11160
11160
|
|
11161
11161
|
:example:
|
11162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
|
11163
11163
|
"""
|
11164
11164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11165
11165
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -11313,7 +11313,7 @@ class DbManagementClient(object):
|
|
11313
11313
|
:rtype: :class:`~oci.response.Response`
|
11314
11314
|
|
11315
11315
|
:example:
|
11316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
|
11317
11317
|
"""
|
11318
11318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11319
11319
|
required_arguments = ['managedDatabaseId']
|
@@ -11483,7 +11483,7 @@ class DbManagementClient(object):
|
|
11483
11483
|
:rtype: :class:`~oci.response.Response`
|
11484
11484
|
|
11485
11485
|
:example:
|
11486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
|
11487
11487
|
"""
|
11488
11488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11489
11489
|
required_arguments = ['compartmentId']
|
@@ -11631,7 +11631,7 @@ class DbManagementClient(object):
|
|
11631
11631
|
:rtype: :class:`~oci.response.Response`
|
11632
11632
|
|
11633
11633
|
:example:
|
11634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
|
11635
11635
|
"""
|
11636
11636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11637
11637
|
required_arguments = ['externalAsmId']
|
@@ -11786,7 +11786,7 @@ class DbManagementClient(object):
|
|
11786
11786
|
:rtype: :class:`~oci.response.Response`
|
11787
11787
|
|
11788
11788
|
:example:
|
11789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
|
11790
11790
|
"""
|
11791
11791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11792
11792
|
required_arguments = []
|
@@ -11926,7 +11926,7 @@ class DbManagementClient(object):
|
|
11926
11926
|
:rtype: :class:`~oci.response.Response`
|
11927
11927
|
|
11928
11928
|
:example:
|
11929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
|
11930
11930
|
"""
|
11931
11931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11932
11932
|
required_arguments = ['externalAsmId']
|
@@ -12081,7 +12081,7 @@ class DbManagementClient(object):
|
|
12081
12081
|
:rtype: :class:`~oci.response.Response`
|
12082
12082
|
|
12083
12083
|
:example:
|
12084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
|
12085
12085
|
"""
|
12086
12086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12087
12087
|
required_arguments = []
|
@@ -12230,7 +12230,7 @@ class DbManagementClient(object):
|
|
12230
12230
|
:rtype: :class:`~oci.response.Response`
|
12231
12231
|
|
12232
12232
|
:example:
|
12233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
|
12234
12234
|
"""
|
12235
12235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12236
12236
|
required_arguments = []
|
@@ -12379,7 +12379,7 @@ class DbManagementClient(object):
|
|
12379
12379
|
:rtype: :class:`~oci.response.Response`
|
12380
12380
|
|
12381
12381
|
:example:
|
12382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
|
12383
12383
|
"""
|
12384
12384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12385
12385
|
required_arguments = []
|
@@ -12528,7 +12528,7 @@ class DbManagementClient(object):
|
|
12528
12528
|
:rtype: :class:`~oci.response.Response`
|
12529
12529
|
|
12530
12530
|
:example:
|
12531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
|
12532
12532
|
"""
|
12533
12533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12534
12534
|
required_arguments = []
|
@@ -12677,7 +12677,7 @@ class DbManagementClient(object):
|
|
12677
12677
|
:rtype: :class:`~oci.response.Response`
|
12678
12678
|
|
12679
12679
|
:example:
|
12680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
|
12681
12681
|
"""
|
12682
12682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12683
12683
|
required_arguments = []
|
@@ -12826,7 +12826,7 @@ class DbManagementClient(object):
|
|
12826
12826
|
:rtype: :class:`~oci.response.Response`
|
12827
12827
|
|
12828
12828
|
:example:
|
12829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
|
12830
12830
|
"""
|
12831
12831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12832
12832
|
required_arguments = []
|
@@ -12975,7 +12975,7 @@ class DbManagementClient(object):
|
|
12975
12975
|
:rtype: :class:`~oci.response.Response`
|
12976
12976
|
|
12977
12977
|
:example:
|
12978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
|
12979
12979
|
"""
|
12980
12980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12981
12981
|
required_arguments = []
|
@@ -13119,7 +13119,7 @@ class DbManagementClient(object):
|
|
13119
13119
|
:rtype: :class:`~oci.response.Response`
|
13120
13120
|
|
13121
13121
|
:example:
|
13122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
|
13123
13123
|
"""
|
13124
13124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13125
13125
|
required_arguments = ['compartmentId']
|
@@ -13260,7 +13260,7 @@ class DbManagementClient(object):
|
|
13260
13260
|
:rtype: :class:`~oci.response.Response`
|
13261
13261
|
|
13262
13262
|
:example:
|
13263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
|
13264
13264
|
"""
|
13265
13265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13266
13266
|
required_arguments = ['compartmentId']
|
@@ -13401,7 +13401,7 @@ class DbManagementClient(object):
|
|
13401
13401
|
:rtype: :class:`~oci.response.Response`
|
13402
13402
|
|
13403
13403
|
:example:
|
13404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
|
13405
13405
|
"""
|
13406
13406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13407
13407
|
required_arguments = ['compartmentId']
|
@@ -13547,7 +13547,7 @@ class DbManagementClient(object):
|
|
13547
13547
|
:rtype: :class:`~oci.response.Response`
|
13548
13548
|
|
13549
13549
|
:example:
|
13550
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
|
13551
13551
|
"""
|
13552
13552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13553
13553
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -13694,7 +13694,7 @@ class DbManagementClient(object):
|
|
13694
13694
|
:rtype: :class:`~oci.response.Response`
|
13695
13695
|
|
13696
13696
|
:example:
|
13697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
|
13698
13698
|
"""
|
13699
13699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13700
13700
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -13838,7 +13838,7 @@ class DbManagementClient(object):
|
|
13838
13838
|
:rtype: :class:`~oci.response.Response`
|
13839
13839
|
|
13840
13840
|
:example:
|
13841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
|
13842
13842
|
"""
|
13843
13843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13844
13844
|
required_arguments = ['externalListenerId', 'managedDatabaseId']
|
@@ -13994,7 +13994,7 @@ class DbManagementClient(object):
|
|
13994
13994
|
:rtype: :class:`~oci.response.Response`
|
13995
13995
|
|
13996
13996
|
:example:
|
13997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
|
13998
13998
|
"""
|
13999
13999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14000
14000
|
required_arguments = []
|
@@ -14163,7 +14163,7 @@ class DbManagementClient(object):
|
|
14163
14163
|
:rtype: :class:`~oci.response.Response`
|
14164
14164
|
|
14165
14165
|
:example:
|
14166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
14167
14167
|
"""
|
14168
14168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14169
14169
|
required_arguments = ['compartmentId']
|
@@ -14336,7 +14336,7 @@ class DbManagementClient(object):
|
|
14336
14336
|
:rtype: :class:`~oci.response.Response`
|
14337
14337
|
|
14338
14338
|
:example:
|
14339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
14340
14340
|
"""
|
14341
14341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14342
14342
|
required_arguments = ['compartmentId']
|
@@ -14506,7 +14506,7 @@ class DbManagementClient(object):
|
|
14506
14506
|
:rtype: :class:`~oci.response.Response`
|
14507
14507
|
|
14508
14508
|
:example:
|
14509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
14510
14510
|
"""
|
14511
14511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14512
14512
|
required_arguments = ['compartmentId']
|
@@ -14671,7 +14671,7 @@ class DbManagementClient(object):
|
|
14671
14671
|
:rtype: :class:`~oci.response.Response`
|
14672
14672
|
|
14673
14673
|
:example:
|
14674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
|
14675
14675
|
"""
|
14676
14676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14677
14677
|
required_arguments = ['compartmentId']
|
@@ -14844,7 +14844,7 @@ class DbManagementClient(object):
|
|
14844
14844
|
:rtype: :class:`~oci.response.Response`
|
14845
14845
|
|
14846
14846
|
:example:
|
14847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
|
14848
14848
|
"""
|
14849
14849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14850
14850
|
required_arguments = ['compartmentId']
|
@@ -15007,7 +15007,7 @@ class DbManagementClient(object):
|
|
15007
15007
|
:rtype: :class:`~oci.response.Response`
|
15008
15008
|
|
15009
15009
|
:example:
|
15010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
|
15011
15011
|
"""
|
15012
15012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15013
15013
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -15146,7 +15146,7 @@ class DbManagementClient(object):
|
|
15146
15146
|
:rtype: :class:`~oci.response.Response`
|
15147
15147
|
|
15148
15148
|
:example:
|
15149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
|
15150
15150
|
"""
|
15151
15151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15152
15152
|
required_arguments = ['managedDatabaseId']
|
@@ -15284,7 +15284,7 @@ class DbManagementClient(object):
|
|
15284
15284
|
:rtype: :class:`~oci.response.Response`
|
15285
15285
|
|
15286
15286
|
:example:
|
15287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
|
15288
15288
|
"""
|
15289
15289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15290
15290
|
required_arguments = ['managedDatabaseId', 'groupType']
|
@@ -15454,7 +15454,7 @@ class DbManagementClient(object):
|
|
15454
15454
|
:rtype: :class:`~oci.response.Response`
|
15455
15455
|
|
15456
15456
|
:example:
|
15457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
|
15458
15458
|
"""
|
15459
15459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15460
15460
|
required_arguments = ['managedDatabaseId']
|
@@ -15595,7 +15595,7 @@ class DbManagementClient(object):
|
|
15595
15595
|
:rtype: :class:`~oci.response.Response`
|
15596
15596
|
|
15597
15597
|
:example:
|
15598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
|
15599
15599
|
"""
|
15600
15600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15601
15601
|
required_arguments = ['managedDatabaseId']
|
@@ -15717,7 +15717,7 @@ class DbManagementClient(object):
|
|
15717
15717
|
:rtype: :class:`~oci.response.Response`
|
15718
15718
|
|
15719
15719
|
:example:
|
15720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
|
15721
15721
|
"""
|
15722
15722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15723
15723
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -15870,7 +15870,7 @@ class DbManagementClient(object):
|
|
15870
15870
|
:rtype: :class:`~oci.response.Response`
|
15871
15871
|
|
15872
15872
|
:example:
|
15873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
|
15874
15874
|
"""
|
15875
15875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15876
15876
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -16023,7 +16023,7 @@ class DbManagementClient(object):
|
|
16023
16023
|
:rtype: :class:`~oci.response.Response`
|
16024
16024
|
|
16025
16025
|
:example:
|
16026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
16027
16027
|
"""
|
16028
16028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16029
16029
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -16174,7 +16174,7 @@ class DbManagementClient(object):
|
|
16174
16174
|
:rtype: :class:`~oci.response.Response`
|
16175
16175
|
|
16176
16176
|
:example:
|
16177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
|
16178
16178
|
"""
|
16179
16179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16180
16180
|
required_arguments = ['managedDatabaseId']
|
@@ -16357,7 +16357,7 @@ class DbManagementClient(object):
|
|
16357
16357
|
:rtype: :class:`~oci.response.Response`
|
16358
16358
|
|
16359
16359
|
:example:
|
16360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
|
16361
16361
|
"""
|
16362
16362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16363
16363
|
required_arguments = ['managedDatabaseId']
|
@@ -16534,7 +16534,7 @@ class DbManagementClient(object):
|
|
16534
16534
|
:rtype: :class:`~oci.response.Response`
|
16535
16535
|
|
16536
16536
|
:example:
|
16537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
|
16538
16538
|
"""
|
16539
16539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16540
16540
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -16664,7 +16664,7 @@ class DbManagementClient(object):
|
|
16664
16664
|
:rtype: :class:`~oci.response.Response`
|
16665
16665
|
|
16666
16666
|
:example:
|
16667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
|
16668
16668
|
"""
|
16669
16669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16670
16670
|
required_arguments = ['managedDatabaseId']
|
@@ -16784,7 +16784,7 @@ class DbManagementClient(object):
|
|
16784
16784
|
:rtype: :class:`~oci.response.Response`
|
16785
16785
|
|
16786
16786
|
:example:
|
16787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
|
16788
16788
|
"""
|
16789
16789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16790
16790
|
required_arguments = ['managedDatabaseId']
|
@@ -16934,7 +16934,7 @@ class DbManagementClient(object):
|
|
16934
16934
|
:rtype: :class:`~oci.response.Response`
|
16935
16935
|
|
16936
16936
|
:example:
|
16937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
|
16938
16938
|
"""
|
16939
16939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16940
16940
|
required_arguments = ['managedDatabaseId']
|
@@ -17079,7 +17079,7 @@ class DbManagementClient(object):
|
|
17079
17079
|
:rtype: :class:`~oci.response.Response`
|
17080
17080
|
|
17081
17081
|
:example:
|
17082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
17083
17083
|
"""
|
17084
17084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17085
17085
|
required_arguments = ['workRequestId']
|
@@ -17222,7 +17222,7 @@ class DbManagementClient(object):
|
|
17222
17222
|
:rtype: :class:`~oci.response.Response`
|
17223
17223
|
|
17224
17224
|
:example:
|
17225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
17226
17226
|
"""
|
17227
17227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17228
17228
|
required_arguments = ['workRequestId']
|
@@ -17380,7 +17380,7 @@ class DbManagementClient(object):
|
|
17380
17380
|
:rtype: :class:`~oci.response.Response`
|
17381
17381
|
|
17382
17382
|
:example:
|
17383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
17384
17384
|
"""
|
17385
17385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17386
17386
|
required_arguments = ['compartmentId']
|
@@ -17515,7 +17515,7 @@ class DbManagementClient(object):
|
|
17515
17515
|
:rtype: :class:`~oci.response.Response`
|
17516
17516
|
|
17517
17517
|
:example:
|
17518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
|
17519
17519
|
"""
|
17520
17520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17521
17521
|
required_arguments = ['managedDatabaseId']
|
@@ -17620,7 +17620,7 @@ class DbManagementClient(object):
|
|
17620
17620
|
:rtype: :class:`~oci.response.Response`
|
17621
17621
|
|
17622
17622
|
:example:
|
17623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
17624
17624
|
"""
|
17625
17625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17626
17626
|
required_arguments = ['managedDatabaseId']
|
@@ -17730,7 +17730,7 @@ class DbManagementClient(object):
|
|
17730
17730
|
:rtype: :class:`~oci.response.Response`
|
17731
17731
|
|
17732
17732
|
:example:
|
17733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
|
17734
17734
|
"""
|
17735
17735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17736
17736
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -17845,7 +17845,7 @@ class DbManagementClient(object):
|
|
17845
17845
|
:rtype: :class:`~oci.response.Response`
|
17846
17846
|
|
17847
17847
|
:example:
|
17848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
|
17849
17849
|
"""
|
17850
17850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17851
17851
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -17962,7 +17962,7 @@ class DbManagementClient(object):
|
|
17962
17962
|
:rtype: :class:`~oci.response.Response`
|
17963
17963
|
|
17964
17964
|
:example:
|
17965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
17966
17966
|
"""
|
17967
17967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17968
17968
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -18073,7 +18073,7 @@ class DbManagementClient(object):
|
|
18073
18073
|
:rtype: :class:`~oci.response.Response`
|
18074
18074
|
|
18075
18075
|
:example:
|
18076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
|
18077
18077
|
"""
|
18078
18078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18079
18079
|
required_arguments = ['managedDatabaseId']
|
@@ -18189,7 +18189,7 @@ class DbManagementClient(object):
|
|
18189
18189
|
:rtype: :class:`~oci.response.Response`
|
18190
18190
|
|
18191
18191
|
:example:
|
18192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
|
18193
18193
|
"""
|
18194
18194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18195
18195
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -18304,7 +18304,7 @@ class DbManagementClient(object):
|
|
18304
18304
|
:rtype: :class:`~oci.response.Response`
|
18305
18305
|
|
18306
18306
|
:example:
|
18307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
|
18308
18308
|
"""
|
18309
18309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18310
18310
|
required_arguments = ['managedDatabaseId']
|
@@ -18461,7 +18461,7 @@ class DbManagementClient(object):
|
|
18461
18461
|
:rtype: :class:`~oci.response.Response`
|
18462
18462
|
|
18463
18463
|
:example:
|
18464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
|
18465
18465
|
"""
|
18466
18466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18467
18467
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -18664,7 +18664,7 @@ class DbManagementClient(object):
|
|
18664
18664
|
:rtype: :class:`~oci.response.Response`
|
18665
18665
|
|
18666
18666
|
:example:
|
18667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
|
18668
18668
|
"""
|
18669
18669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18670
18670
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -18863,7 +18863,7 @@ class DbManagementClient(object):
|
|
18863
18863
|
:rtype: :class:`~oci.response.Response`
|
18864
18864
|
|
18865
18865
|
:example:
|
18866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
|
18867
18867
|
"""
|
18868
18868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18869
18869
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -19086,7 +19086,7 @@ class DbManagementClient(object):
|
|
19086
19086
|
:rtype: :class:`~oci.response.Response`
|
19087
19087
|
|
19088
19088
|
:example:
|
19089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
|
19090
19090
|
"""
|
19091
19091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19092
19092
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -19292,7 +19292,7 @@ class DbManagementClient(object):
|
|
19292
19292
|
:rtype: :class:`~oci.response.Response`
|
19293
19293
|
|
19294
19294
|
:example:
|
19295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
|
19296
19296
|
"""
|
19297
19297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19298
19298
|
required_arguments = ['managedDatabaseId']
|
@@ -19479,7 +19479,7 @@ class DbManagementClient(object):
|
|
19479
19479
|
:rtype: :class:`~oci.response.Response`
|
19480
19480
|
|
19481
19481
|
:example:
|
19482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
|
19483
19483
|
"""
|
19484
19484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19485
19485
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -19672,7 +19672,7 @@ class DbManagementClient(object):
|
|
19672
19672
|
:rtype: :class:`~oci.response.Response`
|
19673
19673
|
|
19674
19674
|
:example:
|
19675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
|
19676
19676
|
"""
|
19677
19677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19678
19678
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -19882,7 +19882,7 @@ class DbManagementClient(object):
|
|
19882
19882
|
:rtype: :class:`~oci.response.Response`
|
19883
19883
|
|
19884
19884
|
:example:
|
19885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
|
19886
19886
|
"""
|
19887
19887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19888
19888
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -20088,7 +20088,7 @@ class DbManagementClient(object):
|
|
20088
20088
|
:rtype: :class:`~oci.response.Response`
|
20089
20089
|
|
20090
20090
|
:example:
|
20091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
|
20092
20092
|
"""
|
20093
20093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20094
20094
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -20259,7 +20259,7 @@ class DbManagementClient(object):
|
|
20259
20259
|
:rtype: :class:`~oci.response.Response`
|
20260
20260
|
|
20261
20261
|
:example:
|
20262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
|
20263
20263
|
"""
|
20264
20264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20265
20265
|
required_arguments = ['externalAsmId', 'startTime', 'endTime']
|
@@ -20391,7 +20391,7 @@ class DbManagementClient(object):
|
|
20391
20391
|
:rtype: :class:`~oci.response.Response`
|
20392
20392
|
|
20393
20393
|
:example:
|
20394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
|
20395
20395
|
"""
|
20396
20396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20397
20397
|
required_arguments = ['externalClusterId', 'startTime', 'endTime']
|
@@ -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.
|
20526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
|
20527
20527
|
"""
|
20528
20528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20529
20529
|
required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
|
@@ -20655,7 +20655,7 @@ class DbManagementClient(object):
|
|
20655
20655
|
:rtype: :class:`~oci.response.Response`
|
20656
20656
|
|
20657
20657
|
:example:
|
20658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
|
20659
20659
|
"""
|
20660
20660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20661
20661
|
required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
|
@@ -20787,7 +20787,7 @@ class DbManagementClient(object):
|
|
20787
20787
|
:rtype: :class:`~oci.response.Response`
|
20788
20788
|
|
20789
20789
|
:example:
|
20790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
|
20791
20791
|
"""
|
20792
20792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20793
20793
|
required_arguments = ['externalListenerId', 'startTime', 'endTime']
|
@@ -20937,7 +20937,7 @@ class DbManagementClient(object):
|
|
20937
20937
|
:rtype: :class:`~oci.response.Response`
|
20938
20938
|
|
20939
20939
|
:example:
|
20940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
|
20941
20941
|
"""
|
20942
20942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20943
20943
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -21074,7 +21074,7 @@ class DbManagementClient(object):
|
|
21074
21074
|
:rtype: :class:`~oci.response.Response`
|
21075
21075
|
|
21076
21076
|
:example:
|
21077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
|
21078
21078
|
"""
|
21079
21079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21080
21080
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -21190,7 +21190,7 @@ class DbManagementClient(object):
|
|
21190
21190
|
:rtype: :class:`~oci.response.Response`
|
21191
21191
|
|
21192
21192
|
:example:
|
21193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
|
21194
21194
|
"""
|
21195
21195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21196
21196
|
required_arguments = ['managedDatabaseId']
|
@@ -21302,7 +21302,7 @@ class DbManagementClient(object):
|
|
21302
21302
|
:rtype: :class:`~oci.response.Response`
|
21303
21303
|
|
21304
21304
|
:example:
|
21305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
21306
21306
|
"""
|
21307
21307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21308
21308
|
required_arguments = ['managedDatabaseId']
|
@@ -21416,7 +21416,7 @@ class DbManagementClient(object):
|
|
21416
21416
|
:rtype: :class:`~oci.response.Response`
|
21417
21417
|
|
21418
21418
|
:example:
|
21419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
|
21420
21420
|
"""
|
21421
21421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21422
21422
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -21528,7 +21528,7 @@ class DbManagementClient(object):
|
|
21528
21528
|
:rtype: :class:`~oci.response.Response`
|
21529
21529
|
|
21530
21530
|
:example:
|
21531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
|
21532
21532
|
"""
|
21533
21533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21534
21534
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -21640,7 +21640,7 @@ class DbManagementClient(object):
|
|
21640
21640
|
:rtype: :class:`~oci.response.Response`
|
21641
21641
|
|
21642
21642
|
:example:
|
21643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
|
21644
21644
|
"""
|
21645
21645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21646
21646
|
required_arguments = ['externalAsmId']
|
@@ -21750,7 +21750,7 @@ class DbManagementClient(object):
|
|
21750
21750
|
:rtype: :class:`~oci.response.Response`
|
21751
21751
|
|
21752
21752
|
:example:
|
21753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
|
21754
21754
|
"""
|
21755
21755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21756
21756
|
required_arguments = ['externalClusterId']
|
@@ -21860,7 +21860,7 @@ class DbManagementClient(object):
|
|
21860
21860
|
:rtype: :class:`~oci.response.Response`
|
21861
21861
|
|
21862
21862
|
:example:
|
21863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
|
21864
21864
|
"""
|
21865
21865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21866
21866
|
required_arguments = ['externalClusterInstanceId']
|
@@ -21970,7 +21970,7 @@ class DbManagementClient(object):
|
|
21970
21970
|
:rtype: :class:`~oci.response.Response`
|
21971
21971
|
|
21972
21972
|
:example:
|
21973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
|
21974
21974
|
"""
|
21975
21975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21976
21976
|
required_arguments = ['externalDbNodeId']
|
@@ -22080,7 +22080,7 @@ class DbManagementClient(object):
|
|
22080
22080
|
:rtype: :class:`~oci.response.Response`
|
22081
22081
|
|
22082
22082
|
:example:
|
22083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
|
22084
22084
|
"""
|
22085
22085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22086
22086
|
required_arguments = ['externalDbSystemId']
|
@@ -22192,7 +22192,7 @@ class DbManagementClient(object):
|
|
22192
22192
|
:rtype: :class:`~oci.response.Response`
|
22193
22193
|
|
22194
22194
|
:example:
|
22195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
|
22196
22196
|
"""
|
22197
22197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22198
22198
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -22302,7 +22302,7 @@ class DbManagementClient(object):
|
|
22302
22302
|
:rtype: :class:`~oci.response.Response`
|
22303
22303
|
|
22304
22304
|
:example:
|
22305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
|
22306
22306
|
"""
|
22307
22307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22308
22308
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -22421,7 +22421,7 @@ class DbManagementClient(object):
|
|
22421
22421
|
:rtype: :class:`~oci.response.Response`
|
22422
22422
|
|
22423
22423
|
:example:
|
22424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
|
22425
22425
|
"""
|
22426
22426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22427
22427
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -22538,7 +22538,7 @@ class DbManagementClient(object):
|
|
22538
22538
|
:rtype: :class:`~oci.response.Response`
|
22539
22539
|
|
22540
22540
|
:example:
|
22541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
|
22542
22542
|
"""
|
22543
22543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22544
22544
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -22650,7 +22650,7 @@ class DbManagementClient(object):
|
|
22650
22650
|
:rtype: :class:`~oci.response.Response`
|
22651
22651
|
|
22652
22652
|
:example:
|
22653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
|
22654
22654
|
"""
|
22655
22655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22656
22656
|
required_arguments = ['externalListenerId']
|
@@ -22758,7 +22758,7 @@ class DbManagementClient(object):
|
|
22758
22758
|
:rtype: :class:`~oci.response.Response`
|
22759
22759
|
|
22760
22760
|
:example:
|
22761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
|
22762
22762
|
"""
|
22763
22763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22764
22764
|
required_arguments = ['jobId']
|
@@ -22870,7 +22870,7 @@ class DbManagementClient(object):
|
|
22870
22870
|
:rtype: :class:`~oci.response.Response`
|
22871
22871
|
|
22872
22872
|
:example:
|
22873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
|
22874
22874
|
"""
|
22875
22875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22876
22876
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -22985,7 +22985,7 @@ class DbManagementClient(object):
|
|
22985
22985
|
:rtype: :class:`~oci.response.Response`
|
22986
22986
|
|
22987
22987
|
:example:
|
22988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
|
22989
22989
|
"""
|
22990
22990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22991
22991
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -23094,7 +23094,7 @@ class DbManagementClient(object):
|
|
23094
23094
|
:rtype: :class:`~oci.response.Response`
|
23095
23095
|
|
23096
23096
|
:example:
|
23097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
|
23098
23098
|
"""
|
23099
23099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23100
23100
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|