oci 2.126.4__py3-none-any.whl → 2.128.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/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +494 -38
- oci/capacity_management/models/__init__.py +4 -2
- oci/capacity_management/models/create_occ_capacity_request_details.py +32 -1
- oci/capacity_management/models/metadata_details.py +7 -3
- oci/capacity_management/models/occ_availability_catalog.py +2 -2
- oci/capacity_management/models/occ_availability_catalog_summary.py +2 -2
- oci/capacity_management/models/occ_availability_summary.py +99 -40
- oci/capacity_management/models/occ_capacity_request.py +47 -0
- oci/capacity_management/models/occ_capacity_request_base_details.py +96 -32
- oci/capacity_management/models/occ_capacity_request_summary.py +31 -0
- oci/capacity_management/models/occ_overview_collection.py +72 -0
- oci/capacity_management/models/occ_overview_summary.py +413 -0
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +447 -333
- oci/database/models/__init__.py +6 -0
- oci/database/models/autonomous_database_peer_collection.py +72 -0
- oci/database/models/autonomous_database_peer_summary.py +107 -0
- oci/database/models/create_autonomous_database_base.py +4 -0
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +512 -0
- oci/database/models/database_connection_credentials_by_details.py +7 -3
- oci/database/models/database_ssl_connection_credentials.py +7 -3
- oci/database/models/enable_database_management_details.py +7 -3
- oci/database/models/enable_pluggable_database_management_details.py +7 -3
- oci/database/models/modify_database_management_details.py +7 -3
- oci/database/models/modify_pluggable_database_management_details.py +7 -3
- oci/database_management/db_management_client.py +478 -206
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/__init__.py +10 -0
- oci/database_management/models/basic_named_credential_content.py +7 -3
- oci/database_management/models/basic_preferred_credential.py +7 -3
- oci/database_management/models/data_points.py +103 -0
- oci/database_management/models/database_connection_credentials_by_details.py +7 -3
- oci/database_management/models/database_password_credential_details.py +7 -3
- oci/database_management/models/database_secret_credential_details.py +7 -3
- oci/database_management/models/database_ssl_connection_credentials.py +7 -3
- oci/database_management/models/database_usage_metrics.py +183 -0
- oci/database_management/models/dataguard_performance_metrics.py +72 -0
- oci/database_management/models/peer_database_metrics.py +72 -0
- oci/database_management/models/performance_metrics.py +165 -0
- oci/database_management/models/performance_metrics_data.py +387 -0
- oci/database_management/models/preferred_credential_summary.py +7 -3
- oci/database_management/models/test_basic_preferred_credential_details.py +7 -3
- oci/database_management/models/update_basic_preferred_credential_details.py +7 -3
- 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/demand_signal/__init__.py +14 -0
- oci/demand_signal/models/__init__.py +48 -0
- oci/demand_signal/models/change_occ_demand_signal_compartment_details.py +76 -0
- oci/demand_signal/models/create_occ_demand_signal_details.py +251 -0
- oci/demand_signal/models/occ_demand_signal.py +501 -0
- oci/demand_signal/models/occ_demand_signal_collection.py +72 -0
- oci/demand_signal/models/occ_demand_signal_data.py +134 -0
- oci/demand_signal/models/occ_demand_signal_summary.py +430 -0
- oci/demand_signal/models/occ_demand_signal_value.py +134 -0
- oci/demand_signal/models/patch_insert_instruction.py +171 -0
- oci/demand_signal/models/patch_insert_multiple_instruction.py +171 -0
- oci/demand_signal/models/patch_instruction.py +192 -0
- oci/demand_signal/models/patch_merge_instruction.py +97 -0
- oci/demand_signal/models/patch_move_instruction.py +147 -0
- oci/demand_signal/models/patch_occ_demand_signal_details.py +72 -0
- oci/demand_signal/models/patch_prohibit_instruction.py +100 -0
- oci/demand_signal/models/patch_remove_instruction.py +59 -0
- oci/demand_signal/models/patch_replace_instruction.py +92 -0
- oci/demand_signal/models/patch_require_instruction.py +99 -0
- oci/demand_signal/models/update_occ_demand_signal_details.py +185 -0
- oci/demand_signal/occ_demand_signal_client.py +953 -0
- oci/demand_signal/occ_demand_signal_client_composite_operations.py +176 -0
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai/models/__init__.py +4 -0
- oci/generative_ai/models/chat_model_metrics.py +113 -0
- oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
- oci/generative_ai/models/dedicated_ai_cluster.py +17 -5
- oci/generative_ai/models/lora_training_config.py +186 -0
- oci/generative_ai/models/model_metrics.py +11 -3
- oci/generative_ai/models/t_few_training_config.py +1 -1
- oci/generative_ai/models/text_generation_model_metrics.py +1 -1
- oci/generative_ai/models/training_config.py +11 -3
- oci/generative_ai/models/vanilla_training_config.py +1 -1
- oci/generative_ai_inference/generative_ai_inference_client.py +13 -17
- oci/generative_ai_inference/models/__init__.py +23 -1
- oci/generative_ai_inference/models/assistant_message.py +89 -0
- oci/generative_ai_inference/models/base_chat_request.py +3 -3
- oci/generative_ai_inference/models/base_chat_response.py +3 -3
- oci/generative_ai_inference/models/chat_details.py +3 -3
- oci/generative_ai_inference/models/chat_result.py +2 -2
- oci/generative_ai_inference/models/choice.py +1 -1
- oci/generative_ai_inference/models/citation.py +9 -9
- oci/generative_ai_inference/models/cohere_chat_bot_message.py +113 -0
- oci/generative_ai_inference/models/cohere_chat_request.py +353 -30
- oci/generative_ai_inference/models/cohere_chat_response.py +166 -16
- oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/cohere_message.py +49 -43
- oci/generative_ai_inference/models/cohere_parameter_definition.py +134 -0
- oci/generative_ai_inference/models/cohere_system_message.py +82 -0
- oci/generative_ai_inference/models/cohere_tool.py +134 -0
- oci/generative_ai_inference/models/cohere_tool_call.py +103 -0
- oci/generative_ai_inference/models/cohere_tool_message.py +82 -0
- oci/generative_ai_inference/models/cohere_tool_result.py +99 -0
- oci/generative_ai_inference/models/cohere_user_message.py +82 -0
- oci/generative_ai_inference/models/embed_text_details.py +4 -4
- oci/generative_ai_inference/models/generate_text_details.py +2 -2
- oci/generative_ai_inference/models/generic_chat_request.py +16 -10
- oci/generative_ai_inference/models/generic_chat_response.py +3 -3
- oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
- oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/llm_inference_response.py +3 -11
- oci/generative_ai_inference/models/logprobs.py +3 -1
- oci/generative_ai_inference/models/message.py +50 -5
- oci/generative_ai_inference/models/on_demand_serving_mode.py +2 -2
- oci/generative_ai_inference/models/serving_mode.py +3 -3
- oci/generative_ai_inference/models/summarize_text_details.py +2 -2
- oci/generative_ai_inference/models/system_message.py +89 -0
- oci/generative_ai_inference/models/text_content.py +1 -1
- oci/generative_ai_inference/models/user_message.py +89 -0
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +2420 -1399
- oci/golden_gate/golden_gate_client_composite_operations.py +274 -0
- oci/golden_gate/models/__init__.py +20 -0
- oci/golden_gate/models/add_resource_lock_details.py +124 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +8 -1
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -1
- oci/golden_gate/models/amazon_redshift_connection.py +8 -1
- oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -1
- oci/golden_gate/models/amazon_s3_connection.py +8 -1
- oci/golden_gate/models/amazon_s3_connection_summary.py +8 -1
- oci/golden_gate/models/azure_data_lake_storage_connection.py +8 -1
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -1
- oci/golden_gate/models/azure_synapse_connection.py +8 -1
- oci/golden_gate/models/azure_synapse_connection_summary.py +8 -1
- oci/golden_gate/models/certificate.py +2 -2
- oci/golden_gate/models/connection.py +42 -3
- oci/golden_gate/models/connection_summary.py +44 -5
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -1
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -1
- oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -1
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -1
- oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -1
- oci/golden_gate/models/create_certificate_details.py +2 -2
- oci/golden_gate/models/create_connection_details.py +42 -3
- oci/golden_gate/models/create_db2_connection_details.py +474 -0
- oci/golden_gate/models/create_deployment_backup_details.py +33 -2
- oci/golden_gate/models/create_deployment_details.py +37 -2
- oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -1
- oci/golden_gate/models/create_generic_connection_details.py +8 -1
- oci/golden_gate/models/create_golden_gate_connection_details.py +8 -1
- oci/golden_gate/models/create_google_big_query_connection_details.py +8 -1
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -1
- oci/golden_gate/models/create_hdfs_connection_details.py +8 -1
- oci/golden_gate/models/create_java_message_service_connection_details.py +8 -1
- oci/golden_gate/models/create_kafka_connection_details.py +8 -1
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +8 -1
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +8 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +8 -1
- oci/golden_gate/models/create_mysql_connection_details.py +8 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -1
- oci/golden_gate/models/create_ogg_deployment_details.py +4 -4
- oci/golden_gate/models/create_oracle_connection_details.py +41 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -1
- oci/golden_gate/models/create_postgresql_connection_details.py +47 -5
- oci/golden_gate/models/create_redis_connection_details.py +46 -4
- oci/golden_gate/models/create_snowflake_connection_details.py +8 -1
- oci/golden_gate/models/db2_connection.py +431 -0
- oci/golden_gate/models/db2_connection_summary.py +399 -0
- oci/golden_gate/models/deployment.py +37 -2
- oci/golden_gate/models/deployment_backup.py +112 -2
- oci/golden_gate/models/deployment_backup_summary.py +112 -2
- oci/golden_gate/models/deployment_summary.py +39 -4
- oci/golden_gate/models/deployment_type_summary.py +7 -3
- oci/golden_gate/models/elasticsearch_connection.py +8 -1
- oci/golden_gate/models/elasticsearch_connection_summary.py +8 -1
- oci/golden_gate/models/generate_library_url_details.py +101 -0
- oci/golden_gate/models/generate_log_reader_component_library_url_details.py +51 -0
- oci/golden_gate/models/generic_connection.py +8 -1
- oci/golden_gate/models/generic_connection_summary.py +8 -1
- oci/golden_gate/models/golden_gate_connection.py +8 -1
- oci/golden_gate/models/golden_gate_connection_summary.py +8 -1
- oci/golden_gate/models/google_big_query_connection.py +8 -1
- oci/golden_gate/models/google_big_query_connection_summary.py +8 -1
- oci/golden_gate/models/google_cloud_storage_connection.py +8 -1
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -1
- oci/golden_gate/models/hdfs_connection.py +8 -1
- oci/golden_gate/models/hdfs_connection_summary.py +8 -1
- oci/golden_gate/models/java_message_service_connection.py +8 -1
- oci/golden_gate/models/java_message_service_connection_summary.py +8 -1
- oci/golden_gate/models/kafka_connection.py +8 -1
- oci/golden_gate/models/kafka_connection_summary.py +8 -1
- oci/golden_gate/models/kafka_schema_registry_connection.py +8 -1
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +8 -1
- oci/golden_gate/models/library_url.py +72 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +8 -1
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +8 -1
- oci/golden_gate/models/mongo_db_connection.py +8 -1
- oci/golden_gate/models/mongo_db_connection_summary.py +8 -1
- oci/golden_gate/models/mysql_connection.py +19 -4
- oci/golden_gate/models/mysql_connection_summary.py +8 -1
- oci/golden_gate/models/oci_object_storage_connection.py +8 -1
- oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -1
- oci/golden_gate/models/ogg_deployment.py +2 -2
- oci/golden_gate/models/oracle_connection.py +64 -4
- oci/golden_gate/models/oracle_connection_summary.py +41 -1
- oci/golden_gate/models/oracle_nosql_connection.py +8 -1
- oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -1
- oci/golden_gate/models/postgresql_connection.py +56 -6
- oci/golden_gate/models/postgresql_connection_summary.py +45 -3
- oci/golden_gate/models/redis_connection.py +52 -6
- oci/golden_gate/models/redis_connection_summary.py +45 -3
- oci/golden_gate/models/remove_resource_lock_details.py +91 -0
- oci/golden_gate/models/resource_lock.py +185 -0
- oci/golden_gate/models/snowflake_connection.py +8 -1
- oci/golden_gate/models/snowflake_connection_summary.py +8 -1
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +1 -1
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +1 -1
- oci/golden_gate/models/update_amazon_s3_connection_details.py +1 -1
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_azure_synapse_connection_details.py +1 -1
- oci/golden_gate/models/update_connection_details.py +11 -3
- oci/golden_gate/models/update_db2_connection_details.py +429 -0
- oci/golden_gate/models/update_deployment_details.py +43 -0
- oci/golden_gate/models/update_elasticsearch_connection_details.py +1 -1
- oci/golden_gate/models/update_generic_connection_details.py +1 -1
- oci/golden_gate/models/update_golden_gate_connection_details.py +1 -1
- oci/golden_gate/models/update_google_big_query_connection_details.py +1 -1
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/update_java_message_service_connection_details.py +1 -1
- oci/golden_gate/models/update_kafka_connection_details.py +1 -1
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +1 -1
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +1 -1
- oci/golden_gate/models/update_mongo_db_connection_details.py +1 -1
- oci/golden_gate/models/update_mysql_connection_details.py +1 -1
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_ogg_deployment_details.py +4 -4
- oci/golden_gate/models/update_oracle_connection_details.py +34 -1
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +1 -1
- oci/golden_gate/models/update_postgresql_connection_details.py +38 -3
- oci/golden_gate/models/update_redis_connection_details.py +38 -3
- oci/golden_gate/models/update_snowflake_connection_details.py +1 -1
- oci/golden_gate/models/work_request.py +7 -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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +52 -51
- oci/jms_java_downloads/models/create_java_download_report_details.py +80 -6
- oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +76 -2
- oci/jms_java_downloads/models/java_download_count_aggregation.py +2 -2
- oci/jms_java_downloads/models/java_download_record.py +2 -2
- oci/jms_java_downloads/models/java_download_record_summary.py +2 -2
- oci/jms_java_downloads/models/java_download_report.py +174 -2
- oci/jms_java_downloads/models/java_download_report_summary.py +174 -2
- oci/jms_java_downloads/models/java_download_token.py +24 -8
- oci/jms_java_downloads/models/java_download_token_summary.py +24 -8
- oci/jms_java_downloads/models/java_license_acceptance_record.py +4 -4
- oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +4 -4
- oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +2 -2
- oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +76 -2
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +26 -26
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/METADATA +1 -1
- {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/RECORD +494 -439
- {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/WHEEL +0 -0
- {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -982,7 +982,7 @@ class DatabaseClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
|
|
1104
1104
|
:rtype: :class:`~oci.response.Response`
|
1105
1105
|
|
1106
1106
|
:example:
|
1107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1108
1108
|
"""
|
1109
1109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1110
1110
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
|
|
1222
1222
|
:rtype: :class:`~oci.response.Response`
|
1223
1223
|
|
1224
1224
|
:example:
|
1225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1226
1226
|
"""
|
1227
1227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1228
1228
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
|
|
1462
1462
|
:rtype: :class:`~oci.response.Response`
|
1463
1463
|
|
1464
1464
|
:example:
|
1465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1466
1466
|
"""
|
1467
1467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1468
1468
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = ['backupDestinationId']
|
@@ -1702,7 +1702,7 @@ class DatabaseClient(object):
|
|
1702
1702
|
:rtype: :class:`~oci.response.Response`
|
1703
1703
|
|
1704
1704
|
:example:
|
1705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1706
1706
|
"""
|
1707
1707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1708
1708
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1940,7 +1940,7 @@ class DatabaseClient(object):
|
|
1940
1940
|
:rtype: :class:`~oci.response.Response`
|
1941
1941
|
|
1942
1942
|
:example:
|
1943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1944
1944
|
"""
|
1945
1945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1946
1946
|
required_arguments = ['cloudVmClusterId']
|
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
|
|
2062
2062
|
:rtype: :class:`~oci.response.Response`
|
2063
2063
|
|
2064
2064
|
:example:
|
2065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2066
2066
|
"""
|
2067
2067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2068
2068
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2185,7 +2185,7 @@ class DatabaseClient(object):
|
|
2185
2185
|
:rtype: :class:`~oci.response.Response`
|
2186
2186
|
|
2187
2187
|
:example:
|
2188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2189
2189
|
"""
|
2190
2190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2191
2191
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2316,7 +2316,7 @@ class DatabaseClient(object):
|
|
2316
2316
|
:rtype: :class:`~oci.response.Response`
|
2317
2317
|
|
2318
2318
|
:example:
|
2319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2320
2320
|
"""
|
2321
2321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2322
2322
|
required_arguments = ['dbSystemId']
|
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
|
|
2668
2668
|
:rtype: :class:`~oci.response.Response`
|
2669
2669
|
|
2670
2670
|
:example:
|
2671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2672
2672
|
"""
|
2673
2673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2674
2674
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
|
|
2790
2790
|
:rtype: :class:`~oci.response.Response`
|
2791
2791
|
|
2792
2792
|
:example:
|
2793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
2794
2794
|
"""
|
2795
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2796
2796
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -2915,7 +2915,7 @@ class DatabaseClient(object):
|
|
2915
2915
|
:rtype: :class:`~oci.response.Response`
|
2916
2916
|
|
2917
2917
|
:example:
|
2918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
2919
2919
|
"""
|
2920
2920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2921
2921
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['keyStoreId']
|
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
|
|
3155
3155
|
:rtype: :class:`~oci.response.Response`
|
3156
3156
|
|
3157
3157
|
:example:
|
3158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3159
3159
|
"""
|
3160
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3161
3161
|
required_arguments = ['databaseId']
|
@@ -3273,7 +3273,7 @@ class DatabaseClient(object):
|
|
3273
3273
|
:rtype: :class:`~oci.response.Response`
|
3274
3274
|
|
3275
3275
|
:example:
|
3276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3277
3277
|
"""
|
3278
3278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3279
3279
|
required_arguments = ['oneoffPatchId']
|
@@ -3392,7 +3392,7 @@ class DatabaseClient(object):
|
|
3392
3392
|
:rtype: :class:`~oci.response.Response`
|
3393
3393
|
|
3394
3394
|
:example:
|
3395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3396
3396
|
"""
|
3397
3397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3398
3398
|
required_arguments = ['vmClusterId']
|
@@ -3509,7 +3509,7 @@ class DatabaseClient(object):
|
|
3509
3509
|
:rtype: :class:`~oci.response.Response`
|
3510
3510
|
|
3511
3511
|
:example:
|
3512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
3513
3513
|
"""
|
3514
3514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3515
3515
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3626,7 +3626,7 @@ class DatabaseClient(object):
|
|
3626
3626
|
:rtype: :class:`~oci.response.Response`
|
3627
3627
|
|
3628
3628
|
:example:
|
3629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3630
3630
|
"""
|
3631
3631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3632
3632
|
required_arguments = ['backupId']
|
@@ -3748,7 +3748,7 @@ class DatabaseClient(object):
|
|
3748
3748
|
:rtype: :class:`~oci.response.Response`
|
3749
3749
|
|
3750
3750
|
:example:
|
3751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3752
3752
|
"""
|
3753
3753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3754
3754
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3859,7 +3859,7 @@ class DatabaseClient(object):
|
|
3859
3859
|
:rtype: :class:`~oci.response.Response`
|
3860
3860
|
|
3861
3861
|
:example:
|
3862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
3863
3863
|
"""
|
3864
3864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3865
3865
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
|
|
3969
3969
|
:rtype: :class:`~oci.response.Response`
|
3970
3970
|
|
3971
3971
|
:example:
|
3972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3973
3973
|
"""
|
3974
3974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3975
3975
|
required_arguments = ['databaseId']
|
@@ -4087,7 +4087,7 @@ class DatabaseClient(object):
|
|
4087
4087
|
:rtype: :class:`~oci.response.Response`
|
4088
4088
|
|
4089
4089
|
:example:
|
4090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
4091
4091
|
"""
|
4092
4092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4093
4093
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4197,7 +4197,7 @@ class DatabaseClient(object):
|
|
4197
4197
|
:rtype: :class:`~oci.response.Response`
|
4198
4198
|
|
4199
4199
|
:example:
|
4200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4201
4201
|
"""
|
4202
4202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4203
4203
|
required_arguments = []
|
@@ -4290,7 +4290,7 @@ class DatabaseClient(object):
|
|
4290
4290
|
:rtype: :class:`~oci.response.Response`
|
4291
4291
|
|
4292
4292
|
:example:
|
4293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4294
4294
|
"""
|
4295
4295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4296
4296
|
required_arguments = []
|
@@ -4396,7 +4396,7 @@ class DatabaseClient(object):
|
|
4396
4396
|
:rtype: :class:`~oci.response.Response`
|
4397
4397
|
|
4398
4398
|
:example:
|
4399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
4400
4400
|
"""
|
4401
4401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4402
4402
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -4502,7 +4502,7 @@ class DatabaseClient(object):
|
|
4502
4502
|
:rtype: :class:`~oci.response.Response`
|
4503
4503
|
|
4504
4504
|
:example:
|
4505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
4506
4506
|
"""
|
4507
4507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4508
4508
|
required_arguments = []
|
@@ -4598,7 +4598,7 @@ class DatabaseClient(object):
|
|
4598
4598
|
:rtype: :class:`~oci.response.Response`
|
4599
4599
|
|
4600
4600
|
:example:
|
4601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4602
4602
|
"""
|
4603
4603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4604
4604
|
required_arguments = []
|
@@ -4694,7 +4694,7 @@ class DatabaseClient(object):
|
|
4694
4694
|
:rtype: :class:`~oci.response.Response`
|
4695
4695
|
|
4696
4696
|
:example:
|
4697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
4698
4698
|
"""
|
4699
4699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4700
4700
|
required_arguments = []
|
@@ -4790,7 +4790,7 @@ class DatabaseClient(object):
|
|
4790
4790
|
:rtype: :class:`~oci.response.Response`
|
4791
4791
|
|
4792
4792
|
:example:
|
4793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4794
4794
|
"""
|
4795
4795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4796
4796
|
required_arguments = []
|
@@ -4883,7 +4883,7 @@ class DatabaseClient(object):
|
|
4883
4883
|
:rtype: :class:`~oci.response.Response`
|
4884
4884
|
|
4885
4885
|
:example:
|
4886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4887
4887
|
"""
|
4888
4888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4889
4889
|
required_arguments = []
|
@@ -4977,7 +4977,7 @@ class DatabaseClient(object):
|
|
4977
4977
|
:rtype: :class:`~oci.response.Response`
|
4978
4978
|
|
4979
4979
|
:example:
|
4980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4981
4981
|
"""
|
4982
4982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4983
4983
|
required_arguments = []
|
@@ -5073,7 +5073,7 @@ class DatabaseClient(object):
|
|
5073
5073
|
:rtype: :class:`~oci.response.Response`
|
5074
5074
|
|
5075
5075
|
:example:
|
5076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
5077
5077
|
"""
|
5078
5078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5079
5079
|
required_arguments = []
|
@@ -5173,7 +5173,7 @@ class DatabaseClient(object):
|
|
5173
5173
|
:rtype: :class:`~oci.response.Response`
|
5174
5174
|
|
5175
5175
|
:example:
|
5176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
5177
5177
|
"""
|
5178
5178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5179
5179
|
required_arguments = []
|
@@ -5271,7 +5271,7 @@ class DatabaseClient(object):
|
|
5271
5271
|
:rtype: :class:`~oci.response.Response`
|
5272
5272
|
|
5273
5273
|
:example:
|
5274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5275
5275
|
"""
|
5276
5276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5277
5277
|
required_arguments = []
|
@@ -5371,7 +5371,7 @@ class DatabaseClient(object):
|
|
5371
5371
|
:rtype: :class:`~oci.response.Response`
|
5372
5372
|
|
5373
5373
|
:example:
|
5374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
5375
5375
|
"""
|
5376
5376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5377
5377
|
required_arguments = ['dbNodeId']
|
@@ -5482,7 +5482,7 @@ class DatabaseClient(object):
|
|
5482
5482
|
:rtype: :class:`~oci.response.Response`
|
5483
5483
|
|
5484
5484
|
:example:
|
5485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
5486
5486
|
"""
|
5487
5487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5488
5488
|
required_arguments = ['dbNodeId']
|
@@ -5602,7 +5602,7 @@ class DatabaseClient(object):
|
|
5602
5602
|
:rtype: :class:`~oci.response.Response`
|
5603
5603
|
|
5604
5604
|
:example:
|
5605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5606
5606
|
"""
|
5607
5607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5608
5608
|
required_arguments = ['databaseId']
|
@@ -5708,7 +5708,7 @@ class DatabaseClient(object):
|
|
5708
5708
|
:rtype: :class:`~oci.response.Response`
|
5709
5709
|
|
5710
5710
|
:example:
|
5711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5712
5712
|
"""
|
5713
5713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5714
5714
|
required_arguments = []
|
@@ -5801,7 +5801,7 @@ class DatabaseClient(object):
|
|
5801
5801
|
:rtype: :class:`~oci.response.Response`
|
5802
5802
|
|
5803
5803
|
:example:
|
5804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5805
5805
|
"""
|
5806
5806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5807
5807
|
required_arguments = []
|
@@ -5892,7 +5892,7 @@ class DatabaseClient(object):
|
|
5892
5892
|
:rtype: :class:`~oci.response.Response`
|
5893
5893
|
|
5894
5894
|
:example:
|
5895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5896
5896
|
"""
|
5897
5897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5898
5898
|
required_arguments = []
|
@@ -5987,7 +5987,7 @@ class DatabaseClient(object):
|
|
5987
5987
|
:rtype: :class:`~oci.response.Response`
|
5988
5988
|
|
5989
5989
|
:example:
|
5990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5991
5991
|
"""
|
5992
5992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5993
5993
|
required_arguments = []
|
@@ -6084,7 +6084,7 @@ class DatabaseClient(object):
|
|
6084
6084
|
:rtype: :class:`~oci.response.Response`
|
6085
6085
|
|
6086
6086
|
:example:
|
6087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
6088
6088
|
"""
|
6089
6089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6090
6090
|
required_arguments = []
|
@@ -6178,7 +6178,7 @@ class DatabaseClient(object):
|
|
6178
6178
|
:rtype: :class:`~oci.response.Response`
|
6179
6179
|
|
6180
6180
|
:example:
|
6181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
6182
6182
|
"""
|
6183
6183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6184
6184
|
required_arguments = []
|
@@ -6274,7 +6274,7 @@ class DatabaseClient(object):
|
|
6274
6274
|
:rtype: :class:`~oci.response.Response`
|
6275
6275
|
|
6276
6276
|
:example:
|
6277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
6278
6278
|
"""
|
6279
6279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6280
6280
|
required_arguments = []
|
@@ -6370,7 +6370,7 @@ class DatabaseClient(object):
|
|
6370
6370
|
:rtype: :class:`~oci.response.Response`
|
6371
6371
|
|
6372
6372
|
:example:
|
6373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6374
6374
|
"""
|
6375
6375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6376
6376
|
required_arguments = []
|
@@ -6467,7 +6467,7 @@ class DatabaseClient(object):
|
|
6467
6467
|
:rtype: :class:`~oci.response.Response`
|
6468
6468
|
|
6469
6469
|
:example:
|
6470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6471
6471
|
"""
|
6472
6472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6473
6473
|
required_arguments = []
|
@@ -6563,7 +6563,7 @@ class DatabaseClient(object):
|
|
6563
6563
|
:rtype: :class:`~oci.response.Response`
|
6564
6564
|
|
6565
6565
|
:example:
|
6566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6567
6567
|
"""
|
6568
6568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6569
6569
|
required_arguments = []
|
@@ -6662,7 +6662,7 @@ class DatabaseClient(object):
|
|
6662
6662
|
:rtype: :class:`~oci.response.Response`
|
6663
6663
|
|
6664
6664
|
:example:
|
6665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
6666
6666
|
"""
|
6667
6667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6668
6668
|
required_arguments = []
|
@@ -6758,7 +6758,7 @@ class DatabaseClient(object):
|
|
6758
6758
|
:rtype: :class:`~oci.response.Response`
|
6759
6759
|
|
6760
6760
|
:example:
|
6761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
6762
6762
|
"""
|
6763
6763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6764
6764
|
required_arguments = []
|
@@ -6856,7 +6856,7 @@ class DatabaseClient(object):
|
|
6856
6856
|
:rtype: :class:`~oci.response.Response`
|
6857
6857
|
|
6858
6858
|
:example:
|
6859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
6860
6860
|
"""
|
6861
6861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6862
6862
|
required_arguments = []
|
@@ -6953,7 +6953,7 @@ class DatabaseClient(object):
|
|
6953
6953
|
:rtype: :class:`~oci.response.Response`
|
6954
6954
|
|
6955
6955
|
:example:
|
6956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6957
6957
|
"""
|
6958
6958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6959
6959
|
required_arguments = []
|
@@ -7055,7 +7055,7 @@ class DatabaseClient(object):
|
|
7055
7055
|
:rtype: :class:`~oci.response.Response`
|
7056
7056
|
|
7057
7057
|
:example:
|
7058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
7059
7059
|
"""
|
7060
7060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7061
7061
|
required_arguments = ['exadataInfrastructureId']
|
@@ -7184,7 +7184,7 @@ class DatabaseClient(object):
|
|
7184
7184
|
:rtype: :class:`~oci.response.Response`
|
7185
7185
|
|
7186
7186
|
:example:
|
7187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
7188
7188
|
"""
|
7189
7189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7190
7190
|
required_arguments = ['dbNodeId', 'action']
|
@@ -7297,7 +7297,7 @@ class DatabaseClient(object):
|
|
7297
7297
|
:rtype: :class:`~oci.response.Response`
|
7298
7298
|
|
7299
7299
|
:example:
|
7300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
7301
7301
|
"""
|
7302
7302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7303
7303
|
required_arguments = ['applicationVipId']
|
@@ -7400,7 +7400,7 @@ class DatabaseClient(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.128.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7404
7404
|
"""
|
7405
7405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7406
7406
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
|
|
7503
7503
|
:rtype: :class:`~oci.response.Response`
|
7504
7504
|
|
7505
7505
|
:example:
|
7506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7507
7507
|
"""
|
7508
7508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7509
7509
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -7606,7 +7606,7 @@ class DatabaseClient(object):
|
|
7606
7606
|
:rtype: :class:`~oci.response.Response`
|
7607
7607
|
|
7608
7608
|
:example:
|
7609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
7610
7610
|
"""
|
7611
7611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7612
7612
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -7709,7 +7709,7 @@ class DatabaseClient(object):
|
|
7709
7709
|
:rtype: :class:`~oci.response.Response`
|
7710
7710
|
|
7711
7711
|
:example:
|
7712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
7713
7713
|
"""
|
7714
7714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7715
7715
|
required_arguments = ['autonomousVmClusterId']
|
@@ -7809,7 +7809,7 @@ class DatabaseClient(object):
|
|
7809
7809
|
:rtype: :class:`~oci.response.Response`
|
7810
7810
|
|
7811
7811
|
:example:
|
7812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
7813
7813
|
"""
|
7814
7814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7815
7815
|
required_arguments = ['backupId']
|
@@ -7910,7 +7910,7 @@ class DatabaseClient(object):
|
|
7910
7910
|
:rtype: :class:`~oci.response.Response`
|
7911
7911
|
|
7912
7912
|
:example:
|
7913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
7914
7914
|
"""
|
7915
7915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7916
7916
|
required_arguments = ['backupDestinationId']
|
@@ -8013,7 +8013,7 @@ class DatabaseClient(object):
|
|
8013
8013
|
:rtype: :class:`~oci.response.Response`
|
8014
8014
|
|
8015
8015
|
:example:
|
8016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
8017
8017
|
"""
|
8018
8018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8019
8019
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -8119,7 +8119,7 @@ class DatabaseClient(object):
|
|
8119
8119
|
:rtype: :class:`~oci.response.Response`
|
8120
8120
|
|
8121
8121
|
:example:
|
8122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
8123
8123
|
"""
|
8124
8124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8125
8125
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -8230,7 +8230,7 @@ class DatabaseClient(object):
|
|
8230
8230
|
:rtype: :class:`~oci.response.Response`
|
8231
8231
|
|
8232
8232
|
:example:
|
8233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
8234
8234
|
"""
|
8235
8235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8236
8236
|
required_arguments = ['cloudVmClusterId']
|
@@ -8333,7 +8333,7 @@ class DatabaseClient(object):
|
|
8333
8333
|
:rtype: :class:`~oci.response.Response`
|
8334
8334
|
|
8335
8335
|
:example:
|
8336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
8337
8337
|
"""
|
8338
8338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8339
8339
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8438,7 +8438,7 @@ class DatabaseClient(object):
|
|
8438
8438
|
:rtype: :class:`~oci.response.Response`
|
8439
8439
|
|
8440
8440
|
:example:
|
8441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
8442
8442
|
"""
|
8443
8443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8444
8444
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -8551,7 +8551,7 @@ class DatabaseClient(object):
|
|
8551
8551
|
:rtype: :class:`~oci.response.Response`
|
8552
8552
|
|
8553
8553
|
:example:
|
8554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8555
8555
|
"""
|
8556
8556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8557
8557
|
required_arguments = ['databaseId']
|
@@ -8659,7 +8659,7 @@ class DatabaseClient(object):
|
|
8659
8659
|
:rtype: :class:`~oci.response.Response`
|
8660
8660
|
|
8661
8661
|
:example:
|
8662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
8663
8663
|
"""
|
8664
8664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8665
8665
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -8766,7 +8766,7 @@ class DatabaseClient(object):
|
|
8766
8766
|
:rtype: :class:`~oci.response.Response`
|
8767
8767
|
|
8768
8768
|
:example:
|
8769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
8770
8770
|
"""
|
8771
8771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8772
8772
|
required_arguments = ['dbHomeId']
|
@@ -8875,7 +8875,7 @@ class DatabaseClient(object):
|
|
8875
8875
|
:rtype: :class:`~oci.response.Response`
|
8876
8876
|
|
8877
8877
|
:example:
|
8878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
8879
8879
|
"""
|
8880
8880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8881
8881
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8980,7 +8980,7 @@ class DatabaseClient(object):
|
|
8980
8980
|
:rtype: :class:`~oci.response.Response`
|
8981
8981
|
|
8982
8982
|
:example:
|
8983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
8984
8984
|
"""
|
8985
8985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8986
8986
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9086,7 +9086,7 @@ class DatabaseClient(object):
|
|
9086
9086
|
:rtype: :class:`~oci.response.Response`
|
9087
9087
|
|
9088
9088
|
:example:
|
9089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
9090
9090
|
"""
|
9091
9091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9092
9092
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -9189,7 +9189,7 @@ class DatabaseClient(object):
|
|
9189
9189
|
:rtype: :class:`~oci.response.Response`
|
9190
9190
|
|
9191
9191
|
:example:
|
9192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
9193
9193
|
"""
|
9194
9194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9195
9195
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9293,7 +9293,7 @@ class DatabaseClient(object):
|
|
9293
9293
|
:rtype: :class:`~oci.response.Response`
|
9294
9294
|
|
9295
9295
|
:example:
|
9296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
9297
9297
|
"""
|
9298
9298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9299
9299
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9396,7 +9396,7 @@ class DatabaseClient(object):
|
|
9396
9396
|
:rtype: :class:`~oci.response.Response`
|
9397
9397
|
|
9398
9398
|
:example:
|
9399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
9400
9400
|
"""
|
9401
9401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9402
9402
|
required_arguments = ['keyStoreId']
|
@@ -9499,7 +9499,7 @@ class DatabaseClient(object):
|
|
9499
9499
|
:rtype: :class:`~oci.response.Response`
|
9500
9500
|
|
9501
9501
|
:example:
|
9502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
9503
9503
|
"""
|
9504
9504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9505
9505
|
required_arguments = ['oneoffPatchId']
|
@@ -9602,7 +9602,7 @@ class DatabaseClient(object):
|
|
9602
9602
|
:rtype: :class:`~oci.response.Response`
|
9603
9603
|
|
9604
9604
|
:example:
|
9605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
9606
9606
|
"""
|
9607
9607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9608
9608
|
required_arguments = ['pluggableDatabaseId']
|
@@ -9705,7 +9705,7 @@ class DatabaseClient(object):
|
|
9705
9705
|
:rtype: :class:`~oci.response.Response`
|
9706
9706
|
|
9707
9707
|
:example:
|
9708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
9709
9709
|
"""
|
9710
9710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9711
9711
|
required_arguments = ['vmClusterId']
|
@@ -9814,7 +9814,7 @@ class DatabaseClient(object):
|
|
9814
9814
|
:rtype: :class:`~oci.response.Response`
|
9815
9815
|
|
9816
9816
|
:example:
|
9817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
9818
9818
|
"""
|
9819
9819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9820
9820
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -9916,7 +9916,7 @@ class DatabaseClient(object):
|
|
9916
9916
|
:rtype: :class:`~oci.response.Response`
|
9917
9917
|
|
9918
9918
|
:example:
|
9919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
9920
9920
|
"""
|
9921
9921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9922
9922
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10015,7 +10015,7 @@ class DatabaseClient(object):
|
|
10015
10015
|
:rtype: :class:`~oci.response.Response`
|
10016
10016
|
|
10017
10017
|
:example:
|
10018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
10019
10019
|
"""
|
10020
10020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10021
10021
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10111,7 +10111,7 @@ class DatabaseClient(object):
|
|
10111
10111
|
:rtype: :class:`~oci.response.Response`
|
10112
10112
|
|
10113
10113
|
:example:
|
10114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
10115
10115
|
"""
|
10116
10116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10117
10117
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10219,7 +10219,7 @@ class DatabaseClient(object):
|
|
10219
10219
|
:rtype: :class:`~oci.response.Response`
|
10220
10220
|
|
10221
10221
|
:example:
|
10222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
10223
10223
|
"""
|
10224
10224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10225
10225
|
required_arguments = ['databaseId']
|
@@ -10334,7 +10334,7 @@ class DatabaseClient(object):
|
|
10334
10334
|
:rtype: :class:`~oci.response.Response`
|
10335
10335
|
|
10336
10336
|
:example:
|
10337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
10338
10338
|
"""
|
10339
10339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10340
10340
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10447,7 +10447,7 @@ class DatabaseClient(object):
|
|
10447
10447
|
:rtype: :class:`~oci.response.Response`
|
10448
10448
|
|
10449
10449
|
:example:
|
10450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
10451
10451
|
"""
|
10452
10452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10453
10453
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10564,7 +10564,7 @@ class DatabaseClient(object):
|
|
10564
10564
|
:rtype: :class:`~oci.response.Response`
|
10565
10565
|
|
10566
10566
|
:example:
|
10567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
10568
10568
|
"""
|
10569
10569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10570
10570
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10677,7 +10677,7 @@ class DatabaseClient(object):
|
|
10677
10677
|
:rtype: :class:`~oci.response.Response`
|
10678
10678
|
|
10679
10679
|
:example:
|
10680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
10681
10681
|
"""
|
10682
10682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10683
10683
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10790,7 +10790,7 @@ class DatabaseClient(object):
|
|
10790
10790
|
:rtype: :class:`~oci.response.Response`
|
10791
10791
|
|
10792
10792
|
:example:
|
10793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
10794
10794
|
"""
|
10795
10795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10796
10796
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10907,7 +10907,7 @@ class DatabaseClient(object):
|
|
10907
10907
|
:rtype: :class:`~oci.response.Response`
|
10908
10908
|
|
10909
10909
|
:example:
|
10910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
10911
10911
|
"""
|
10912
10912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10913
10913
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
|
|
11020
11020
|
:rtype: :class:`~oci.response.Response`
|
11021
11021
|
|
11022
11022
|
:example:
|
11023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11133,7 +11133,7 @@ class DatabaseClient(object):
|
|
11133
11133
|
:rtype: :class:`~oci.response.Response`
|
11134
11134
|
|
11135
11135
|
:example:
|
11136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
11137
11137
|
"""
|
11138
11138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11139
11139
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
|
|
11246
11246
|
:rtype: :class:`~oci.response.Response`
|
11247
11247
|
|
11248
11248
|
:example:
|
11249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
11250
11250
|
"""
|
11251
11251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11252
11252
|
required_arguments = ['pluggableDatabaseId']
|
@@ -11356,7 +11356,7 @@ class DatabaseClient(object):
|
|
11356
11356
|
:rtype: :class:`~oci.response.Response`
|
11357
11357
|
|
11358
11358
|
:example:
|
11359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
11360
11360
|
"""
|
11361
11361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11362
11362
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11469,7 +11469,7 @@ class DatabaseClient(object):
|
|
11469
11469
|
:rtype: :class:`~oci.response.Response`
|
11470
11470
|
|
11471
11471
|
:example:
|
11472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
11473
11473
|
"""
|
11474
11474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11475
11475
|
required_arguments = ['oneoffPatchId']
|
@@ -11584,7 +11584,7 @@ class DatabaseClient(object):
|
|
11584
11584
|
:rtype: :class:`~oci.response.Response`
|
11585
11585
|
|
11586
11586
|
:example:
|
11587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
11588
11588
|
"""
|
11589
11589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11590
11590
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11698,7 +11698,7 @@ class DatabaseClient(object):
|
|
11698
11698
|
:rtype: :class:`~oci.response.Response`
|
11699
11699
|
|
11700
11700
|
:example:
|
11701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
11702
11702
|
"""
|
11703
11703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11704
11704
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11800,7 +11800,7 @@ class DatabaseClient(object):
|
|
11800
11800
|
:rtype: :class:`~oci.response.Response`
|
11801
11801
|
|
11802
11802
|
:example:
|
11803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
11804
11804
|
"""
|
11805
11805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11806
11806
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11896,7 +11896,7 @@ class DatabaseClient(object):
|
|
11896
11896
|
:rtype: :class:`~oci.response.Response`
|
11897
11897
|
|
11898
11898
|
:example:
|
11899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
11900
11900
|
"""
|
11901
11901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11902
11902
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12007,7 +12007,7 @@ class DatabaseClient(object):
|
|
12007
12007
|
:rtype: :class:`~oci.response.Response`
|
12008
12008
|
|
12009
12009
|
:example:
|
12010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
12011
12011
|
"""
|
12012
12012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12013
12013
|
required_arguments = ['databaseId']
|
@@ -12131,7 +12131,7 @@ class DatabaseClient(object):
|
|
12131
12131
|
:rtype: :class:`~oci.response.Response`
|
12132
12132
|
|
12133
12133
|
:example:
|
12134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
12135
12135
|
"""
|
12136
12136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12137
12137
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12249,7 +12249,7 @@ class DatabaseClient(object):
|
|
12249
12249
|
:rtype: :class:`~oci.response.Response`
|
12250
12250
|
|
12251
12251
|
:example:
|
12252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
12253
12253
|
"""
|
12254
12254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12255
12255
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12371,7 +12371,7 @@ class DatabaseClient(object):
|
|
12371
12371
|
:rtype: :class:`~oci.response.Response`
|
12372
12372
|
|
12373
12373
|
:example:
|
12374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
12375
12375
|
"""
|
12376
12376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12377
12377
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12489,7 +12489,7 @@ class DatabaseClient(object):
|
|
12489
12489
|
:rtype: :class:`~oci.response.Response`
|
12490
12490
|
|
12491
12491
|
:example:
|
12492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
12493
12493
|
"""
|
12494
12494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12495
12495
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12607,7 +12607,7 @@ class DatabaseClient(object):
|
|
12607
12607
|
:rtype: :class:`~oci.response.Response`
|
12608
12608
|
|
12609
12609
|
:example:
|
12610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
12611
12611
|
"""
|
12612
12612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12613
12613
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12729,7 +12729,7 @@ class DatabaseClient(object):
|
|
12729
12729
|
:rtype: :class:`~oci.response.Response`
|
12730
12730
|
|
12731
12731
|
:example:
|
12732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
12733
12733
|
"""
|
12734
12734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12735
12735
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12847,7 +12847,7 @@ class DatabaseClient(object):
|
|
12847
12847
|
:rtype: :class:`~oci.response.Response`
|
12848
12848
|
|
12849
12849
|
:example:
|
12850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
12851
12851
|
"""
|
12852
12852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12853
12853
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12965,7 +12965,7 @@ class DatabaseClient(object):
|
|
12965
12965
|
:rtype: :class:`~oci.response.Response`
|
12966
12966
|
|
12967
12967
|
:example:
|
12968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
12969
12969
|
"""
|
12970
12970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12971
12971
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13083,7 +13083,7 @@ class DatabaseClient(object):
|
|
13083
13083
|
:rtype: :class:`~oci.response.Response`
|
13084
13084
|
|
13085
13085
|
:example:
|
13086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
13087
13087
|
"""
|
13088
13088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13089
13089
|
required_arguments = ['pluggableDatabaseId']
|
@@ -13208,7 +13208,7 @@ class DatabaseClient(object):
|
|
13208
13208
|
:rtype: :class:`~oci.response.Response`
|
13209
13209
|
|
13210
13210
|
:example:
|
13211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
13212
13212
|
"""
|
13213
13213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13214
13214
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13328,7 +13328,7 @@ class DatabaseClient(object):
|
|
13328
13328
|
:rtype: :class:`~oci.response.Response`
|
13329
13329
|
|
13330
13330
|
:example:
|
13331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
13332
13332
|
"""
|
13333
13333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13334
13334
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13441,7 +13441,7 @@ class DatabaseClient(object):
|
|
13441
13441
|
:rtype: :class:`~oci.response.Response`
|
13442
13442
|
|
13443
13443
|
:example:
|
13444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
13445
13445
|
"""
|
13446
13446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13447
13447
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -13552,7 +13552,7 @@ class DatabaseClient(object):
|
|
13552
13552
|
:rtype: :class:`~oci.response.Response`
|
13553
13553
|
|
13554
13554
|
:example:
|
13555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
13556
13556
|
"""
|
13557
13557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13558
13558
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13665,7 +13665,7 @@ class DatabaseClient(object):
|
|
13665
13665
|
:rtype: :class:`~oci.response.Response`
|
13666
13666
|
|
13667
13667
|
:example:
|
13668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
13669
13669
|
"""
|
13670
13670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13671
13671
|
required_arguments = ['exadataInfrastructureId']
|
@@ -13768,7 +13768,7 @@ class DatabaseClient(object):
|
|
13768
13768
|
:rtype: :class:`~oci.response.Response`
|
13769
13769
|
|
13770
13770
|
:example:
|
13771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
13772
13772
|
"""
|
13773
13773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13774
13774
|
required_arguments = ['applicationVipId']
|
@@ -13863,7 +13863,7 @@ class DatabaseClient(object):
|
|
13863
13863
|
:rtype: :class:`~oci.response.Response`
|
13864
13864
|
|
13865
13865
|
:example:
|
13866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
13867
13867
|
"""
|
13868
13868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13869
13869
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13956,7 +13956,7 @@ class DatabaseClient(object):
|
|
13956
13956
|
:rtype: :class:`~oci.response.Response`
|
13957
13957
|
|
13958
13958
|
:example:
|
13959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
13960
13960
|
"""
|
13961
13961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13962
13962
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -14048,7 +14048,7 @@ class DatabaseClient(object):
|
|
14048
14048
|
:rtype: :class:`~oci.response.Response`
|
14049
14049
|
|
14050
14050
|
:example:
|
14051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
14052
14052
|
"""
|
14053
14053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14054
14054
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
|
|
14146
14146
|
:rtype: :class:`~oci.response.Response`
|
14147
14147
|
|
14148
14148
|
:example:
|
14149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
14150
14150
|
"""
|
14151
14151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14152
14152
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14244,7 +14244,7 @@ class DatabaseClient(object):
|
|
14244
14244
|
:rtype: :class:`~oci.response.Response`
|
14245
14245
|
|
14246
14246
|
:example:
|
14247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
14248
14248
|
"""
|
14249
14249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14250
14250
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -14347,7 +14347,7 @@ class DatabaseClient(object):
|
|
14347
14347
|
:rtype: :class:`~oci.response.Response`
|
14348
14348
|
|
14349
14349
|
:example:
|
14350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
14351
14351
|
"""
|
14352
14352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14353
14353
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -14441,7 +14441,7 @@ class DatabaseClient(object):
|
|
14441
14441
|
:rtype: :class:`~oci.response.Response`
|
14442
14442
|
|
14443
14443
|
:example:
|
14444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
14445
14445
|
"""
|
14446
14446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14447
14447
|
required_arguments = []
|
@@ -14527,7 +14527,7 @@ class DatabaseClient(object):
|
|
14527
14527
|
:rtype: :class:`~oci.response.Response`
|
14528
14528
|
|
14529
14529
|
:example:
|
14530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
14531
14531
|
"""
|
14532
14532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14533
14533
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -14625,7 +14625,7 @@ class DatabaseClient(object):
|
|
14625
14625
|
:rtype: :class:`~oci.response.Response`
|
14626
14626
|
|
14627
14627
|
:example:
|
14628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
14629
14629
|
"""
|
14630
14630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14631
14631
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14720,7 +14720,7 @@ class DatabaseClient(object):
|
|
14720
14720
|
:rtype: :class:`~oci.response.Response`
|
14721
14721
|
|
14722
14722
|
:example:
|
14723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
14724
14724
|
"""
|
14725
14725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14726
14726
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -14808,7 +14808,7 @@ class DatabaseClient(object):
|
|
14808
14808
|
:rtype: :class:`~oci.response.Response`
|
14809
14809
|
|
14810
14810
|
:example:
|
14811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
14812
14812
|
"""
|
14813
14813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14814
14814
|
required_arguments = ['autonomousPatchId']
|
@@ -14899,7 +14899,7 @@ class DatabaseClient(object):
|
|
14899
14899
|
:rtype: :class:`~oci.response.Response`
|
14900
14900
|
|
14901
14901
|
:example:
|
14902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
14903
14903
|
"""
|
14904
14904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14905
14905
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -14997,7 +14997,7 @@ class DatabaseClient(object):
|
|
14997
14997
|
:rtype: :class:`~oci.response.Response`
|
14998
14998
|
|
14999
14999
|
:example:
|
15000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
15001
15001
|
"""
|
15002
15002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15003
15003
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15095,7 +15095,7 @@ class DatabaseClient(object):
|
|
15095
15095
|
:rtype: :class:`~oci.response.Response`
|
15096
15096
|
|
15097
15097
|
:example:
|
15098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
15099
15099
|
"""
|
15100
15100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15101
15101
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15190,7 +15190,7 @@ class DatabaseClient(object):
|
|
15190
15190
|
:rtype: :class:`~oci.response.Response`
|
15191
15191
|
|
15192
15192
|
:example:
|
15193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
15194
15194
|
"""
|
15195
15195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15196
15196
|
required_arguments = ['backupId']
|
@@ -15281,7 +15281,7 @@ class DatabaseClient(object):
|
|
15281
15281
|
:rtype: :class:`~oci.response.Response`
|
15282
15282
|
|
15283
15283
|
:example:
|
15284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
15285
15285
|
"""
|
15286
15286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15287
15287
|
required_arguments = ['backupDestinationId']
|
@@ -15379,7 +15379,7 @@ class DatabaseClient(object):
|
|
15379
15379
|
:rtype: :class:`~oci.response.Response`
|
15380
15380
|
|
15381
15381
|
:example:
|
15382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
15383
15383
|
"""
|
15384
15384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15385
15385
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15477,7 +15477,7 @@ class DatabaseClient(object):
|
|
15477
15477
|
:rtype: :class:`~oci.response.Response`
|
15478
15478
|
|
15479
15479
|
:example:
|
15480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
15481
15481
|
"""
|
15482
15482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15483
15483
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15575,7 +15575,7 @@ class DatabaseClient(object):
|
|
15575
15575
|
:rtype: :class:`~oci.response.Response`
|
15576
15576
|
|
15577
15577
|
:example:
|
15578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
15579
15579
|
"""
|
15580
15580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15581
15581
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15678,7 +15678,7 @@ class DatabaseClient(object):
|
|
15678
15678
|
:rtype: :class:`~oci.response.Response`
|
15679
15679
|
|
15680
15680
|
:example:
|
15681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
15682
15682
|
"""
|
15683
15683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15684
15684
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15784,7 +15784,7 @@ class DatabaseClient(object):
|
|
15784
15784
|
:rtype: :class:`~oci.response.Response`
|
15785
15785
|
|
15786
15786
|
:example:
|
15787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
15788
15788
|
"""
|
15789
15789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15790
15790
|
required_arguments = ['cloudVmClusterId']
|
@@ -15883,7 +15883,7 @@ class DatabaseClient(object):
|
|
15883
15883
|
:rtype: :class:`~oci.response.Response`
|
15884
15884
|
|
15885
15885
|
:example:
|
15886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
15887
15887
|
"""
|
15888
15888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15889
15889
|
required_arguments = ['cloudVmClusterId']
|
@@ -15986,7 +15986,7 @@ class DatabaseClient(object):
|
|
15986
15986
|
:rtype: :class:`~oci.response.Response`
|
15987
15987
|
|
15988
15988
|
:example:
|
15989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
15990
15990
|
"""
|
15991
15991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15992
15992
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -16090,7 +16090,7 @@ class DatabaseClient(object):
|
|
16090
16090
|
:rtype: :class:`~oci.response.Response`
|
16091
16091
|
|
16092
16092
|
:example:
|
16093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
16094
16094
|
"""
|
16095
16095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16096
16096
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -16189,7 +16189,7 @@ class DatabaseClient(object):
|
|
16189
16189
|
:rtype: :class:`~oci.response.Response`
|
16190
16190
|
|
16191
16191
|
:example:
|
16192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
16193
16193
|
"""
|
16194
16194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16195
16195
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -16284,7 +16284,7 @@ class DatabaseClient(object):
|
|
16284
16284
|
:rtype: :class:`~oci.response.Response`
|
16285
16285
|
|
16286
16286
|
:example:
|
16287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
16288
16288
|
"""
|
16289
16289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16290
16290
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16386,7 +16386,7 @@ class DatabaseClient(object):
|
|
16386
16386
|
:rtype: :class:`~oci.response.Response`
|
16387
16387
|
|
16388
16388
|
:example:
|
16389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
16390
16390
|
"""
|
16391
16391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16392
16392
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16487,7 +16487,7 @@ class DatabaseClient(object):
|
|
16487
16487
|
:rtype: :class:`~oci.response.Response`
|
16488
16488
|
|
16489
16489
|
:example:
|
16490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
16491
16491
|
"""
|
16492
16492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16493
16493
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16576,7 +16576,7 @@ class DatabaseClient(object):
|
|
16576
16576
|
:rtype: :class:`~oci.response.Response`
|
16577
16577
|
|
16578
16578
|
:example:
|
16579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
16580
16580
|
"""
|
16581
16581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16582
16582
|
required_arguments = ['databaseId']
|
@@ -16664,7 +16664,7 @@ class DatabaseClient(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.128.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
16668
16668
|
"""
|
16669
16669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16670
16670
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -16760,7 +16760,7 @@ class DatabaseClient(object):
|
|
16760
16760
|
:rtype: :class:`~oci.response.Response`
|
16761
16761
|
|
16762
16762
|
:example:
|
16763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
16764
16764
|
"""
|
16765
16765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16766
16766
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -16856,7 +16856,7 @@ class DatabaseClient(object):
|
|
16856
16856
|
:rtype: :class:`~oci.response.Response`
|
16857
16857
|
|
16858
16858
|
:example:
|
16859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
16860
16860
|
"""
|
16861
16861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16862
16862
|
required_arguments = ['dbHomeId']
|
@@ -16949,7 +16949,7 @@ class DatabaseClient(object):
|
|
16949
16949
|
:rtype: :class:`~oci.response.Response`
|
16950
16950
|
|
16951
16951
|
:example:
|
16952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
16953
16953
|
"""
|
16954
16954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16955
16955
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -17043,7 +17043,7 @@ class DatabaseClient(object):
|
|
17043
17043
|
:rtype: :class:`~oci.response.Response`
|
17044
17044
|
|
17045
17045
|
:example:
|
17046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
17047
17047
|
"""
|
17048
17048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17049
17049
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -17132,7 +17132,7 @@ class DatabaseClient(object):
|
|
17132
17132
|
:rtype: :class:`~oci.response.Response`
|
17133
17133
|
|
17134
17134
|
:example:
|
17135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
17136
17136
|
"""
|
17137
17137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17138
17138
|
required_arguments = ['dbNodeId']
|
@@ -17228,7 +17228,7 @@ class DatabaseClient(object):
|
|
17228
17228
|
:rtype: :class:`~oci.response.Response`
|
17229
17229
|
|
17230
17230
|
:example:
|
17231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
17232
17232
|
"""
|
17233
17233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17234
17234
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -17337,7 +17337,7 @@ class DatabaseClient(object):
|
|
17337
17337
|
:rtype: :class:`~oci.response.Response`
|
17338
17338
|
|
17339
17339
|
:example:
|
17340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
17341
17341
|
"""
|
17342
17342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17343
17343
|
required_arguments = ['dbSystemId']
|
@@ -17430,7 +17430,7 @@ class DatabaseClient(object):
|
|
17430
17430
|
:rtype: :class:`~oci.response.Response`
|
17431
17431
|
|
17432
17432
|
:example:
|
17433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
17434
17434
|
"""
|
17435
17435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17436
17436
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -17524,7 +17524,7 @@ class DatabaseClient(object):
|
|
17524
17524
|
:rtype: :class:`~oci.response.Response`
|
17525
17525
|
|
17526
17526
|
:example:
|
17527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
17528
17528
|
"""
|
17529
17529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17530
17530
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -17621,7 +17621,7 @@ class DatabaseClient(object):
|
|
17621
17621
|
:rtype: :class:`~oci.response.Response`
|
17622
17622
|
|
17623
17623
|
:example:
|
17624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
17625
17625
|
"""
|
17626
17626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17627
17627
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -17726,7 +17726,7 @@ class DatabaseClient(object):
|
|
17726
17726
|
:rtype: :class:`~oci.response.Response`
|
17727
17727
|
|
17728
17728
|
:example:
|
17729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
17730
17730
|
"""
|
17731
17731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17732
17732
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17840,7 +17840,7 @@ class DatabaseClient(object):
|
|
17840
17840
|
:rtype: :class:`~oci.response.Response`
|
17841
17841
|
|
17842
17842
|
:example:
|
17843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
17844
17844
|
"""
|
17845
17845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17846
17846
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17943,7 +17943,7 @@ class DatabaseClient(object):
|
|
17943
17943
|
:rtype: :class:`~oci.response.Response`
|
17944
17944
|
|
17945
17945
|
:example:
|
17946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
17947
17947
|
"""
|
17948
17948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17949
17949
|
required_arguments = ['exadataInfrastructureId']
|
@@ -18060,7 +18060,7 @@ class DatabaseClient(object):
|
|
18060
18060
|
:rtype: :class:`~oci.response.Response`
|
18061
18061
|
|
18062
18062
|
:example:
|
18063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
18064
18064
|
"""
|
18065
18065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18066
18066
|
required_arguments = ['dbSystemId']
|
@@ -18159,7 +18159,7 @@ class DatabaseClient(object):
|
|
18159
18159
|
:rtype: :class:`~oci.response.Response`
|
18160
18160
|
|
18161
18161
|
:example:
|
18162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
18163
18163
|
"""
|
18164
18164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18165
18165
|
required_arguments = ['backupId']
|
@@ -18250,7 +18250,7 @@ class DatabaseClient(object):
|
|
18250
18250
|
:rtype: :class:`~oci.response.Response`
|
18251
18251
|
|
18252
18252
|
:example:
|
18253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
18254
18254
|
"""
|
18255
18255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18256
18256
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -18349,7 +18349,7 @@ class DatabaseClient(object):
|
|
18349
18349
|
:rtype: :class:`~oci.response.Response`
|
18350
18350
|
|
18351
18351
|
:example:
|
18352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
18353
18353
|
"""
|
18354
18354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18355
18355
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -18447,7 +18447,7 @@ class DatabaseClient(object):
|
|
18447
18447
|
:rtype: :class:`~oci.response.Response`
|
18448
18448
|
|
18449
18449
|
:example:
|
18450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
18451
18451
|
"""
|
18452
18452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18453
18453
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -18546,7 +18546,7 @@ class DatabaseClient(object):
|
|
18546
18546
|
:rtype: :class:`~oci.response.Response`
|
18547
18547
|
|
18548
18548
|
:example:
|
18549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
18550
18550
|
"""
|
18551
18551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18552
18552
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -18653,7 +18653,7 @@ class DatabaseClient(object):
|
|
18653
18653
|
:rtype: :class:`~oci.response.Response`
|
18654
18654
|
|
18655
18655
|
:example:
|
18656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
18657
18657
|
"""
|
18658
18658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18659
18659
|
required_arguments = ['compartmentId']
|
@@ -18757,7 +18757,7 @@ class DatabaseClient(object):
|
|
18757
18757
|
:rtype: :class:`~oci.response.Response`
|
18758
18758
|
|
18759
18759
|
:example:
|
18760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
18761
18761
|
"""
|
18762
18762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18763
18763
|
required_arguments = ['keyStoreId']
|
@@ -18850,7 +18850,7 @@ class DatabaseClient(object):
|
|
18850
18850
|
:rtype: :class:`~oci.response.Response`
|
18851
18851
|
|
18852
18852
|
:example:
|
18853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
18854
18854
|
"""
|
18855
18855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18856
18856
|
required_arguments = ['maintenanceRunId']
|
@@ -18936,7 +18936,7 @@ class DatabaseClient(object):
|
|
18936
18936
|
:rtype: :class:`~oci.response.Response`
|
18937
18937
|
|
18938
18938
|
:example:
|
18939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
18940
18940
|
"""
|
18941
18941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18942
18942
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -19027,7 +19027,7 @@ class DatabaseClient(object):
|
|
19027
19027
|
:rtype: :class:`~oci.response.Response`
|
19028
19028
|
|
19029
19029
|
:example:
|
19030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
19031
19031
|
"""
|
19032
19032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19033
19033
|
required_arguments = ['oneoffPatchId']
|
@@ -19130,7 +19130,7 @@ class DatabaseClient(object):
|
|
19130
19130
|
:rtype: :class:`~oci.response.Response`
|
19131
19131
|
|
19132
19132
|
:example:
|
19133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
19134
19134
|
"""
|
19135
19135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19136
19136
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -19226,7 +19226,7 @@ class DatabaseClient(object):
|
|
19226
19226
|
:rtype: :class:`~oci.response.Response`
|
19227
19227
|
|
19228
19228
|
:example:
|
19229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
19230
19230
|
"""
|
19231
19231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19232
19232
|
required_arguments = ['pluggableDatabaseId']
|
@@ -19317,7 +19317,7 @@ class DatabaseClient(object):
|
|
19317
19317
|
:rtype: :class:`~oci.response.Response`
|
19318
19318
|
|
19319
19319
|
:example:
|
19320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
19321
19321
|
"""
|
19322
19322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19323
19323
|
required_arguments = ['vmClusterId']
|
@@ -19421,7 +19421,7 @@ class DatabaseClient(object):
|
|
19421
19421
|
:rtype: :class:`~oci.response.Response`
|
19422
19422
|
|
19423
19423
|
:example:
|
19424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
19425
19425
|
"""
|
19426
19426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19427
19427
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -19522,7 +19522,7 @@ class DatabaseClient(object):
|
|
19522
19522
|
:rtype: :class:`~oci.response.Response`
|
19523
19523
|
|
19524
19524
|
:example:
|
19525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
19526
19526
|
"""
|
19527
19527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19528
19528
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -19616,7 +19616,7 @@ class DatabaseClient(object):
|
|
19616
19616
|
:rtype: :class:`~oci.response.Response`
|
19617
19617
|
|
19618
19618
|
:example:
|
19619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
19620
19620
|
"""
|
19621
19621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19622
19622
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -19713,7 +19713,7 @@ class DatabaseClient(object):
|
|
19713
19713
|
:rtype: :class:`~oci.response.Response`
|
19714
19714
|
|
19715
19715
|
:example:
|
19716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
19717
19717
|
"""
|
19718
19718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19719
19719
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -19817,7 +19817,7 @@ class DatabaseClient(object):
|
|
19817
19817
|
:rtype: :class:`~oci.response.Response`
|
19818
19818
|
|
19819
19819
|
:example:
|
19820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
19821
19821
|
"""
|
19822
19822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19823
19823
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -19918,7 +19918,7 @@ class DatabaseClient(object):
|
|
19918
19918
|
:rtype: :class:`~oci.response.Response`
|
19919
19919
|
|
19920
19920
|
:example:
|
19921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
19922
19922
|
"""
|
19923
19923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19924
19924
|
required_arguments = []
|
@@ -20030,7 +20030,7 @@ class DatabaseClient(object):
|
|
20030
20030
|
:rtype: :class:`~oci.response.Response`
|
20031
20031
|
|
20032
20032
|
:example:
|
20033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
20034
20034
|
"""
|
20035
20035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20036
20036
|
required_arguments = []
|
@@ -20148,7 +20148,7 @@ class DatabaseClient(object):
|
|
20148
20148
|
:rtype: :class:`~oci.response.Response`
|
20149
20149
|
|
20150
20150
|
:example:
|
20151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
20152
20152
|
"""
|
20153
20153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20154
20154
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -20276,7 +20276,7 @@ class DatabaseClient(object):
|
|
20276
20276
|
:rtype: :class:`~oci.response.Response`
|
20277
20277
|
|
20278
20278
|
:example:
|
20279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
20280
20280
|
"""
|
20281
20281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20282
20282
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -20397,7 +20397,7 @@ class DatabaseClient(object):
|
|
20397
20397
|
:rtype: :class:`~oci.response.Response`
|
20398
20398
|
|
20399
20399
|
:example:
|
20400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
20401
20401
|
"""
|
20402
20402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20403
20403
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -20559,7 +20559,7 @@ class DatabaseClient(object):
|
|
20559
20559
|
:rtype: :class:`~oci.response.Response`
|
20560
20560
|
|
20561
20561
|
:example:
|
20562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
20563
20563
|
"""
|
20564
20564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20565
20565
|
required_arguments = ['compartmentId']
|
@@ -20735,7 +20735,7 @@ class DatabaseClient(object):
|
|
20735
20735
|
:rtype: :class:`~oci.response.Response`
|
20736
20736
|
|
20737
20737
|
:example:
|
20738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
20739
20739
|
"""
|
20740
20740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20741
20741
|
required_arguments = []
|
@@ -20872,7 +20872,7 @@ class DatabaseClient(object):
|
|
20872
20872
|
:rtype: :class:`~oci.response.Response`
|
20873
20873
|
|
20874
20874
|
:example:
|
20875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
20876
20876
|
"""
|
20877
20877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20878
20878
|
required_arguments = []
|
@@ -21013,7 +21013,7 @@ class DatabaseClient(object):
|
|
21013
21013
|
:rtype: :class:`~oci.response.Response`
|
21014
21014
|
|
21015
21015
|
:example:
|
21016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
21017
21017
|
"""
|
21018
21018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21019
21019
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -21163,7 +21163,7 @@ class DatabaseClient(object):
|
|
21163
21163
|
:rtype: :class:`~oci.response.Response`
|
21164
21164
|
|
21165
21165
|
:example:
|
21166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
21167
21167
|
"""
|
21168
21168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21169
21169
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21239,6 +21239,120 @@ class DatabaseClient(object):
|
|
21239
21239
|
api_reference_link=api_reference_link,
|
21240
21240
|
required_arguments=required_arguments)
|
21241
21241
|
|
21242
|
+
def list_autonomous_database_peers(self, autonomous_database_id, **kwargs):
|
21243
|
+
"""
|
21244
|
+
Lists the Autonomous Database peers for the specified Autonomous Database.
|
21245
|
+
|
21246
|
+
|
21247
|
+
:param str autonomous_database_id: (required)
|
21248
|
+
The database `OCID`__.
|
21249
|
+
|
21250
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
21251
|
+
|
21252
|
+
:param str opc_request_id: (optional)
|
21253
|
+
Unique identifier for the request.
|
21254
|
+
|
21255
|
+
:param int limit: (optional)
|
21256
|
+
The maximum number of items to return per page.
|
21257
|
+
|
21258
|
+
:param str page: (optional)
|
21259
|
+
The pagination token to continue listing from.
|
21260
|
+
|
21261
|
+
:param obj retry_strategy: (optional)
|
21262
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
21263
|
+
|
21264
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
21265
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
21266
|
+
|
21267
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
21268
|
+
|
21269
|
+
:param bool allow_control_chars: (optional)
|
21270
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
21271
|
+
By default, the response will not allow control characters in strings
|
21272
|
+
|
21273
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabasePeerCollection`
|
21274
|
+
:rtype: :class:`~oci.response.Response`
|
21275
|
+
|
21276
|
+
:example:
|
21277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
21278
|
+
"""
|
21279
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21280
|
+
required_arguments = ['autonomousDatabaseId']
|
21281
|
+
resource_path = "/autonomousDatabases/{autonomousDatabaseId}/peers"
|
21282
|
+
method = "GET"
|
21283
|
+
operation_name = "list_autonomous_database_peers"
|
21284
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ListAutonomousDatabasePeers"
|
21285
|
+
|
21286
|
+
# Don't accept unknown kwargs
|
21287
|
+
expected_kwargs = [
|
21288
|
+
"allow_control_chars",
|
21289
|
+
"retry_strategy",
|
21290
|
+
"opc_request_id",
|
21291
|
+
"limit",
|
21292
|
+
"page"
|
21293
|
+
]
|
21294
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
21295
|
+
if extra_kwargs:
|
21296
|
+
raise ValueError(
|
21297
|
+
f"list_autonomous_database_peers got unknown kwargs: {extra_kwargs!r}")
|
21298
|
+
|
21299
|
+
path_params = {
|
21300
|
+
"autonomousDatabaseId": autonomous_database_id
|
21301
|
+
}
|
21302
|
+
|
21303
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
21304
|
+
|
21305
|
+
for (k, v) in six.iteritems(path_params):
|
21306
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
21307
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
21308
|
+
|
21309
|
+
query_params = {
|
21310
|
+
"limit": kwargs.get("limit", missing),
|
21311
|
+
"page": kwargs.get("page", missing)
|
21312
|
+
}
|
21313
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
21314
|
+
|
21315
|
+
header_params = {
|
21316
|
+
"accept": "application/json",
|
21317
|
+
"content-type": "application/json",
|
21318
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
21319
|
+
}
|
21320
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
21321
|
+
|
21322
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
21323
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
21324
|
+
client_retry_strategy=self.retry_strategy
|
21325
|
+
)
|
21326
|
+
|
21327
|
+
if retry_strategy:
|
21328
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
21329
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
21330
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
21331
|
+
return retry_strategy.make_retrying_call(
|
21332
|
+
self.base_client.call_api,
|
21333
|
+
resource_path=resource_path,
|
21334
|
+
method=method,
|
21335
|
+
path_params=path_params,
|
21336
|
+
query_params=query_params,
|
21337
|
+
header_params=header_params,
|
21338
|
+
response_type="AutonomousDatabasePeerCollection",
|
21339
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
21340
|
+
operation_name=operation_name,
|
21341
|
+
api_reference_link=api_reference_link,
|
21342
|
+
required_arguments=required_arguments)
|
21343
|
+
else:
|
21344
|
+
return self.base_client.call_api(
|
21345
|
+
resource_path=resource_path,
|
21346
|
+
method=method,
|
21347
|
+
path_params=path_params,
|
21348
|
+
query_params=query_params,
|
21349
|
+
header_params=header_params,
|
21350
|
+
response_type="AutonomousDatabasePeerCollection",
|
21351
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
21352
|
+
operation_name=operation_name,
|
21353
|
+
api_reference_link=api_reference_link,
|
21354
|
+
required_arguments=required_arguments)
|
21355
|
+
|
21242
21356
|
def list_autonomous_database_refreshable_clones(self, autonomous_database_id, **kwargs):
|
21243
21357
|
"""
|
21244
21358
|
Lists the OCIDs of the Autonomous Database local and connected remote refreshable clones with the region where they exist for the specified source database.
|
@@ -21274,7 +21388,7 @@ class DatabaseClient(object):
|
|
21274
21388
|
:rtype: :class:`~oci.response.Response`
|
21275
21389
|
|
21276
21390
|
:example:
|
21277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
21278
21392
|
"""
|
21279
21393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21280
21394
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21411,7 +21525,7 @@ class DatabaseClient(object):
|
|
21411
21525
|
:rtype: :class:`~oci.response.Response`
|
21412
21526
|
|
21413
21527
|
:example:
|
21414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
21415
21529
|
"""
|
21416
21530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21417
21531
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -21607,7 +21721,7 @@ class DatabaseClient(object):
|
|
21607
21721
|
:rtype: :class:`~oci.response.Response`
|
21608
21722
|
|
21609
21723
|
:example:
|
21610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
21611
21725
|
"""
|
21612
21726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21613
21727
|
required_arguments = ['compartmentId']
|
@@ -21784,7 +21898,7 @@ class DatabaseClient(object):
|
|
21784
21898
|
:rtype: :class:`~oci.response.Response`
|
21785
21899
|
|
21786
21900
|
:example:
|
21787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
21788
21902
|
"""
|
21789
21903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21790
21904
|
required_arguments = ['compartmentId']
|
@@ -21915,7 +22029,7 @@ class DatabaseClient(object):
|
|
21915
22029
|
:rtype: :class:`~oci.response.Response`
|
21916
22030
|
|
21917
22031
|
:example:
|
21918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
21919
22033
|
"""
|
21920
22034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21921
22035
|
required_arguments = ['compartmentId']
|
@@ -22039,7 +22153,7 @@ class DatabaseClient(object):
|
|
22039
22153
|
:rtype: :class:`~oci.response.Response`
|
22040
22154
|
|
22041
22155
|
:example:
|
22042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
22043
22157
|
"""
|
22044
22158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22045
22159
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -22163,7 +22277,7 @@ class DatabaseClient(object):
|
|
22163
22277
|
:rtype: :class:`~oci.response.Response`
|
22164
22278
|
|
22165
22279
|
:example:
|
22166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
22167
22281
|
"""
|
22168
22282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22169
22283
|
required_arguments = ['compartmentId']
|
@@ -22304,7 +22418,7 @@ class DatabaseClient(object):
|
|
22304
22418
|
:rtype: :class:`~oci.response.Response`
|
22305
22419
|
|
22306
22420
|
:example:
|
22307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
22308
22422
|
"""
|
22309
22423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22310
22424
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -22422,7 +22536,7 @@ class DatabaseClient(object):
|
|
22422
22536
|
:rtype: :class:`~oci.response.Response`
|
22423
22537
|
|
22424
22538
|
:example:
|
22425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
22426
22540
|
"""
|
22427
22541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22428
22542
|
required_arguments = ['autonomousVmClusterId']
|
@@ -22559,7 +22673,7 @@ class DatabaseClient(object):
|
|
22559
22673
|
:rtype: :class:`~oci.response.Response`
|
22560
22674
|
|
22561
22675
|
:example:
|
22562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
22563
22677
|
"""
|
22564
22678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22565
22679
|
required_arguments = ['compartmentId']
|
@@ -22696,7 +22810,7 @@ class DatabaseClient(object):
|
|
22696
22810
|
:rtype: :class:`~oci.response.Response`
|
22697
22811
|
|
22698
22812
|
:example:
|
22699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
22700
22814
|
"""
|
22701
22815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22702
22816
|
required_arguments = ['compartmentId']
|
@@ -22803,7 +22917,7 @@ class DatabaseClient(object):
|
|
22803
22917
|
:rtype: :class:`~oci.response.Response`
|
22804
22918
|
|
22805
22919
|
:example:
|
22806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
22807
22921
|
"""
|
22808
22922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22809
22923
|
required_arguments = []
|
@@ -22912,7 +23026,7 @@ class DatabaseClient(object):
|
|
22912
23026
|
:rtype: :class:`~oci.response.Response`
|
22913
23027
|
|
22914
23028
|
:example:
|
22915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
22916
23030
|
"""
|
22917
23031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22918
23032
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -23052,7 +23166,7 @@ class DatabaseClient(object):
|
|
23052
23166
|
:rtype: :class:`~oci.response.Response`
|
23053
23167
|
|
23054
23168
|
:example:
|
23055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
23056
23170
|
"""
|
23057
23171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23058
23172
|
required_arguments = ['compartmentId']
|
@@ -23209,7 +23323,7 @@ class DatabaseClient(object):
|
|
23209
23323
|
:rtype: :class:`~oci.response.Response`
|
23210
23324
|
|
23211
23325
|
:example:
|
23212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
23213
23327
|
"""
|
23214
23328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23215
23329
|
required_arguments = ['compartmentId']
|
@@ -23348,7 +23462,7 @@ class DatabaseClient(object):
|
|
23348
23462
|
:rtype: :class:`~oci.response.Response`
|
23349
23463
|
|
23350
23464
|
:example:
|
23351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
23352
23466
|
"""
|
23353
23467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23354
23468
|
required_arguments = ['cloudVmClusterId']
|
@@ -23476,7 +23590,7 @@ class DatabaseClient(object):
|
|
23476
23590
|
:rtype: :class:`~oci.response.Response`
|
23477
23591
|
|
23478
23592
|
:example:
|
23479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
23480
23594
|
"""
|
23481
23595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23482
23596
|
required_arguments = ['cloudVmClusterId']
|
@@ -23620,7 +23734,7 @@ class DatabaseClient(object):
|
|
23620
23734
|
:rtype: :class:`~oci.response.Response`
|
23621
23735
|
|
23622
23736
|
:example:
|
23623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
23624
23738
|
"""
|
23625
23739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23626
23740
|
required_arguments = ['compartmentId']
|
@@ -23745,7 +23859,7 @@ class DatabaseClient(object):
|
|
23745
23859
|
:rtype: :class:`~oci.response.Response`
|
23746
23860
|
|
23747
23861
|
:example:
|
23748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
23749
23863
|
"""
|
23750
23864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23751
23865
|
required_arguments = ['dbNodeId']
|
@@ -23860,7 +23974,7 @@ class DatabaseClient(object):
|
|
23860
23974
|
:rtype: :class:`~oci.response.Response`
|
23861
23975
|
|
23862
23976
|
:example:
|
23863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
23864
23978
|
"""
|
23865
23979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23866
23980
|
required_arguments = ['dbNodeId']
|
@@ -24010,7 +24124,7 @@ class DatabaseClient(object):
|
|
24010
24124
|
:rtype: :class:`~oci.response.Response`
|
24011
24125
|
|
24012
24126
|
:example:
|
24013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
24014
24128
|
"""
|
24015
24129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24016
24130
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -24128,7 +24242,7 @@ class DatabaseClient(object):
|
|
24128
24242
|
:rtype: :class:`~oci.response.Response`
|
24129
24243
|
|
24130
24244
|
:example:
|
24131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
24132
24246
|
"""
|
24133
24247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24134
24248
|
required_arguments = ['databaseId']
|
@@ -24271,7 +24385,7 @@ class DatabaseClient(object):
|
|
24271
24385
|
:rtype: :class:`~oci.response.Response`
|
24272
24386
|
|
24273
24387
|
:example:
|
24274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
24275
24389
|
"""
|
24276
24390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24277
24391
|
required_arguments = ['compartmentId']
|
@@ -24442,7 +24556,7 @@ class DatabaseClient(object):
|
|
24442
24556
|
:rtype: :class:`~oci.response.Response`
|
24443
24557
|
|
24444
24558
|
:example:
|
24445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
24446
24560
|
"""
|
24447
24561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24448
24562
|
required_arguments = ['databaseId']
|
@@ -24617,7 +24731,7 @@ class DatabaseClient(object):
|
|
24617
24731
|
:rtype: :class:`~oci.response.Response`
|
24618
24732
|
|
24619
24733
|
:example:
|
24620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
24621
24735
|
"""
|
24622
24736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24623
24737
|
required_arguments = ['compartmentId']
|
@@ -24747,7 +24861,7 @@ class DatabaseClient(object):
|
|
24747
24861
|
:rtype: :class:`~oci.response.Response`
|
24748
24862
|
|
24749
24863
|
:example:
|
24750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
24751
24865
|
"""
|
24752
24866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24753
24867
|
required_arguments = ['dbHomeId']
|
@@ -24855,7 +24969,7 @@ class DatabaseClient(object):
|
|
24855
24969
|
:rtype: :class:`~oci.response.Response`
|
24856
24970
|
|
24857
24971
|
:example:
|
24858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
24859
24973
|
"""
|
24860
24974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24861
24975
|
required_arguments = ['dbHomeId']
|
@@ -24999,7 +25113,7 @@ class DatabaseClient(object):
|
|
24999
25113
|
:rtype: :class:`~oci.response.Response`
|
25000
25114
|
|
25001
25115
|
:example:
|
25002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
25003
25117
|
"""
|
25004
25118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25005
25119
|
required_arguments = ['compartmentId']
|
@@ -25163,7 +25277,7 @@ class DatabaseClient(object):
|
|
25163
25277
|
:rtype: :class:`~oci.response.Response`
|
25164
25278
|
|
25165
25279
|
:example:
|
25166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
25167
25281
|
"""
|
25168
25282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25169
25283
|
required_arguments = ['compartmentId']
|
@@ -25319,7 +25433,7 @@ class DatabaseClient(object):
|
|
25319
25433
|
:rtype: :class:`~oci.response.Response`
|
25320
25434
|
|
25321
25435
|
:example:
|
25322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
25323
25437
|
"""
|
25324
25438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25325
25439
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -25444,7 +25558,7 @@ class DatabaseClient(object):
|
|
25444
25558
|
:rtype: :class:`~oci.response.Response`
|
25445
25559
|
|
25446
25560
|
:example:
|
25447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
25448
25562
|
"""
|
25449
25563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25450
25564
|
required_arguments = []
|
@@ -25541,7 +25655,7 @@ class DatabaseClient(object):
|
|
25541
25655
|
:rtype: :class:`~oci.response.Response`
|
25542
25656
|
|
25543
25657
|
:example:
|
25544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
25545
25659
|
"""
|
25546
25660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25547
25661
|
required_arguments = ['dbSystemId']
|
@@ -25649,7 +25763,7 @@ class DatabaseClient(object):
|
|
25649
25763
|
:rtype: :class:`~oci.response.Response`
|
25650
25764
|
|
25651
25765
|
:example:
|
25652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
25653
25767
|
"""
|
25654
25768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25655
25769
|
required_arguments = ['dbSystemId']
|
@@ -25760,7 +25874,7 @@ class DatabaseClient(object):
|
|
25760
25874
|
:rtype: :class:`~oci.response.Response`
|
25761
25875
|
|
25762
25876
|
:example:
|
25763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
25764
25878
|
"""
|
25765
25879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25766
25880
|
required_arguments = ['compartmentId']
|
@@ -25861,7 +25975,7 @@ class DatabaseClient(object):
|
|
25861
25975
|
:rtype: :class:`~oci.response.Response`
|
25862
25976
|
|
25863
25977
|
:example:
|
25864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
25865
25979
|
"""
|
25866
25980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25867
25981
|
required_arguments = ['storageManagement']
|
@@ -25988,7 +26102,7 @@ class DatabaseClient(object):
|
|
25988
26102
|
:rtype: :class:`~oci.response.Response`
|
25989
26103
|
|
25990
26104
|
:example:
|
25991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
25992
26106
|
"""
|
25993
26107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25994
26108
|
required_arguments = ['dbSystemId']
|
@@ -26170,7 +26284,7 @@ class DatabaseClient(object):
|
|
26170
26284
|
:rtype: :class:`~oci.response.Response`
|
26171
26285
|
|
26172
26286
|
:example:
|
26173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
26174
26288
|
"""
|
26175
26289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26176
26290
|
required_arguments = ['compartmentId']
|
@@ -26321,7 +26435,7 @@ class DatabaseClient(object):
|
|
26321
26435
|
:rtype: :class:`~oci.response.Response`
|
26322
26436
|
|
26323
26437
|
:example:
|
26324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
26325
26439
|
"""
|
26326
26440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26327
26441
|
required_arguments = ['compartmentId']
|
@@ -26462,7 +26576,7 @@ class DatabaseClient(object):
|
|
26462
26576
|
:rtype: :class:`~oci.response.Response`
|
26463
26577
|
|
26464
26578
|
:example:
|
26465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
26466
26580
|
"""
|
26467
26581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26468
26582
|
required_arguments = ['compartmentId']
|
@@ -26625,7 +26739,7 @@ class DatabaseClient(object):
|
|
26625
26739
|
:rtype: :class:`~oci.response.Response`
|
26626
26740
|
|
26627
26741
|
:example:
|
26628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
26629
26743
|
"""
|
26630
26744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26631
26745
|
required_arguments = ['compartmentId']
|
@@ -26783,7 +26897,7 @@ class DatabaseClient(object):
|
|
26783
26897
|
:rtype: :class:`~oci.response.Response`
|
26784
26898
|
|
26785
26899
|
:example:
|
26786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
26787
26901
|
"""
|
26788
26902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26789
26903
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -26937,7 +27051,7 @@ class DatabaseClient(object):
|
|
26937
27051
|
:rtype: :class:`~oci.response.Response`
|
26938
27052
|
|
26939
27053
|
:example:
|
26940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
26941
27055
|
"""
|
26942
27056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26943
27057
|
required_arguments = ['compartmentId']
|
@@ -27096,7 +27210,7 @@ class DatabaseClient(object):
|
|
27096
27210
|
:rtype: :class:`~oci.response.Response`
|
27097
27211
|
|
27098
27212
|
:example:
|
27099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
27100
27214
|
"""
|
27101
27215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27102
27216
|
required_arguments = ['compartmentId']
|
@@ -27240,7 +27354,7 @@ class DatabaseClient(object):
|
|
27240
27354
|
:rtype: :class:`~oci.response.Response`
|
27241
27355
|
|
27242
27356
|
:example:
|
27243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
27244
27358
|
"""
|
27245
27359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27246
27360
|
required_arguments = ['compartmentId']
|
@@ -27365,7 +27479,7 @@ class DatabaseClient(object):
|
|
27365
27479
|
:rtype: :class:`~oci.response.Response`
|
27366
27480
|
|
27367
27481
|
:example:
|
27368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
27369
27483
|
"""
|
27370
27484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27371
27485
|
required_arguments = ['compartmentId']
|
@@ -27476,7 +27590,7 @@ class DatabaseClient(object):
|
|
27476
27590
|
:rtype: :class:`~oci.response.Response`
|
27477
27591
|
|
27478
27592
|
:example:
|
27479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
27480
27594
|
"""
|
27481
27595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27482
27596
|
required_arguments = ['compartmentId']
|
@@ -27614,7 +27728,7 @@ class DatabaseClient(object):
|
|
27614
27728
|
:rtype: :class:`~oci.response.Response`
|
27615
27729
|
|
27616
27730
|
:example:
|
27617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
27618
27732
|
"""
|
27619
27733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27620
27734
|
required_arguments = ['compartmentId']
|
@@ -27807,7 +27921,7 @@ class DatabaseClient(object):
|
|
27807
27921
|
:rtype: :class:`~oci.response.Response`
|
27808
27922
|
|
27809
27923
|
:example:
|
27810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
27811
27925
|
"""
|
27812
27926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27813
27927
|
required_arguments = ['compartmentId']
|
@@ -27983,7 +28097,7 @@ class DatabaseClient(object):
|
|
27983
28097
|
:rtype: :class:`~oci.response.Response`
|
27984
28098
|
|
27985
28099
|
:example:
|
27986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
27987
28101
|
"""
|
27988
28102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27989
28103
|
required_arguments = ['compartmentId']
|
@@ -28135,7 +28249,7 @@ class DatabaseClient(object):
|
|
28135
28249
|
:rtype: :class:`~oci.response.Response`
|
28136
28250
|
|
28137
28251
|
:example:
|
28138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
28139
28253
|
"""
|
28140
28254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28141
28255
|
required_arguments = ['databaseId']
|
@@ -28305,7 +28419,7 @@ class DatabaseClient(object):
|
|
28305
28419
|
:rtype: :class:`~oci.response.Response`
|
28306
28420
|
|
28307
28421
|
:example:
|
28308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
28309
28423
|
"""
|
28310
28424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28311
28425
|
required_arguments = []
|
@@ -28448,7 +28562,7 @@ class DatabaseClient(object):
|
|
28448
28562
|
:rtype: :class:`~oci.response.Response`
|
28449
28563
|
|
28450
28564
|
:example:
|
28451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
28452
28566
|
"""
|
28453
28567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28454
28568
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -28585,7 +28699,7 @@ class DatabaseClient(object):
|
|
28585
28699
|
:rtype: :class:`~oci.response.Response`
|
28586
28700
|
|
28587
28701
|
:example:
|
28588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
28589
28703
|
"""
|
28590
28704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28591
28705
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -28726,7 +28840,7 @@ class DatabaseClient(object):
|
|
28726
28840
|
:rtype: :class:`~oci.response.Response`
|
28727
28841
|
|
28728
28842
|
:example:
|
28729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
28730
28844
|
"""
|
28731
28845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28732
28846
|
required_arguments = ['vmClusterId']
|
@@ -28834,7 +28948,7 @@ class DatabaseClient(object):
|
|
28834
28948
|
:rtype: :class:`~oci.response.Response`
|
28835
28949
|
|
28836
28950
|
:example:
|
28837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
28838
28952
|
"""
|
28839
28953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28840
28954
|
required_arguments = ['vmClusterId']
|
@@ -28955,7 +29069,7 @@ class DatabaseClient(object):
|
|
28955
29069
|
:rtype: :class:`~oci.response.Response`
|
28956
29070
|
|
28957
29071
|
:example:
|
28958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
28959
29073
|
"""
|
28960
29074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28961
29075
|
required_arguments = ['vmClusterId']
|
@@ -29097,7 +29211,7 @@ class DatabaseClient(object):
|
|
29097
29211
|
:rtype: :class:`~oci.response.Response`
|
29098
29212
|
|
29099
29213
|
:example:
|
29100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
29101
29215
|
"""
|
29102
29216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29103
29217
|
required_arguments = ['vmClusterId']
|
@@ -29251,7 +29365,7 @@ class DatabaseClient(object):
|
|
29251
29365
|
:rtype: :class:`~oci.response.Response`
|
29252
29366
|
|
29253
29367
|
:example:
|
29254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
29255
29369
|
"""
|
29256
29370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29257
29371
|
required_arguments = ['compartmentId']
|
@@ -29395,7 +29509,7 @@ class DatabaseClient(object):
|
|
29395
29509
|
:rtype: :class:`~oci.response.Response`
|
29396
29510
|
|
29397
29511
|
:example:
|
29398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
29399
29513
|
"""
|
29400
29514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29401
29515
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29515,7 +29629,7 @@ class DatabaseClient(object):
|
|
29515
29629
|
:rtype: :class:`~oci.response.Response`
|
29516
29630
|
|
29517
29631
|
:example:
|
29518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
29519
29633
|
"""
|
29520
29634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29521
29635
|
required_arguments = ['dbSystemId']
|
@@ -29635,7 +29749,7 @@ class DatabaseClient(object):
|
|
29635
29749
|
:rtype: :class:`~oci.response.Response`
|
29636
29750
|
|
29637
29751
|
:example:
|
29638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
29639
29753
|
"""
|
29640
29754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29641
29755
|
required_arguments = ['databaseId']
|
@@ -29755,7 +29869,7 @@ class DatabaseClient(object):
|
|
29755
29869
|
:rtype: :class:`~oci.response.Response`
|
29756
29870
|
|
29757
29871
|
:example:
|
29758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
29759
29873
|
"""
|
29760
29874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29761
29875
|
required_arguments = ['databaseId']
|
@@ -29875,7 +29989,7 @@ class DatabaseClient(object):
|
|
29875
29989
|
:rtype: :class:`~oci.response.Response`
|
29876
29990
|
|
29877
29991
|
:example:
|
29878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
29879
29993
|
"""
|
29880
29994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29881
29995
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29992,7 +30106,7 @@ class DatabaseClient(object):
|
|
29992
30106
|
:rtype: :class:`~oci.response.Response`
|
29993
30107
|
|
29994
30108
|
:example:
|
29995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
29996
30110
|
"""
|
29997
30111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29998
30112
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30098,7 +30212,7 @@ class DatabaseClient(object):
|
|
30098
30212
|
:rtype: :class:`~oci.response.Response`
|
30099
30213
|
|
30100
30214
|
:example:
|
30101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
30102
30216
|
"""
|
30103
30217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30104
30218
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30204,7 +30318,7 @@ class DatabaseClient(object):
|
|
30204
30318
|
:rtype: :class:`~oci.response.Response`
|
30205
30319
|
|
30206
30320
|
:example:
|
30207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
30208
30322
|
"""
|
30209
30323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30210
30324
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -30313,7 +30427,7 @@ class DatabaseClient(object):
|
|
30313
30427
|
:rtype: :class:`~oci.response.Response`
|
30314
30428
|
|
30315
30429
|
:example:
|
30316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
30317
30431
|
"""
|
30318
30432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30319
30433
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -30431,7 +30545,7 @@ class DatabaseClient(object):
|
|
30431
30545
|
:rtype: :class:`~oci.response.Response`
|
30432
30546
|
|
30433
30547
|
:example:
|
30434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
30435
30549
|
"""
|
30436
30550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30437
30551
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30551,7 +30665,7 @@ class DatabaseClient(object):
|
|
30551
30665
|
:rtype: :class:`~oci.response.Response`
|
30552
30666
|
|
30553
30667
|
:example:
|
30554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
30555
30669
|
"""
|
30556
30670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30557
30671
|
required_arguments = ['cloudVmClusterId']
|
@@ -30671,7 +30785,7 @@ class DatabaseClient(object):
|
|
30671
30785
|
:rtype: :class:`~oci.response.Response`
|
30672
30786
|
|
30673
30787
|
:example:
|
30674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
30675
30789
|
"""
|
30676
30790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30677
30791
|
required_arguments = ['vmClusterId']
|
@@ -30797,7 +30911,7 @@ class DatabaseClient(object):
|
|
30797
30911
|
:rtype: :class:`~oci.response.Response`
|
30798
30912
|
|
30799
30913
|
:example:
|
30800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
30801
30915
|
"""
|
30802
30916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30803
30917
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -30916,7 +31030,7 @@ class DatabaseClient(object):
|
|
30916
31030
|
:rtype: :class:`~oci.response.Response`
|
30917
31031
|
|
30918
31032
|
:example:
|
30919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
30920
31034
|
"""
|
30921
31035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30922
31036
|
required_arguments = []
|
@@ -31022,7 +31136,7 @@ class DatabaseClient(object):
|
|
31022
31136
|
:rtype: :class:`~oci.response.Response`
|
31023
31137
|
|
31024
31138
|
:example:
|
31025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
31026
31140
|
"""
|
31027
31141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31028
31142
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31124,7 +31238,7 @@ class DatabaseClient(object):
|
|
31124
31238
|
:rtype: :class:`~oci.response.Response`
|
31125
31239
|
|
31126
31240
|
:example:
|
31127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
31128
31242
|
"""
|
31129
31243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31130
31244
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31227,7 +31341,7 @@ class DatabaseClient(object):
|
|
31227
31341
|
:rtype: :class:`~oci.response.Response`
|
31228
31342
|
|
31229
31343
|
:example:
|
31230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
31231
31345
|
"""
|
31232
31346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31233
31347
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31332,7 +31446,7 @@ class DatabaseClient(object):
|
|
31332
31446
|
:rtype: :class:`~oci.response.Response`
|
31333
31447
|
|
31334
31448
|
:example:
|
31335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
31336
31450
|
"""
|
31337
31451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31338
31452
|
required_arguments = ['databaseId']
|
@@ -31446,7 +31560,7 @@ class DatabaseClient(object):
|
|
31446
31560
|
:rtype: :class:`~oci.response.Response`
|
31447
31561
|
|
31448
31562
|
:example:
|
31449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
31450
31564
|
"""
|
31451
31565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31452
31566
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31563,7 +31677,7 @@ class DatabaseClient(object):
|
|
31563
31677
|
:rtype: :class:`~oci.response.Response`
|
31564
31678
|
|
31565
31679
|
:example:
|
31566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
31567
31681
|
"""
|
31568
31682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31569
31683
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31681,7 +31795,7 @@ class DatabaseClient(object):
|
|
31681
31795
|
:rtype: :class:`~oci.response.Response`
|
31682
31796
|
|
31683
31797
|
:example:
|
31684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
31685
31799
|
"""
|
31686
31800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31687
31801
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31799,7 +31913,7 @@ class DatabaseClient(object):
|
|
31799
31913
|
:rtype: :class:`~oci.response.Response`
|
31800
31914
|
|
31801
31915
|
:example:
|
31802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
31803
31917
|
"""
|
31804
31918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31805
31919
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31917,7 +32031,7 @@ class DatabaseClient(object):
|
|
31917
32031
|
:rtype: :class:`~oci.response.Response`
|
31918
32032
|
|
31919
32033
|
:example:
|
31920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
31921
32035
|
"""
|
31922
32036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31923
32037
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32036,7 +32150,7 @@ class DatabaseClient(object):
|
|
32036
32150
|
:rtype: :class:`~oci.response.Response`
|
32037
32151
|
|
32038
32152
|
:example:
|
32039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
32040
32154
|
"""
|
32041
32155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32042
32156
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32152,7 +32266,7 @@ class DatabaseClient(object):
|
|
32152
32266
|
:rtype: :class:`~oci.response.Response`
|
32153
32267
|
|
32154
32268
|
:example:
|
32155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
32156
32270
|
"""
|
32157
32271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32158
32272
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32265,7 +32379,7 @@ class DatabaseClient(object):
|
|
32265
32379
|
:rtype: :class:`~oci.response.Response`
|
32266
32380
|
|
32267
32381
|
:example:
|
32268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
32269
32383
|
"""
|
32270
32384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32271
32385
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32378,7 +32492,7 @@ class DatabaseClient(object):
|
|
32378
32492
|
:rtype: :class:`~oci.response.Response`
|
32379
32493
|
|
32380
32494
|
:example:
|
32381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
32382
32496
|
"""
|
32383
32497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32384
32498
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32493,7 +32607,7 @@ class DatabaseClient(object):
|
|
32493
32607
|
:rtype: :class:`~oci.response.Response`
|
32494
32608
|
|
32495
32609
|
:example:
|
32496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
32497
32611
|
"""
|
32498
32612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32499
32613
|
required_arguments = ['databaseId']
|
@@ -32596,7 +32710,7 @@ class DatabaseClient(object):
|
|
32596
32710
|
:rtype: :class:`~oci.response.Response`
|
32597
32711
|
|
32598
32712
|
:example:
|
32599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
32600
32714
|
"""
|
32601
32715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32602
32716
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32708,7 +32822,7 @@ class DatabaseClient(object):
|
|
32708
32822
|
:rtype: :class:`~oci.response.Response`
|
32709
32823
|
|
32710
32824
|
:example:
|
32711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
32712
32826
|
"""
|
32713
32827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32714
32828
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -32816,7 +32930,7 @@ class DatabaseClient(object):
|
|
32816
32930
|
:rtype: :class:`~oci.response.Response`
|
32817
32931
|
|
32818
32932
|
:example:
|
32819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
32820
32934
|
"""
|
32821
32935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32822
32936
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32916,7 +33030,7 @@ class DatabaseClient(object):
|
|
32916
33030
|
:rtype: :class:`~oci.response.Response`
|
32917
33031
|
|
32918
33032
|
:example:
|
32919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
32920
33034
|
"""
|
32921
33035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32922
33036
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33026,7 +33140,7 @@ class DatabaseClient(object):
|
|
33026
33140
|
:rtype: :class:`~oci.response.Response`
|
33027
33141
|
|
33028
33142
|
:example:
|
33029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
33030
33144
|
"""
|
33031
33145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33032
33146
|
required_arguments = ['pluggableDatabaseId']
|
@@ -33134,7 +33248,7 @@ class DatabaseClient(object):
|
|
33134
33248
|
:rtype: :class:`~oci.response.Response`
|
33135
33249
|
|
33136
33250
|
:example:
|
33137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
33138
33252
|
"""
|
33139
33253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33140
33254
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33246,7 +33360,7 @@ class DatabaseClient(object):
|
|
33246
33360
|
:rtype: :class:`~oci.response.Response`
|
33247
33361
|
|
33248
33362
|
:example:
|
33249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
33250
33364
|
"""
|
33251
33365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33252
33366
|
required_arguments = ['pluggableDatabaseId']
|
@@ -33358,7 +33472,7 @@ class DatabaseClient(object):
|
|
33358
33472
|
:rtype: :class:`~oci.response.Response`
|
33359
33473
|
|
33360
33474
|
:example:
|
33361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
33362
33476
|
"""
|
33363
33477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33364
33478
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -33477,7 +33591,7 @@ class DatabaseClient(object):
|
|
33477
33591
|
:rtype: :class:`~oci.response.Response`
|
33478
33592
|
|
33479
33593
|
:example:
|
33480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
33481
33595
|
"""
|
33482
33596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33483
33597
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33601,7 +33715,7 @@ class DatabaseClient(object):
|
|
33601
33715
|
:rtype: :class:`~oci.response.Response`
|
33602
33716
|
|
33603
33717
|
:example:
|
33604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
33605
33719
|
"""
|
33606
33720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33607
33721
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -33704,7 +33818,7 @@ class DatabaseClient(object):
|
|
33704
33818
|
:rtype: :class:`~oci.response.Response`
|
33705
33819
|
|
33706
33820
|
:example:
|
33707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
33708
33822
|
"""
|
33709
33823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33710
33824
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33802,7 +33916,7 @@ class DatabaseClient(object):
|
|
33802
33916
|
:rtype: :class:`~oci.response.Response`
|
33803
33917
|
|
33804
33918
|
:example:
|
33805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
33806
33920
|
"""
|
33807
33921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33808
33922
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -33907,7 +34021,7 @@ class DatabaseClient(object):
|
|
33907
34021
|
:rtype: :class:`~oci.response.Response`
|
33908
34022
|
|
33909
34023
|
:example:
|
33910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
33911
34025
|
"""
|
33912
34026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33913
34027
|
required_arguments = ['dbSystemId']
|
@@ -34008,7 +34122,7 @@ class DatabaseClient(object):
|
|
34008
34122
|
:rtype: :class:`~oci.response.Response`
|
34009
34123
|
|
34010
34124
|
:example:
|
34011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
34012
34126
|
"""
|
34013
34127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34014
34128
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -34121,7 +34235,7 @@ class DatabaseClient(object):
|
|
34121
34235
|
:rtype: :class:`~oci.response.Response`
|
34122
34236
|
|
34123
34237
|
:example:
|
34124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
34125
34239
|
"""
|
34126
34240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34127
34241
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -34232,7 +34346,7 @@ class DatabaseClient(object):
|
|
34232
34346
|
:rtype: :class:`~oci.response.Response`
|
34233
34347
|
|
34234
34348
|
:example:
|
34235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
34236
34350
|
"""
|
34237
34351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34238
34352
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34342,7 +34456,7 @@ class DatabaseClient(object):
|
|
34342
34456
|
:rtype: :class:`~oci.response.Response`
|
34343
34457
|
|
34344
34458
|
:example:
|
34345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
34346
34460
|
"""
|
34347
34461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34348
34462
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -34442,7 +34556,7 @@ class DatabaseClient(object):
|
|
34442
34556
|
:rtype: :class:`~oci.response.Response`
|
34443
34557
|
|
34444
34558
|
:example:
|
34445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
34446
34560
|
"""
|
34447
34561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34448
34562
|
required_arguments = []
|
@@ -34536,7 +34650,7 @@ class DatabaseClient(object):
|
|
34536
34650
|
:rtype: :class:`~oci.response.Response`
|
34537
34651
|
|
34538
34652
|
:example:
|
34539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
34540
34654
|
"""
|
34541
34655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34542
34656
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -34641,7 +34755,7 @@ class DatabaseClient(object):
|
|
34641
34755
|
:rtype: :class:`~oci.response.Response`
|
34642
34756
|
|
34643
34757
|
:example:
|
34644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
34645
34759
|
"""
|
34646
34760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34647
34761
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34744,7 +34858,7 @@ class DatabaseClient(object):
|
|
34744
34858
|
:rtype: :class:`~oci.response.Response`
|
34745
34859
|
|
34746
34860
|
:example:
|
34747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
34748
34862
|
"""
|
34749
34863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34750
34864
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34852,7 +34966,7 @@ class DatabaseClient(object):
|
|
34852
34966
|
:rtype: :class:`~oci.response.Response`
|
34853
34967
|
|
34854
34968
|
:example:
|
34855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
34856
34970
|
"""
|
34857
34971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34858
34972
|
required_arguments = ['autonomousVmClusterId']
|
@@ -34965,7 +35079,7 @@ class DatabaseClient(object):
|
|
34965
35079
|
:rtype: :class:`~oci.response.Response`
|
34966
35080
|
|
34967
35081
|
:example:
|
34968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
34969
35083
|
"""
|
34970
35084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34971
35085
|
required_arguments = ['backupDestinationId']
|
@@ -35075,7 +35189,7 @@ class DatabaseClient(object):
|
|
35075
35189
|
:rtype: :class:`~oci.response.Response`
|
35076
35190
|
|
35077
35191
|
:example:
|
35078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
35079
35193
|
"""
|
35080
35194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35081
35195
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -35185,7 +35299,7 @@ class DatabaseClient(object):
|
|
35185
35299
|
:rtype: :class:`~oci.response.Response`
|
35186
35300
|
|
35187
35301
|
:example:
|
35188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
35189
35303
|
"""
|
35190
35304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35191
35305
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -35295,7 +35409,7 @@ class DatabaseClient(object):
|
|
35295
35409
|
:rtype: :class:`~oci.response.Response`
|
35296
35410
|
|
35297
35411
|
:example:
|
35298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
35299
35413
|
"""
|
35300
35414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35301
35415
|
required_arguments = ['cloudVmClusterId']
|
@@ -35405,7 +35519,7 @@ class DatabaseClient(object):
|
|
35405
35519
|
:rtype: :class:`~oci.response.Response`
|
35406
35520
|
|
35407
35521
|
:example:
|
35408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
35409
35523
|
"""
|
35410
35524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35411
35525
|
required_arguments = ['cloudVmClusterId']
|
@@ -35518,7 +35632,7 @@ class DatabaseClient(object):
|
|
35518
35632
|
:rtype: :class:`~oci.response.Response`
|
35519
35633
|
|
35520
35634
|
:example:
|
35521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
35522
35636
|
"""
|
35523
35637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35524
35638
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -35632,7 +35746,7 @@ class DatabaseClient(object):
|
|
35632
35746
|
:rtype: :class:`~oci.response.Response`
|
35633
35747
|
|
35634
35748
|
:example:
|
35635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
35636
35750
|
"""
|
35637
35751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35638
35752
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -35748,7 +35862,7 @@ class DatabaseClient(object):
|
|
35748
35862
|
:rtype: :class:`~oci.response.Response`
|
35749
35863
|
|
35750
35864
|
:example:
|
35751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
35752
35866
|
"""
|
35753
35867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35754
35868
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -35856,7 +35970,7 @@ class DatabaseClient(object):
|
|
35856
35970
|
:rtype: :class:`~oci.response.Response`
|
35857
35971
|
|
35858
35972
|
:example:
|
35859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
35860
35974
|
"""
|
35861
35975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35862
35976
|
required_arguments = ['databaseId']
|
@@ -35961,7 +36075,7 @@ class DatabaseClient(object):
|
|
35961
36075
|
:rtype: :class:`~oci.response.Response`
|
35962
36076
|
|
35963
36077
|
:example:
|
35964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
35965
36079
|
"""
|
35966
36080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35967
36081
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -36066,7 +36180,7 @@ class DatabaseClient(object):
|
|
36066
36180
|
:rtype: :class:`~oci.response.Response`
|
36067
36181
|
|
36068
36182
|
:example:
|
36069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
36070
36184
|
"""
|
36071
36185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36072
36186
|
required_arguments = ['dbHomeId']
|
@@ -36174,7 +36288,7 @@ class DatabaseClient(object):
|
|
36174
36288
|
:rtype: :class:`~oci.response.Response`
|
36175
36289
|
|
36176
36290
|
:example:
|
36177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
36178
36292
|
"""
|
36179
36293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36180
36294
|
required_arguments = ['dbNodeId']
|
@@ -36288,7 +36402,7 @@ class DatabaseClient(object):
|
|
36288
36402
|
:rtype: :class:`~oci.response.Response`
|
36289
36403
|
|
36290
36404
|
:example:
|
36291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
36292
36406
|
"""
|
36293
36407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36294
36408
|
required_arguments = ['dbSystemId']
|
@@ -36397,7 +36511,7 @@ class DatabaseClient(object):
|
|
36397
36511
|
:rtype: :class:`~oci.response.Response`
|
36398
36512
|
|
36399
36513
|
:example:
|
36400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
36401
36515
|
"""
|
36402
36516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36403
36517
|
required_arguments = ['exadataInfrastructureId']
|
@@ -36517,7 +36631,7 @@ class DatabaseClient(object):
|
|
36517
36631
|
:rtype: :class:`~oci.response.Response`
|
36518
36632
|
|
36519
36633
|
:example:
|
36520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
36521
36635
|
"""
|
36522
36636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36523
36637
|
required_arguments = ['dbSystemId']
|
@@ -36630,7 +36744,7 @@ class DatabaseClient(object):
|
|
36630
36744
|
:rtype: :class:`~oci.response.Response`
|
36631
36745
|
|
36632
36746
|
:example:
|
36633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
36634
36748
|
"""
|
36635
36749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36636
36750
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -36741,7 +36855,7 @@ class DatabaseClient(object):
|
|
36741
36855
|
:rtype: :class:`~oci.response.Response`
|
36742
36856
|
|
36743
36857
|
:example:
|
36744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
36745
36859
|
"""
|
36746
36860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36747
36861
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -36851,7 +36965,7 @@ class DatabaseClient(object):
|
|
36851
36965
|
:rtype: :class:`~oci.response.Response`
|
36852
36966
|
|
36853
36967
|
:example:
|
36854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
36855
36969
|
"""
|
36856
36970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36857
36971
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -36963,7 +37077,7 @@ class DatabaseClient(object):
|
|
36963
37077
|
:rtype: :class:`~oci.response.Response`
|
36964
37078
|
|
36965
37079
|
:example:
|
36966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
36967
37081
|
"""
|
36968
37082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36969
37083
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -37073,7 +37187,7 @@ class DatabaseClient(object):
|
|
37073
37187
|
:rtype: :class:`~oci.response.Response`
|
37074
37188
|
|
37075
37189
|
:example:
|
37076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
37077
37191
|
"""
|
37078
37192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37079
37193
|
required_arguments = ['keyStoreId']
|
@@ -37178,7 +37292,7 @@ class DatabaseClient(object):
|
|
37178
37292
|
:rtype: :class:`~oci.response.Response`
|
37179
37293
|
|
37180
37294
|
:example:
|
37181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
37182
37296
|
"""
|
37183
37297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37184
37298
|
required_arguments = ['maintenanceRunId']
|
@@ -37286,7 +37400,7 @@ class DatabaseClient(object):
|
|
37286
37400
|
:rtype: :class:`~oci.response.Response`
|
37287
37401
|
|
37288
37402
|
:example:
|
37289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
37290
37404
|
"""
|
37291
37405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37292
37406
|
required_arguments = ['oneoffPatchId']
|
@@ -37393,7 +37507,7 @@ class DatabaseClient(object):
|
|
37393
37507
|
:rtype: :class:`~oci.response.Response`
|
37394
37508
|
|
37395
37509
|
:example:
|
37396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
37397
37511
|
"""
|
37398
37512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37399
37513
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37501,7 +37615,7 @@ class DatabaseClient(object):
|
|
37501
37615
|
:rtype: :class:`~oci.response.Response`
|
37502
37616
|
|
37503
37617
|
:example:
|
37504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
37505
37619
|
"""
|
37506
37620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37507
37621
|
required_arguments = ['vmClusterId']
|
@@ -37617,7 +37731,7 @@ class DatabaseClient(object):
|
|
37617
37731
|
:rtype: :class:`~oci.response.Response`
|
37618
37732
|
|
37619
37733
|
:example:
|
37620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
37621
37735
|
"""
|
37622
37736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37623
37737
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37728,7 +37842,7 @@ class DatabaseClient(object):
|
|
37728
37842
|
:rtype: :class:`~oci.response.Response`
|
37729
37843
|
|
37730
37844
|
:example:
|
37731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
37732
37846
|
"""
|
37733
37847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37734
37848
|
required_arguments = ['databaseId']
|
@@ -37845,7 +37959,7 @@ class DatabaseClient(object):
|
|
37845
37959
|
:rtype: :class:`~oci.response.Response`
|
37846
37960
|
|
37847
37961
|
:example:
|
37848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
37849
37963
|
"""
|
37850
37964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37851
37965
|
required_arguments = ['dbSystemId']
|
@@ -37962,7 +38076,7 @@ class DatabaseClient(object):
|
|
37962
38076
|
:rtype: :class:`~oci.response.Response`
|
37963
38077
|
|
37964
38078
|
:example:
|
37965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
37966
38080
|
"""
|
37967
38081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37968
38082
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|