oci 2.144.0__py3-none-any.whl → 2.145.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_speech/models/realtime_parameters.py +61 -4
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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 +9 -9
- 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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -3
- oci/auth/signers/key_pair_signer.py +6 -5
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +2 -2
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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_engine/models/cluster_create_options.py +47 -0
- oci/container_engine/models/cluster_endpoints.py +33 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +256 -256
- 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 +45 -45
- 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 +306 -306
- oci/data_science/data_science_client.py +101 -101
- oci/database/database_client.py +409 -404
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_container_database.py +89 -0
- oci/database/models/autonomous_container_database_summary.py +89 -0
- oci/database/models/autonomous_database.py +64 -2
- oci/database/models/autonomous_database_backup.py +15 -3
- oci/database/models/autonomous_database_backup_summary.py +15 -3
- oci/database/models/autonomous_database_standby_summary.py +93 -0
- oci/database/models/autonomous_database_summary.py +64 -2
- oci/database/models/autonomous_dw_database.py +64 -2
- oci/database/models/backup_destination.py +95 -2
- oci/database/models/backup_destination_configuration_summary.py +387 -0
- oci/database/models/backup_destination_details_summary.py +356 -0
- oci/database/models/backup_destination_properties.py +134 -0
- oci/database/models/backup_destination_summary.py +95 -2
- oci/database/models/create_autonomous_database_clone_details.py +7 -3
- oci/database/models/create_autonomous_database_from_backup_details.py +40 -5
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +40 -5
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +33 -0
- oci/database/models/db_system.py +96 -10
- oci/database/models/db_system_summary.py +96 -10
- oci/database/models/launch_db_system_base.py +33 -0
- oci/database/models/launch_db_system_details.py +7 -0
- oci/database/models/launch_db_system_from_backup_details.py +7 -0
- oci/database/models/launch_db_system_from_database_details.py +7 -0
- oci/database/models/launch_db_system_from_db_system_details.py +7 -0
- oci/database/models/recovery_appliance_details.py +134 -0
- oci/database/models/restore_autonomous_database_details.py +1 -1
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/dns/dns_client.py +54 -54
- 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_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 +68 -68
- oci/file_storage/models/file_system.py +33 -0
- oci/file_storage/models/file_system_summary.py +33 -0
- oci/file_storage/models/filesystem_snapshot_policy.py +35 -2
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +35 -2
- oci/file_storage/models/ldap_bind_account.py +7 -0
- oci/file_storage/models/ldap_bind_account_summary.py +7 -0
- oci/file_storage/models/mount_target.py +35 -2
- oci/file_storage/models/mount_target_summary.py +35 -2
- oci/file_storage/models/outbound_connector.py +35 -2
- oci/file_storage/models/outbound_connector_summary.py +35 -2
- oci/file_storage/models/replication.py +35 -2
- oci/file_storage/models/replication_summary.py +33 -0
- oci/file_storage/models/replication_target.py +33 -0
- oci/file_storage/models/replication_target_summary.py +33 -0
- oci/file_storage/models/snapshot.py +33 -0
- oci/file_storage/models/snapshot_summary.py +35 -2
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +90 -90
- oci/golden_gate/models/__init__.py +24 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_s3_connection.py +1 -1
- oci/golden_gate/models/amazon_s3_connection_summary.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
- oci/golden_gate/models/azure_synapse_connection.py +1 -1
- oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
- oci/golden_gate/models/connection.py +59 -35
- oci/golden_gate/models/connection_summary.py +62 -38
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +3 -1
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +3 -1
- oci/golden_gate/models/create_amazon_s3_connection_details.py +3 -1
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +7 -1
- oci/golden_gate/models/create_azure_synapse_connection_details.py +3 -1
- oci/golden_gate/models/create_connection_details.py +58 -34
- oci/golden_gate/models/create_database_registration_details.py +4 -0
- oci/golden_gate/models/create_databricks_connection_details.py +437 -0
- oci/golden_gate/models/create_db2_connection_details.py +7 -1
- oci/golden_gate/models/create_elasticsearch_connection_details.py +3 -1
- oci/golden_gate/models/create_generic_connection_details.py +1 -1
- oci/golden_gate/models/create_golden_gate_connection_details.py +3 -1
- oci/golden_gate/models/create_google_big_query_connection_details.py +3 -1
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -1
- oci/golden_gate/models/create_google_pub_sub_connection_details.py +241 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/create_java_message_service_connection_details.py +15 -1
- oci/golden_gate/models/create_kafka_connection_details.py +13 -1
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +13 -1
- oci/golden_gate/models/create_microsoft_fabric_connection_details.py +336 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +209 -3
- oci/golden_gate/models/create_mysql_connection_details.py +5 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +43 -4
- oci/golden_gate/models/create_oracle_connection_details.py +5 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +43 -4
- oci/golden_gate/models/create_postgresql_connection_details.py +5 -1
- oci/golden_gate/models/create_redis_connection_details.py +11 -1
- oci/golden_gate/models/create_snowflake_connection_details.py +7 -1
- oci/golden_gate/models/databricks_connection.py +456 -0
- oci/golden_gate/models/databricks_connection_summary.py +418 -0
- oci/golden_gate/models/db2_connection.py +1 -1
- oci/golden_gate/models/db2_connection_summary.py +1 -1
- oci/golden_gate/models/deployment_type_summary.py +15 -3
- oci/golden_gate/models/elasticsearch_connection.py +1 -1
- oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
- oci/golden_gate/models/generic_connection.py +1 -1
- oci/golden_gate/models/generic_connection_summary.py +1 -1
- oci/golden_gate/models/golden_gate_connection.py +1 -1
- oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
- oci/golden_gate/models/google_big_query_connection.py +1 -1
- oci/golden_gate/models/google_big_query_connection_summary.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +1 -1
- oci/golden_gate/models/google_pub_sub_connection.py +271 -0
- oci/golden_gate/models/google_pub_sub_connection_summary.py +255 -0
- oci/golden_gate/models/hdfs_connection.py +1 -1
- oci/golden_gate/models/hdfs_connection_summary.py +1 -1
- oci/golden_gate/models/java_message_service_connection.py +1 -1
- oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_connection.py +1 -1
- oci/golden_gate/models/kafka_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
- oci/golden_gate/models/microsoft_fabric_connection.py +372 -0
- oci/golden_gate/models/microsoft_fabric_connection_summary.py +352 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +1 -1
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +1 -1
- oci/golden_gate/models/mongo_db_connection.py +141 -6
- oci/golden_gate/models/mongo_db_connection_summary.py +110 -3
- oci/golden_gate/models/mysql_connection.py +1 -1
- oci/golden_gate/models/mysql_connection_summary.py +1 -1
- oci/golden_gate/models/oci_object_storage_connection.py +38 -3
- oci/golden_gate/models/oci_object_storage_connection_summary.py +38 -3
- oci/golden_gate/models/oracle_connection.py +24 -4
- oci/golden_gate/models/oracle_connection_summary.py +1 -1
- oci/golden_gate/models/oracle_nosql_connection.py +38 -3
- oci/golden_gate/models/oracle_nosql_connection_summary.py +38 -3
- oci/golden_gate/models/postgresql_connection.py +8 -4
- oci/golden_gate/models/postgresql_connection_summary.py +1 -1
- oci/golden_gate/models/redis_connection.py +1 -1
- oci/golden_gate/models/redis_connection_summary.py +1 -1
- oci/golden_gate/models/snowflake_connection.py +1 -1
- oci/golden_gate/models/snowflake_connection_summary.py +1 -1
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +3 -1
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +3 -1
- oci/golden_gate/models/update_amazon_s3_connection_details.py +3 -1
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +7 -1
- oci/golden_gate/models/update_azure_synapse_connection_details.py +3 -1
- oci/golden_gate/models/update_connection_details.py +46 -22
- oci/golden_gate/models/update_database_registration_details.py +4 -0
- oci/golden_gate/models/update_databricks_connection_details.py +392 -0
- oci/golden_gate/models/update_db2_connection_details.py +7 -1
- oci/golden_gate/models/update_elasticsearch_connection_details.py +3 -1
- oci/golden_gate/models/update_generic_connection_details.py +1 -1
- oci/golden_gate/models/update_golden_gate_connection_details.py +3 -1
- oci/golden_gate/models/update_google_big_query_connection_details.py +3 -1
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -1
- oci/golden_gate/models/update_google_pub_sub_connection_details.py +196 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/update_java_message_service_connection_details.py +15 -1
- oci/golden_gate/models/update_kafka_connection_details.py +13 -1
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +13 -1
- oci/golden_gate/models/update_microsoft_fabric_connection_details.py +291 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -1
- oci/golden_gate/models/update_mongo_db_connection_details.py +209 -3
- oci/golden_gate/models/update_mysql_connection_details.py +5 -1
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +42 -3
- oci/golden_gate/models/update_oracle_connection_details.py +5 -1
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +42 -3
- oci/golden_gate/models/update_postgresql_connection_details.py +5 -1
- oci/golden_gate/models/update_redis_connection_details.py +11 -1
- oci/golden_gate/models/update_snowflake_connection_details.py +7 -1
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +653 -75
- oci/jms/models/__init__.py +24 -0
- oci/jms/models/fleet_error_aggregation.py +119 -0
- oci/jms/models/fleet_error_aggregation_collection.py +72 -0
- oci/jms/models/fleet_error_aggregation_summary.py +103 -0
- oci/jms/models/fleet_error_collection.py +72 -0
- oci/jms/models/fleet_error_details.py +156 -0
- oci/jms/models/fleet_error_summary.py +235 -0
- oci/jms/models/generate_agent_installer_configuration_details.py +2 -2
- oci/jms/models/operating_system.py +31 -0
- oci/jms/models/plugin_error_aggregation.py +123 -0
- oci/jms/models/plugin_error_aggregation_collection.py +72 -0
- oci/jms/models/plugin_error_aggregation_summary.py +103 -0
- oci/jms/models/plugin_error_collection.py +72 -0
- oci/jms/models/plugin_error_details.py +160 -0
- oci/jms/models/plugin_error_summary.py +282 -0
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/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 +7 -7
- 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 +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- 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 +16 -16
- 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 +181 -181
- 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 +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- 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/security_attribute/security_attribute_client.py +18 -18
- 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/models/__init__.py +42 -0
- oci/stack_monitoring/models/alarm_condition.py +588 -0
- oci/stack_monitoring/models/alarm_condition_collection.py +72 -0
- oci/stack_monitoring/models/alarm_condition_summary.py +588 -0
- oci/stack_monitoring/models/associated_monitored_resource.py +7 -3
- oci/stack_monitoring/models/associated_resources_summary.py +7 -3
- oci/stack_monitoring/models/condition.py +243 -0
- oci/stack_monitoring/models/create_alarm_condition_details.py +309 -0
- oci/stack_monitoring/models/create_license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/create_monitored_resource_details.py +7 -3
- oci/stack_monitoring/models/create_monitoring_template_details.py +406 -0
- oci/stack_monitoring/models/defined_alarm_condition.py +150 -0
- oci/stack_monitoring/models/defined_monitoring_template_collection.py +72 -0
- oci/stack_monitoring/models/defined_monitoring_template_summary.py +326 -0
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/models/license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/license_auto_assign_config_summary.py +7 -3
- oci/stack_monitoring/models/manage_license_details.py +7 -3
- oci/stack_monitoring/models/member_reference.py +154 -0
- oci/stack_monitoring/models/metric_extension.py +2 -2
- oci/stack_monitoring/models/metric_extension_metric_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/metric_extension_resource_aggregation.py +105 -0
- oci/stack_monitoring/models/metric_extension_resource_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/metric_extensions_metric_aggregation.py +105 -0
- oci/stack_monitoring/models/monitored_resource.py +7 -3
- oci/stack_monitoring/models/monitored_resource_member_summary.py +7 -3
- oci/stack_monitoring/models/monitored_resource_summary.py +7 -3
- oci/stack_monitoring/models/monitored_resource_type.py +31 -0
- oci/stack_monitoring/models/monitored_resource_type_summary.py +31 -0
- oci/stack_monitoring/models/monitoring_template.py +743 -0
- oci/stack_monitoring/models/monitoring_template_collection.py +72 -0
- oci/stack_monitoring/models/monitoring_template_summary.py +599 -0
- oci/stack_monitoring/models/request_summarized_metric_extensions_metrics_details.py +263 -0
- oci/stack_monitoring/models/request_summarized_metric_extensions_resources_details.py +357 -0
- oci/stack_monitoring/models/search_monitored_resources_details.py +7 -3
- oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +37 -2
- oci/stack_monitoring/models/update_alarm_condition_details.py +309 -0
- oci/stack_monitoring/models/update_license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/update_monitoring_template_details.py +375 -0
- oci/stack_monitoring/models/work_request.py +18 -6
- oci/stack_monitoring/models/work_request_summary.py +18 -6
- oci/stack_monitoring/stack_monitoring_client.py +2446 -446
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +331 -0
- 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 +14 -14
- 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/zpr/zpr_client.py +15 -15
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/METADATA +1 -1
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/RECORD +481 -432
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/WHEEL +0 -0
- {oci-2.144.0.dist-info → oci-2.145.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.145.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.145.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.145.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.145.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.145.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.145.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.145.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']
|
@@ -978,7 +978,7 @@ class DatabaseClient(object):
|
|
978
978
|
:rtype: :class:`~oci.response.Response`
|
979
979
|
|
980
980
|
:example:
|
981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
|
982
982
|
"""
|
983
983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
984
984
|
required_arguments = ['executionWindowId']
|
@@ -1095,7 +1095,7 @@ class DatabaseClient(object):
|
|
1095
1095
|
:rtype: :class:`~oci.response.Response`
|
1096
1096
|
|
1097
1097
|
:example:
|
1098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
|
1099
1099
|
"""
|
1100
1100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1101
1101
|
required_arguments = ['schedulingPlanId']
|
@@ -1215,7 +1215,7 @@ class DatabaseClient(object):
|
|
1215
1215
|
:rtype: :class:`~oci.response.Response`
|
1216
1216
|
|
1217
1217
|
:example:
|
1218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
1219
1219
|
"""
|
1220
1220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1221
1221
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
|
|
1337
1337
|
:rtype: :class:`~oci.response.Response`
|
1338
1338
|
|
1339
1339
|
:example:
|
1340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1341
1341
|
"""
|
1342
1342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1343
1343
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1455,7 +1455,7 @@ class DatabaseClient(object):
|
|
1455
1455
|
:rtype: :class:`~oci.response.Response`
|
1456
1456
|
|
1457
1457
|
:example:
|
1458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
1459
1459
|
"""
|
1460
1460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1461
1461
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1573,7 +1573,7 @@ class DatabaseClient(object):
|
|
1573
1573
|
:rtype: :class:`~oci.response.Response`
|
1574
1574
|
|
1575
1575
|
:example:
|
1576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1577
1577
|
"""
|
1578
1578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1579
1579
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1695,7 +1695,7 @@ class DatabaseClient(object):
|
|
1695
1695
|
:rtype: :class:`~oci.response.Response`
|
1696
1696
|
|
1697
1697
|
:example:
|
1698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1699
1699
|
"""
|
1700
1700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1701
1701
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1813,7 +1813,7 @@ class DatabaseClient(object):
|
|
1813
1813
|
:rtype: :class:`~oci.response.Response`
|
1814
1814
|
|
1815
1815
|
:example:
|
1816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1817
1817
|
"""
|
1818
1818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1819
1819
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1935,7 +1935,7 @@ class DatabaseClient(object):
|
|
1935
1935
|
:rtype: :class:`~oci.response.Response`
|
1936
1936
|
|
1937
1937
|
:example:
|
1938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1939
1939
|
"""
|
1940
1940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1941
1941
|
required_arguments = ['backupDestinationId']
|
@@ -2053,7 +2053,7 @@ class DatabaseClient(object):
|
|
2053
2053
|
:rtype: :class:`~oci.response.Response`
|
2054
2054
|
|
2055
2055
|
:example:
|
2056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
2057
2057
|
"""
|
2058
2058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2059
2059
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2173,7 +2173,7 @@ class DatabaseClient(object):
|
|
2173
2173
|
:rtype: :class:`~oci.response.Response`
|
2174
2174
|
|
2175
2175
|
:example:
|
2176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
2177
2177
|
"""
|
2178
2178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2179
2179
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2291,7 +2291,7 @@ class DatabaseClient(object):
|
|
2291
2291
|
:rtype: :class:`~oci.response.Response`
|
2292
2292
|
|
2293
2293
|
:example:
|
2294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2295
2295
|
"""
|
2296
2296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2297
2297
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2409,7 +2409,7 @@ class DatabaseClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['cloudVmClusterId']
|
@@ -2527,7 +2527,7 @@ class DatabaseClient(object):
|
|
2527
2527
|
:rtype: :class:`~oci.response.Response`
|
2528
2528
|
|
2529
2529
|
:example:
|
2530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2531
2531
|
"""
|
2532
2532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2533
2533
|
required_arguments = ['cloudVmClusterId']
|
@@ -2649,7 +2649,7 @@ class DatabaseClient(object):
|
|
2649
2649
|
:rtype: :class:`~oci.response.Response`
|
2650
2650
|
|
2651
2651
|
:example:
|
2652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2653
2653
|
"""
|
2654
2654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2655
2655
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2772,7 +2772,7 @@ class DatabaseClient(object):
|
|
2772
2772
|
:rtype: :class:`~oci.response.Response`
|
2773
2773
|
|
2774
2774
|
:example:
|
2775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2776
2776
|
"""
|
2777
2777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2778
2778
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2903,7 +2903,7 @@ class DatabaseClient(object):
|
|
2903
2903
|
:rtype: :class:`~oci.response.Response`
|
2904
2904
|
|
2905
2905
|
:example:
|
2906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2907
2907
|
"""
|
2908
2908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2909
2909
|
required_arguments = ['dbSystemId']
|
@@ -3014,7 +3014,7 @@ class DatabaseClient(object):
|
|
3014
3014
|
:rtype: :class:`~oci.response.Response`
|
3015
3015
|
|
3016
3016
|
:example:
|
3017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
3018
3018
|
"""
|
3019
3019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3020
3020
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3131,7 +3131,7 @@ class DatabaseClient(object):
|
|
3131
3131
|
:rtype: :class:`~oci.response.Response`
|
3132
3132
|
|
3133
3133
|
:example:
|
3134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
|
3135
3135
|
"""
|
3136
3136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3137
3137
|
required_arguments = ['databaseId']
|
@@ -3250,7 +3250,7 @@ class DatabaseClient(object):
|
|
3250
3250
|
:rtype: :class:`~oci.response.Response`
|
3251
3251
|
|
3252
3252
|
:example:
|
3253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
3254
3254
|
"""
|
3255
3255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3256
3256
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3368,7 +3368,7 @@ class DatabaseClient(object):
|
|
3368
3368
|
:rtype: :class:`~oci.response.Response`
|
3369
3369
|
|
3370
3370
|
:example:
|
3371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3372
3372
|
"""
|
3373
3373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3374
3374
|
required_arguments = ['exadbVmClusterId']
|
@@ -3486,7 +3486,7 @@ class DatabaseClient(object):
|
|
3486
3486
|
:rtype: :class:`~oci.response.Response`
|
3487
3487
|
|
3488
3488
|
:example:
|
3489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
3490
3490
|
"""
|
3491
3491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3492
3492
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3609,7 +3609,7 @@ class DatabaseClient(object):
|
|
3609
3609
|
:rtype: :class:`~oci.response.Response`
|
3610
3610
|
|
3611
3611
|
:example:
|
3612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
3613
3613
|
"""
|
3614
3614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3615
3615
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -3731,7 +3731,7 @@ class DatabaseClient(object):
|
|
3731
3731
|
:rtype: :class:`~oci.response.Response`
|
3732
3732
|
|
3733
3733
|
:example:
|
3734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
3735
3735
|
"""
|
3736
3736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3737
3737
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -3856,7 +3856,7 @@ class DatabaseClient(object):
|
|
3856
3856
|
:rtype: :class:`~oci.response.Response`
|
3857
3857
|
|
3858
3858
|
:example:
|
3859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
3860
3860
|
"""
|
3861
3861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3862
3862
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3978,7 +3978,7 @@ class DatabaseClient(object):
|
|
3978
3978
|
:rtype: :class:`~oci.response.Response`
|
3979
3979
|
|
3980
3980
|
:example:
|
3981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3982
3982
|
"""
|
3983
3983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3984
3984
|
required_arguments = ['keyStoreId']
|
@@ -4096,7 +4096,7 @@ class DatabaseClient(object):
|
|
4096
4096
|
:rtype: :class:`~oci.response.Response`
|
4097
4097
|
|
4098
4098
|
:example:
|
4099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
4100
4100
|
"""
|
4101
4101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4102
4102
|
required_arguments = ['databaseId']
|
@@ -4214,7 +4214,7 @@ class DatabaseClient(object):
|
|
4214
4214
|
:rtype: :class:`~oci.response.Response`
|
4215
4215
|
|
4216
4216
|
:example:
|
4217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
4218
4218
|
"""
|
4219
4219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4220
4220
|
required_arguments = ['oneoffPatchId']
|
@@ -4332,7 +4332,7 @@ class DatabaseClient(object):
|
|
4332
4332
|
:rtype: :class:`~oci.response.Response`
|
4333
4333
|
|
4334
4334
|
:example:
|
4335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
|
4336
4336
|
"""
|
4337
4337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4338
4338
|
required_arguments = ['schedulingPlanId']
|
@@ -4450,7 +4450,7 @@ class DatabaseClient(object):
|
|
4450
4450
|
:rtype: :class:`~oci.response.Response`
|
4451
4451
|
|
4452
4452
|
:example:
|
4453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
|
4454
4454
|
"""
|
4455
4455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4456
4456
|
required_arguments = ['schedulingPolicyId']
|
@@ -4569,7 +4569,7 @@ class DatabaseClient(object):
|
|
4569
4569
|
:rtype: :class:`~oci.response.Response`
|
4570
4570
|
|
4571
4571
|
:example:
|
4572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
4573
4573
|
"""
|
4574
4574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4575
4575
|
required_arguments = ['vmClusterId']
|
@@ -4686,7 +4686,7 @@ class DatabaseClient(object):
|
|
4686
4686
|
:rtype: :class:`~oci.response.Response`
|
4687
4687
|
|
4688
4688
|
:example:
|
4689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
4690
4690
|
"""
|
4691
4691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4692
4692
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -4803,7 +4803,7 @@ class DatabaseClient(object):
|
|
4803
4803
|
:rtype: :class:`~oci.response.Response`
|
4804
4804
|
|
4805
4805
|
:example:
|
4806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
4807
4807
|
"""
|
4808
4808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4809
4809
|
required_arguments = ['backupId']
|
@@ -4925,7 +4925,7 @@ class DatabaseClient(object):
|
|
4925
4925
|
:rtype: :class:`~oci.response.Response`
|
4926
4926
|
|
4927
4927
|
:example:
|
4928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
4929
4929
|
"""
|
4930
4930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4931
4931
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5043,7 +5043,7 @@ class DatabaseClient(object):
|
|
5043
5043
|
:rtype: :class:`~oci.response.Response`
|
5044
5044
|
|
5045
5045
|
:example:
|
5046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
|
5047
5047
|
"""
|
5048
5048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5049
5049
|
required_arguments = ['exadataInfrastructureId']
|
@@ -5156,7 +5156,7 @@ class DatabaseClient(object):
|
|
5156
5156
|
:rtype: :class:`~oci.response.Response`
|
5157
5157
|
|
5158
5158
|
:example:
|
5159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
5160
5160
|
"""
|
5161
5161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5162
5162
|
required_arguments = ['autonomousDatabaseId']
|
@@ -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.145.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
5275
5275
|
"""
|
5276
5276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5277
5277
|
required_arguments = ['keyStoreId']
|
@@ -5380,7 +5380,7 @@ class DatabaseClient(object):
|
|
5380
5380
|
:rtype: :class:`~oci.response.Response`
|
5381
5381
|
|
5382
5382
|
:example:
|
5383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
5384
5384
|
"""
|
5385
5385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5386
5386
|
required_arguments = ['databaseId']
|
@@ -5498,7 +5498,7 @@ class DatabaseClient(object):
|
|
5498
5498
|
:rtype: :class:`~oci.response.Response`
|
5499
5499
|
|
5500
5500
|
:example:
|
5501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
5502
5502
|
"""
|
5503
5503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5504
5504
|
required_arguments = ['pluggableDatabaseId']
|
@@ -5622,7 +5622,7 @@ class DatabaseClient(object):
|
|
5622
5622
|
:rtype: :class:`~oci.response.Response`
|
5623
5623
|
|
5624
5624
|
:example:
|
5625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
|
5626
5626
|
"""
|
5627
5627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5628
5628
|
required_arguments = ['databaseId']
|
@@ -5732,7 +5732,7 @@ class DatabaseClient(object):
|
|
5732
5732
|
:rtype: :class:`~oci.response.Response`
|
5733
5733
|
|
5734
5734
|
:example:
|
5735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
5736
5736
|
"""
|
5737
5737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5738
5738
|
required_arguments = []
|
@@ -5825,7 +5825,7 @@ class DatabaseClient(object):
|
|
5825
5825
|
:rtype: :class:`~oci.response.Response`
|
5826
5826
|
|
5827
5827
|
:example:
|
5828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
5829
5829
|
"""
|
5830
5830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5831
5831
|
required_arguments = []
|
@@ -5931,7 +5931,7 @@ class DatabaseClient(object):
|
|
5931
5931
|
:rtype: :class:`~oci.response.Response`
|
5932
5932
|
|
5933
5933
|
:example:
|
5934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
5935
5935
|
"""
|
5936
5936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5937
5937
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -6037,7 +6037,7 @@ class DatabaseClient(object):
|
|
6037
6037
|
:rtype: :class:`~oci.response.Response`
|
6038
6038
|
|
6039
6039
|
:example:
|
6040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
6041
6041
|
"""
|
6042
6042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6043
6043
|
required_arguments = []
|
@@ -6133,7 +6133,7 @@ class DatabaseClient(object):
|
|
6133
6133
|
:rtype: :class:`~oci.response.Response`
|
6134
6134
|
|
6135
6135
|
:example:
|
6136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
6137
6137
|
"""
|
6138
6138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6139
6139
|
required_arguments = []
|
@@ -6229,7 +6229,7 @@ class DatabaseClient(object):
|
|
6229
6229
|
:rtype: :class:`~oci.response.Response`
|
6230
6230
|
|
6231
6231
|
:example:
|
6232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
6233
6233
|
"""
|
6234
6234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6235
6235
|
required_arguments = []
|
@@ -6325,7 +6325,7 @@ class DatabaseClient(object):
|
|
6325
6325
|
:rtype: :class:`~oci.response.Response`
|
6326
6326
|
|
6327
6327
|
:example:
|
6328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
6329
6329
|
"""
|
6330
6330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6331
6331
|
required_arguments = []
|
@@ -6418,7 +6418,7 @@ class DatabaseClient(object):
|
|
6418
6418
|
:rtype: :class:`~oci.response.Response`
|
6419
6419
|
|
6420
6420
|
:example:
|
6421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
6422
6422
|
"""
|
6423
6423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6424
6424
|
required_arguments = []
|
@@ -6512,7 +6512,7 @@ class DatabaseClient(object):
|
|
6512
6512
|
:rtype: :class:`~oci.response.Response`
|
6513
6513
|
|
6514
6514
|
:example:
|
6515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
6516
6516
|
"""
|
6517
6517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6518
6518
|
required_arguments = []
|
@@ -6608,7 +6608,7 @@ class DatabaseClient(object):
|
|
6608
6608
|
:rtype: :class:`~oci.response.Response`
|
6609
6609
|
|
6610
6610
|
:example:
|
6611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
6612
6612
|
"""
|
6613
6613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6614
6614
|
required_arguments = []
|
@@ -6708,7 +6708,7 @@ class DatabaseClient(object):
|
|
6708
6708
|
:rtype: :class:`~oci.response.Response`
|
6709
6709
|
|
6710
6710
|
:example:
|
6711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
6712
6712
|
"""
|
6713
6713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6714
6714
|
required_arguments = []
|
@@ -6806,7 +6806,7 @@ class DatabaseClient(object):
|
|
6806
6806
|
:rtype: :class:`~oci.response.Response`
|
6807
6807
|
|
6808
6808
|
:example:
|
6809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
6810
6810
|
"""
|
6811
6811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6812
6812
|
required_arguments = []
|
@@ -6906,7 +6906,7 @@ class DatabaseClient(object):
|
|
6906
6906
|
:rtype: :class:`~oci.response.Response`
|
6907
6907
|
|
6908
6908
|
:example:
|
6909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
6910
6910
|
"""
|
6911
6911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6912
6912
|
required_arguments = ['dbNodeId']
|
@@ -7017,7 +7017,7 @@ class DatabaseClient(object):
|
|
7017
7017
|
:rtype: :class:`~oci.response.Response`
|
7018
7018
|
|
7019
7019
|
:example:
|
7020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
7021
7021
|
"""
|
7022
7022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7023
7023
|
required_arguments = ['dbNodeId']
|
@@ -7137,7 +7137,7 @@ class DatabaseClient(object):
|
|
7137
7137
|
:rtype: :class:`~oci.response.Response`
|
7138
7138
|
|
7139
7139
|
:example:
|
7140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
7141
7141
|
"""
|
7142
7142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7143
7143
|
required_arguments = ['databaseId']
|
@@ -7243,7 +7243,7 @@ class DatabaseClient(object):
|
|
7243
7243
|
:rtype: :class:`~oci.response.Response`
|
7244
7244
|
|
7245
7245
|
:example:
|
7246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
7247
7247
|
"""
|
7248
7248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7249
7249
|
required_arguments = []
|
@@ -7336,7 +7336,7 @@ class DatabaseClient(object):
|
|
7336
7336
|
:rtype: :class:`~oci.response.Response`
|
7337
7337
|
|
7338
7338
|
:example:
|
7339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
7340
7340
|
"""
|
7341
7341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7342
7342
|
required_arguments = []
|
@@ -7427,7 +7427,7 @@ class DatabaseClient(object):
|
|
7427
7427
|
:rtype: :class:`~oci.response.Response`
|
7428
7428
|
|
7429
7429
|
:example:
|
7430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
7431
7431
|
"""
|
7432
7432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7433
7433
|
required_arguments = []
|
@@ -7522,7 +7522,7 @@ class DatabaseClient(object):
|
|
7522
7522
|
:rtype: :class:`~oci.response.Response`
|
7523
7523
|
|
7524
7524
|
:example:
|
7525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
7526
7526
|
"""
|
7527
7527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7528
7528
|
required_arguments = []
|
@@ -7620,7 +7620,7 @@ class DatabaseClient(object):
|
|
7620
7620
|
:rtype: :class:`~oci.response.Response`
|
7621
7621
|
|
7622
7622
|
:example:
|
7623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
7624
7624
|
"""
|
7625
7625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7626
7626
|
required_arguments = []
|
@@ -7716,7 +7716,7 @@ class DatabaseClient(object):
|
|
7716
7716
|
:rtype: :class:`~oci.response.Response`
|
7717
7717
|
|
7718
7718
|
:example:
|
7719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
7720
7720
|
"""
|
7721
7721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7722
7722
|
required_arguments = []
|
@@ -7812,7 +7812,7 @@ class DatabaseClient(object):
|
|
7812
7812
|
:rtype: :class:`~oci.response.Response`
|
7813
7813
|
|
7814
7814
|
:example:
|
7815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
|
7816
7816
|
"""
|
7817
7817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7818
7818
|
required_arguments = []
|
@@ -7908,7 +7908,7 @@ class DatabaseClient(object):
|
|
7908
7908
|
:rtype: :class:`~oci.response.Response`
|
7909
7909
|
|
7910
7910
|
:example:
|
7911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
|
7912
7912
|
"""
|
7913
7913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7914
7914
|
required_arguments = []
|
@@ -8005,7 +8005,7 @@ class DatabaseClient(object):
|
|
8005
8005
|
:rtype: :class:`~oci.response.Response`
|
8006
8006
|
|
8007
8007
|
:example:
|
8008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
8009
8009
|
"""
|
8010
8010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8011
8011
|
required_arguments = []
|
@@ -8099,7 +8099,7 @@ class DatabaseClient(object):
|
|
8099
8099
|
:rtype: :class:`~oci.response.Response`
|
8100
8100
|
|
8101
8101
|
:example:
|
8102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
8103
8103
|
"""
|
8104
8104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8105
8105
|
required_arguments = []
|
@@ -8195,7 +8195,7 @@ class DatabaseClient(object):
|
|
8195
8195
|
:rtype: :class:`~oci.response.Response`
|
8196
8196
|
|
8197
8197
|
:example:
|
8198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
8199
8199
|
"""
|
8200
8200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8201
8201
|
required_arguments = []
|
@@ -8291,7 +8291,7 @@ class DatabaseClient(object):
|
|
8291
8291
|
:rtype: :class:`~oci.response.Response`
|
8292
8292
|
|
8293
8293
|
:example:
|
8294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
8295
8295
|
"""
|
8296
8296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8297
8297
|
required_arguments = []
|
@@ -8388,7 +8388,7 @@ class DatabaseClient(object):
|
|
8388
8388
|
:rtype: :class:`~oci.response.Response`
|
8389
8389
|
|
8390
8390
|
:example:
|
8391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
8392
8392
|
"""
|
8393
8393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8394
8394
|
required_arguments = []
|
@@ -8484,7 +8484,7 @@ class DatabaseClient(object):
|
|
8484
8484
|
:rtype: :class:`~oci.response.Response`
|
8485
8485
|
|
8486
8486
|
:example:
|
8487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
8488
8488
|
"""
|
8489
8489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8490
8490
|
required_arguments = []
|
@@ -8583,7 +8583,7 @@ class DatabaseClient(object):
|
|
8583
8583
|
:rtype: :class:`~oci.response.Response`
|
8584
8584
|
|
8585
8585
|
:example:
|
8586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
8587
8587
|
"""
|
8588
8588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8589
8589
|
required_arguments = []
|
@@ -8679,7 +8679,7 @@ class DatabaseClient(object):
|
|
8679
8679
|
:rtype: :class:`~oci.response.Response`
|
8680
8680
|
|
8681
8681
|
:example:
|
8682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
8683
8683
|
"""
|
8684
8684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8685
8685
|
required_arguments = []
|
@@ -8777,7 +8777,7 @@ class DatabaseClient(object):
|
|
8777
8777
|
:rtype: :class:`~oci.response.Response`
|
8778
8778
|
|
8779
8779
|
:example:
|
8780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
8781
8781
|
"""
|
8782
8782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8783
8783
|
required_arguments = []
|
@@ -8873,7 +8873,7 @@ class DatabaseClient(object):
|
|
8873
8873
|
:rtype: :class:`~oci.response.Response`
|
8874
8874
|
|
8875
8875
|
:example:
|
8876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
|
8877
8877
|
"""
|
8878
8878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8879
8879
|
required_arguments = []
|
@@ -8969,7 +8969,7 @@ class DatabaseClient(object):
|
|
8969
8969
|
:rtype: :class:`~oci.response.Response`
|
8970
8970
|
|
8971
8971
|
:example:
|
8972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
|
8973
8973
|
"""
|
8974
8974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8975
8975
|
required_arguments = []
|
@@ -9065,7 +9065,7 @@ class DatabaseClient(object):
|
|
9065
9065
|
:rtype: :class:`~oci.response.Response`
|
9066
9066
|
|
9067
9067
|
:example:
|
9068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
|
9069
9069
|
"""
|
9070
9070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9071
9071
|
required_arguments = []
|
@@ -9166,7 +9166,7 @@ class DatabaseClient(object):
|
|
9166
9166
|
:rtype: :class:`~oci.response.Response`
|
9167
9167
|
|
9168
9168
|
:example:
|
9169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
|
9170
9170
|
"""
|
9171
9171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9172
9172
|
required_arguments = ['schedulingPolicyId']
|
@@ -9275,7 +9275,7 @@ class DatabaseClient(object):
|
|
9275
9275
|
:rtype: :class:`~oci.response.Response`
|
9276
9276
|
|
9277
9277
|
:example:
|
9278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
9279
9279
|
"""
|
9280
9280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9281
9281
|
required_arguments = []
|
@@ -9377,7 +9377,7 @@ class DatabaseClient(object):
|
|
9377
9377
|
:rtype: :class:`~oci.response.Response`
|
9378
9378
|
|
9379
9379
|
:example:
|
9380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
9381
9381
|
"""
|
9382
9382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9383
9383
|
required_arguments = ['exadataInfrastructureId']
|
@@ -9506,7 +9506,7 @@ class DatabaseClient(object):
|
|
9506
9506
|
:rtype: :class:`~oci.response.Response`
|
9507
9507
|
|
9508
9508
|
:example:
|
9509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
9510
9510
|
"""
|
9511
9511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9512
9512
|
required_arguments = ['dbNodeId', 'action']
|
@@ -9619,7 +9619,7 @@ class DatabaseClient(object):
|
|
9619
9619
|
:rtype: :class:`~oci.response.Response`
|
9620
9620
|
|
9621
9621
|
:example:
|
9622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
9623
9623
|
"""
|
9624
9624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9625
9625
|
required_arguments = ['applicationVipId']
|
@@ -9722,7 +9722,7 @@ class DatabaseClient(object):
|
|
9722
9722
|
:rtype: :class:`~oci.response.Response`
|
9723
9723
|
|
9724
9724
|
:example:
|
9725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
9726
9726
|
"""
|
9727
9727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9728
9728
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9825,7 +9825,7 @@ class DatabaseClient(object):
|
|
9825
9825
|
:rtype: :class:`~oci.response.Response`
|
9826
9826
|
|
9827
9827
|
:example:
|
9828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
9829
9829
|
"""
|
9830
9830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9831
9831
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -9928,7 +9928,7 @@ class DatabaseClient(object):
|
|
9928
9928
|
:rtype: :class:`~oci.response.Response`
|
9929
9929
|
|
9930
9930
|
:example:
|
9931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
9932
9932
|
"""
|
9933
9933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9934
9934
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -10031,7 +10031,7 @@ class DatabaseClient(object):
|
|
10031
10031
|
:rtype: :class:`~oci.response.Response`
|
10032
10032
|
|
10033
10033
|
:example:
|
10034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
10035
10035
|
"""
|
10036
10036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10037
10037
|
required_arguments = ['autonomousVmClusterId']
|
@@ -10131,7 +10131,7 @@ class DatabaseClient(object):
|
|
10131
10131
|
:rtype: :class:`~oci.response.Response`
|
10132
10132
|
|
10133
10133
|
:example:
|
10134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
10135
10135
|
"""
|
10136
10136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10137
10137
|
required_arguments = ['backupId']
|
@@ -10232,7 +10232,7 @@ class DatabaseClient(object):
|
|
10232
10232
|
:rtype: :class:`~oci.response.Response`
|
10233
10233
|
|
10234
10234
|
:example:
|
10235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
10236
10236
|
"""
|
10237
10237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10238
10238
|
required_arguments = ['backupDestinationId']
|
@@ -10335,7 +10335,7 @@ class DatabaseClient(object):
|
|
10335
10335
|
:rtype: :class:`~oci.response.Response`
|
10336
10336
|
|
10337
10337
|
:example:
|
10338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
10339
10339
|
"""
|
10340
10340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10341
10341
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -10441,7 +10441,7 @@ class DatabaseClient(object):
|
|
10441
10441
|
:rtype: :class:`~oci.response.Response`
|
10442
10442
|
|
10443
10443
|
:example:
|
10444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
10445
10445
|
"""
|
10446
10446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10447
10447
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -10552,7 +10552,7 @@ class DatabaseClient(object):
|
|
10552
10552
|
:rtype: :class:`~oci.response.Response`
|
10553
10553
|
|
10554
10554
|
:example:
|
10555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
10556
10556
|
"""
|
10557
10557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10558
10558
|
required_arguments = ['cloudVmClusterId']
|
@@ -10655,7 +10655,7 @@ class DatabaseClient(object):
|
|
10655
10655
|
:rtype: :class:`~oci.response.Response`
|
10656
10656
|
|
10657
10657
|
:example:
|
10658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
10659
10659
|
"""
|
10660
10660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10661
10661
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -10760,7 +10760,7 @@ class DatabaseClient(object):
|
|
10760
10760
|
:rtype: :class:`~oci.response.Response`
|
10761
10761
|
|
10762
10762
|
:example:
|
10763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
10764
10764
|
"""
|
10765
10765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10766
10766
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -10873,7 +10873,7 @@ class DatabaseClient(object):
|
|
10873
10873
|
:rtype: :class:`~oci.response.Response`
|
10874
10874
|
|
10875
10875
|
:example:
|
10876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
10877
10877
|
"""
|
10878
10878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10879
10879
|
required_arguments = ['databaseId']
|
@@ -10981,7 +10981,7 @@ class DatabaseClient(object):
|
|
10981
10981
|
:rtype: :class:`~oci.response.Response`
|
10982
10982
|
|
10983
10983
|
:example:
|
10984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
10985
10985
|
"""
|
10986
10986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10987
10987
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -11088,7 +11088,7 @@ class DatabaseClient(object):
|
|
11088
11088
|
:rtype: :class:`~oci.response.Response`
|
11089
11089
|
|
11090
11090
|
:example:
|
11091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
11092
11092
|
"""
|
11093
11093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11094
11094
|
required_arguments = ['dbHomeId']
|
@@ -11197,7 +11197,7 @@ class DatabaseClient(object):
|
|
11197
11197
|
:rtype: :class:`~oci.response.Response`
|
11198
11198
|
|
11199
11199
|
:example:
|
11200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
11201
11201
|
"""
|
11202
11202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11203
11203
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11300,7 +11300,7 @@ class DatabaseClient(object):
|
|
11300
11300
|
:rtype: :class:`~oci.response.Response`
|
11301
11301
|
|
11302
11302
|
:example:
|
11303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
11304
11304
|
"""
|
11305
11305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11306
11306
|
required_arguments = ['exadbVmClusterId']
|
@@ -11403,7 +11403,7 @@ class DatabaseClient(object):
|
|
11403
11403
|
:rtype: :class:`~oci.response.Response`
|
11404
11404
|
|
11405
11405
|
:example:
|
11406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
11407
11407
|
"""
|
11408
11408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11409
11409
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -11506,7 +11506,7 @@ class DatabaseClient(object):
|
|
11506
11506
|
:rtype: :class:`~oci.response.Response`
|
11507
11507
|
|
11508
11508
|
:example:
|
11509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
|
11510
11510
|
"""
|
11511
11511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11512
11512
|
required_arguments = ['executionActionId']
|
@@ -11609,7 +11609,7 @@ class DatabaseClient(object):
|
|
11609
11609
|
:rtype: :class:`~oci.response.Response`
|
11610
11610
|
|
11611
11611
|
:example:
|
11612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
|
11613
11613
|
"""
|
11614
11614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11615
11615
|
required_arguments = ['executionWindowId']
|
@@ -11714,7 +11714,7 @@ class DatabaseClient(object):
|
|
11714
11714
|
:rtype: :class:`~oci.response.Response`
|
11715
11715
|
|
11716
11716
|
:example:
|
11717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
11718
11718
|
"""
|
11719
11719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11720
11720
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11820,7 +11820,7 @@ class DatabaseClient(object):
|
|
11820
11820
|
:rtype: :class:`~oci.response.Response`
|
11821
11821
|
|
11822
11822
|
:example:
|
11823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
11824
11824
|
"""
|
11825
11825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11826
11826
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -11923,7 +11923,7 @@ class DatabaseClient(object):
|
|
11923
11923
|
:rtype: :class:`~oci.response.Response`
|
11924
11924
|
|
11925
11925
|
:example:
|
11926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
11927
11927
|
"""
|
11928
11928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11929
11929
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12027,7 +12027,7 @@ class DatabaseClient(object):
|
|
12027
12027
|
:rtype: :class:`~oci.response.Response`
|
12028
12028
|
|
12029
12029
|
:example:
|
12030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
12031
12031
|
"""
|
12032
12032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12033
12033
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12130,7 +12130,7 @@ class DatabaseClient(object):
|
|
12130
12130
|
:rtype: :class:`~oci.response.Response`
|
12131
12131
|
|
12132
12132
|
:example:
|
12133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
12134
12134
|
"""
|
12135
12135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12136
12136
|
required_arguments = ['keyStoreId']
|
@@ -12233,7 +12233,7 @@ class DatabaseClient(object):
|
|
12233
12233
|
:rtype: :class:`~oci.response.Response`
|
12234
12234
|
|
12235
12235
|
:example:
|
12236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
12237
12237
|
"""
|
12238
12238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12239
12239
|
required_arguments = ['oneoffPatchId']
|
@@ -12336,7 +12336,7 @@ class DatabaseClient(object):
|
|
12336
12336
|
:rtype: :class:`~oci.response.Response`
|
12337
12337
|
|
12338
12338
|
:example:
|
12339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
12340
12340
|
"""
|
12341
12341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12342
12342
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12439,7 +12439,7 @@ class DatabaseClient(object):
|
|
12439
12439
|
:rtype: :class:`~oci.response.Response`
|
12440
12440
|
|
12441
12441
|
:example:
|
12442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
|
12443
12443
|
"""
|
12444
12444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12445
12445
|
required_arguments = ['scheduledActionId']
|
@@ -12542,7 +12542,7 @@ class DatabaseClient(object):
|
|
12542
12542
|
:rtype: :class:`~oci.response.Response`
|
12543
12543
|
|
12544
12544
|
:example:
|
12545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
|
12546
12546
|
"""
|
12547
12547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12548
12548
|
required_arguments = ['schedulingPlanId']
|
@@ -12645,7 +12645,7 @@ class DatabaseClient(object):
|
|
12645
12645
|
:rtype: :class:`~oci.response.Response`
|
12646
12646
|
|
12647
12647
|
:example:
|
12648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
|
12649
12649
|
"""
|
12650
12650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12651
12651
|
required_arguments = ['schedulingPolicyId']
|
@@ -12753,7 +12753,7 @@ class DatabaseClient(object):
|
|
12753
12753
|
:rtype: :class:`~oci.response.Response`
|
12754
12754
|
|
12755
12755
|
:example:
|
12756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
|
12757
12757
|
"""
|
12758
12758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12759
12759
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -12857,7 +12857,7 @@ class DatabaseClient(object):
|
|
12857
12857
|
:rtype: :class:`~oci.response.Response`
|
12858
12858
|
|
12859
12859
|
:example:
|
12860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
12861
12861
|
"""
|
12862
12862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12863
12863
|
required_arguments = ['vmClusterId']
|
@@ -12966,7 +12966,7 @@ class DatabaseClient(object):
|
|
12966
12966
|
:rtype: :class:`~oci.response.Response`
|
12967
12967
|
|
12968
12968
|
:example:
|
12969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
12970
12970
|
"""
|
12971
12971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12972
12972
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -13068,7 +13068,7 @@ class DatabaseClient(object):
|
|
13068
13068
|
:rtype: :class:`~oci.response.Response`
|
13069
13069
|
|
13070
13070
|
:example:
|
13071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
13072
13072
|
"""
|
13073
13073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13074
13074
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13167,7 +13167,7 @@ class DatabaseClient(object):
|
|
13167
13167
|
:rtype: :class:`~oci.response.Response`
|
13168
13168
|
|
13169
13169
|
:example:
|
13170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
13171
13171
|
"""
|
13172
13172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13173
13173
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13263,7 +13263,7 @@ class DatabaseClient(object):
|
|
13263
13263
|
:rtype: :class:`~oci.response.Response`
|
13264
13264
|
|
13265
13265
|
:example:
|
13266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
13267
13267
|
"""
|
13268
13268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13269
13269
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13371,7 +13371,7 @@ class DatabaseClient(object):
|
|
13371
13371
|
:rtype: :class:`~oci.response.Response`
|
13372
13372
|
|
13373
13373
|
:example:
|
13374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
13375
13375
|
"""
|
13376
13376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13377
13377
|
required_arguments = ['databaseId']
|
@@ -13486,7 +13486,7 @@ class DatabaseClient(object):
|
|
13486
13486
|
:rtype: :class:`~oci.response.Response`
|
13487
13487
|
|
13488
13488
|
:example:
|
13489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13490
13490
|
"""
|
13491
13491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13492
13492
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13599,7 +13599,7 @@ class DatabaseClient(object):
|
|
13599
13599
|
:rtype: :class:`~oci.response.Response`
|
13600
13600
|
|
13601
13601
|
:example:
|
13602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13603
13603
|
"""
|
13604
13604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13605
13605
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13716,7 +13716,7 @@ class DatabaseClient(object):
|
|
13716
13716
|
:rtype: :class:`~oci.response.Response`
|
13717
13717
|
|
13718
13718
|
:example:
|
13719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13720
13720
|
"""
|
13721
13721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13722
13722
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13829,7 +13829,7 @@ class DatabaseClient(object):
|
|
13829
13829
|
:rtype: :class:`~oci.response.Response`
|
13830
13830
|
|
13831
13831
|
:example:
|
13832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13833
13833
|
"""
|
13834
13834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13835
13835
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13942,7 +13942,7 @@ class DatabaseClient(object):
|
|
13942
13942
|
:rtype: :class:`~oci.response.Response`
|
13943
13943
|
|
13944
13944
|
:example:
|
13945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13946
13946
|
"""
|
13947
13947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13948
13948
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14059,7 +14059,7 @@ class DatabaseClient(object):
|
|
14059
14059
|
:rtype: :class:`~oci.response.Response`
|
14060
14060
|
|
14061
14061
|
:example:
|
14062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
14063
14063
|
"""
|
14064
14064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14065
14065
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14172,7 +14172,7 @@ class DatabaseClient(object):
|
|
14172
14172
|
:rtype: :class:`~oci.response.Response`
|
14173
14173
|
|
14174
14174
|
:example:
|
14175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
14176
14176
|
"""
|
14177
14177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14178
14178
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14285,7 +14285,7 @@ class DatabaseClient(object):
|
|
14285
14285
|
:rtype: :class:`~oci.response.Response`
|
14286
14286
|
|
14287
14287
|
:example:
|
14288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
14289
14289
|
"""
|
14290
14290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14291
14291
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14398,7 +14398,7 @@ class DatabaseClient(object):
|
|
14398
14398
|
:rtype: :class:`~oci.response.Response`
|
14399
14399
|
|
14400
14400
|
:example:
|
14401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
14402
14402
|
"""
|
14403
14403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14404
14404
|
required_arguments = ['pluggableDatabaseId']
|
@@ -14508,7 +14508,7 @@ class DatabaseClient(object):
|
|
14508
14508
|
:rtype: :class:`~oci.response.Response`
|
14509
14509
|
|
14510
14510
|
:example:
|
14511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
14512
14512
|
"""
|
14513
14513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14514
14514
|
required_arguments = ['exadataInfrastructureId']
|
@@ -14621,7 +14621,7 @@ class DatabaseClient(object):
|
|
14621
14621
|
:rtype: :class:`~oci.response.Response`
|
14622
14622
|
|
14623
14623
|
:example:
|
14624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
14625
14625
|
"""
|
14626
14626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14627
14627
|
required_arguments = ['oneoffPatchId']
|
@@ -14736,7 +14736,7 @@ class DatabaseClient(object):
|
|
14736
14736
|
:rtype: :class:`~oci.response.Response`
|
14737
14737
|
|
14738
14738
|
:example:
|
14739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
14740
14740
|
"""
|
14741
14741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14742
14742
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -14850,7 +14850,7 @@ class DatabaseClient(object):
|
|
14850
14850
|
:rtype: :class:`~oci.response.Response`
|
14851
14851
|
|
14852
14852
|
:example:
|
14853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
14854
14854
|
"""
|
14855
14855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14856
14856
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -14952,7 +14952,7 @@ class DatabaseClient(object):
|
|
14952
14952
|
:rtype: :class:`~oci.response.Response`
|
14953
14953
|
|
14954
14954
|
:example:
|
14955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
14956
14956
|
"""
|
14957
14957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14958
14958
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15048,7 +15048,7 @@ class DatabaseClient(object):
|
|
15048
15048
|
:rtype: :class:`~oci.response.Response`
|
15049
15049
|
|
15050
15050
|
:example:
|
15051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
15052
15052
|
"""
|
15053
15053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15054
15054
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15159,7 +15159,7 @@ class DatabaseClient(object):
|
|
15159
15159
|
:rtype: :class:`~oci.response.Response`
|
15160
15160
|
|
15161
15161
|
:example:
|
15162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
15163
15163
|
"""
|
15164
15164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15165
15165
|
required_arguments = ['databaseId']
|
@@ -15283,7 +15283,7 @@ class DatabaseClient(object):
|
|
15283
15283
|
:rtype: :class:`~oci.response.Response`
|
15284
15284
|
|
15285
15285
|
:example:
|
15286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15287
15287
|
"""
|
15288
15288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15289
15289
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -15401,7 +15401,7 @@ class DatabaseClient(object):
|
|
15401
15401
|
:rtype: :class:`~oci.response.Response`
|
15402
15402
|
|
15403
15403
|
:example:
|
15404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15405
15405
|
"""
|
15406
15406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15407
15407
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -15523,7 +15523,7 @@ class DatabaseClient(object):
|
|
15523
15523
|
:rtype: :class:`~oci.response.Response`
|
15524
15524
|
|
15525
15525
|
:example:
|
15526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15527
15527
|
"""
|
15528
15528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15529
15529
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15641,7 +15641,7 @@ class DatabaseClient(object):
|
|
15641
15641
|
:rtype: :class:`~oci.response.Response`
|
15642
15642
|
|
15643
15643
|
:example:
|
15644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15645
15645
|
"""
|
15646
15646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15647
15647
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15759,7 +15759,7 @@ class DatabaseClient(object):
|
|
15759
15759
|
:rtype: :class:`~oci.response.Response`
|
15760
15760
|
|
15761
15761
|
:example:
|
15762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15763
15763
|
"""
|
15764
15764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15765
15765
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15881,7 +15881,7 @@ class DatabaseClient(object):
|
|
15881
15881
|
:rtype: :class:`~oci.response.Response`
|
15882
15882
|
|
15883
15883
|
:example:
|
15884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15885
15885
|
"""
|
15886
15886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15887
15887
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15999,7 +15999,7 @@ class DatabaseClient(object):
|
|
15999
15999
|
:rtype: :class:`~oci.response.Response`
|
16000
16000
|
|
16001
16001
|
:example:
|
16002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
16003
16003
|
"""
|
16004
16004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16005
16005
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16117,7 +16117,7 @@ class DatabaseClient(object):
|
|
16117
16117
|
:rtype: :class:`~oci.response.Response`
|
16118
16118
|
|
16119
16119
|
:example:
|
16120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
16121
16121
|
"""
|
16122
16122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16123
16123
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16235,7 +16235,7 @@ class DatabaseClient(object):
|
|
16235
16235
|
:rtype: :class:`~oci.response.Response`
|
16236
16236
|
|
16237
16237
|
:example:
|
16238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
16239
16239
|
"""
|
16240
16240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16241
16241
|
required_arguments = ['pluggableDatabaseId']
|
@@ -16360,7 +16360,7 @@ class DatabaseClient(object):
|
|
16360
16360
|
:rtype: :class:`~oci.response.Response`
|
16361
16361
|
|
16362
16362
|
:example:
|
16363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
16364
16364
|
"""
|
16365
16365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16366
16366
|
required_arguments = ['autonomousDatabaseId']
|
@@ -16480,7 +16480,7 @@ class DatabaseClient(object):
|
|
16480
16480
|
:rtype: :class:`~oci.response.Response`
|
16481
16481
|
|
16482
16482
|
:example:
|
16483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
16484
16484
|
"""
|
16485
16485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16486
16486
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -16600,7 +16600,7 @@ class DatabaseClient(object):
|
|
16600
16600
|
:rtype: :class:`~oci.response.Response`
|
16601
16601
|
|
16602
16602
|
:example:
|
16603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
|
16604
16604
|
"""
|
16605
16605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16606
16606
|
required_arguments = ['databaseId']
|
@@ -16719,7 +16719,7 @@ class DatabaseClient(object):
|
|
16719
16719
|
:rtype: :class:`~oci.response.Response`
|
16720
16720
|
|
16721
16721
|
:example:
|
16722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
16723
16723
|
"""
|
16724
16724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16725
16725
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16830,7 +16830,7 @@ class DatabaseClient(object):
|
|
16830
16830
|
:rtype: :class:`~oci.response.Response`
|
16831
16831
|
|
16832
16832
|
:example:
|
16833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
16834
16834
|
"""
|
16835
16835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16836
16836
|
required_arguments = ['autonomousDatabaseId']
|
@@ -16943,7 +16943,7 @@ class DatabaseClient(object):
|
|
16943
16943
|
:rtype: :class:`~oci.response.Response`
|
16944
16944
|
|
16945
16945
|
:example:
|
16946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
16947
16947
|
"""
|
16948
16948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16949
16949
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17046,7 +17046,7 @@ class DatabaseClient(object):
|
|
17046
17046
|
:rtype: :class:`~oci.response.Response`
|
17047
17047
|
|
17048
17048
|
:example:
|
17049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
17050
17050
|
"""
|
17051
17051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17052
17052
|
required_arguments = ['applicationVipId']
|
@@ -17141,7 +17141,7 @@ class DatabaseClient(object):
|
|
17141
17141
|
:rtype: :class:`~oci.response.Response`
|
17142
17142
|
|
17143
17143
|
:example:
|
17144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
17145
17145
|
"""
|
17146
17146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17147
17147
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -17234,7 +17234,7 @@ class DatabaseClient(object):
|
|
17234
17234
|
:rtype: :class:`~oci.response.Response`
|
17235
17235
|
|
17236
17236
|
:example:
|
17237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
17238
17238
|
"""
|
17239
17239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17240
17240
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -17326,7 +17326,7 @@ class DatabaseClient(object):
|
|
17326
17326
|
:rtype: :class:`~oci.response.Response`
|
17327
17327
|
|
17328
17328
|
:example:
|
17329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
17330
17330
|
"""
|
17331
17331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17332
17332
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -17424,7 +17424,7 @@ class DatabaseClient(object):
|
|
17424
17424
|
:rtype: :class:`~oci.response.Response`
|
17425
17425
|
|
17426
17426
|
:example:
|
17427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
17428
17428
|
"""
|
17429
17429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17430
17430
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17522,7 +17522,7 @@ class DatabaseClient(object):
|
|
17522
17522
|
:rtype: :class:`~oci.response.Response`
|
17523
17523
|
|
17524
17524
|
:example:
|
17525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
17526
17526
|
"""
|
17527
17527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17528
17528
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -17625,7 +17625,7 @@ class DatabaseClient(object):
|
|
17625
17625
|
:rtype: :class:`~oci.response.Response`
|
17626
17626
|
|
17627
17627
|
:example:
|
17628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
17629
17629
|
"""
|
17630
17630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17631
17631
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -17719,7 +17719,7 @@ class DatabaseClient(object):
|
|
17719
17719
|
:rtype: :class:`~oci.response.Response`
|
17720
17720
|
|
17721
17721
|
:example:
|
17722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
17723
17723
|
"""
|
17724
17724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17725
17725
|
required_arguments = []
|
@@ -17805,7 +17805,7 @@ class DatabaseClient(object):
|
|
17805
17805
|
:rtype: :class:`~oci.response.Response`
|
17806
17806
|
|
17807
17807
|
:example:
|
17808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
17809
17809
|
"""
|
17810
17810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17811
17811
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -17903,7 +17903,7 @@ class DatabaseClient(object):
|
|
17903
17903
|
:rtype: :class:`~oci.response.Response`
|
17904
17904
|
|
17905
17905
|
:example:
|
17906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
17907
17907
|
"""
|
17908
17908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17909
17909
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17998,7 +17998,7 @@ class DatabaseClient(object):
|
|
17998
17998
|
:rtype: :class:`~oci.response.Response`
|
17999
17999
|
|
18000
18000
|
:example:
|
18001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
18002
18002
|
"""
|
18003
18003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18004
18004
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -18086,7 +18086,7 @@ class DatabaseClient(object):
|
|
18086
18086
|
:rtype: :class:`~oci.response.Response`
|
18087
18087
|
|
18088
18088
|
:example:
|
18089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
18090
18090
|
"""
|
18091
18091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18092
18092
|
required_arguments = ['autonomousPatchId']
|
@@ -18177,7 +18177,7 @@ class DatabaseClient(object):
|
|
18177
18177
|
:rtype: :class:`~oci.response.Response`
|
18178
18178
|
|
18179
18179
|
:example:
|
18180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
18181
18181
|
"""
|
18182
18182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18183
18183
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -18275,7 +18275,7 @@ class DatabaseClient(object):
|
|
18275
18275
|
:rtype: :class:`~oci.response.Response`
|
18276
18276
|
|
18277
18277
|
:example:
|
18278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
18279
18279
|
"""
|
18280
18280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18281
18281
|
required_arguments = ['autonomousVmClusterId']
|
@@ -18373,7 +18373,7 @@ class DatabaseClient(object):
|
|
18373
18373
|
:rtype: :class:`~oci.response.Response`
|
18374
18374
|
|
18375
18375
|
:example:
|
18376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
18377
18377
|
"""
|
18378
18378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18379
18379
|
required_arguments = ['autonomousVmClusterId']
|
@@ -18468,7 +18468,7 @@ class DatabaseClient(object):
|
|
18468
18468
|
:rtype: :class:`~oci.response.Response`
|
18469
18469
|
|
18470
18470
|
:example:
|
18471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
18472
18472
|
"""
|
18473
18473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18474
18474
|
required_arguments = ['backupId']
|
@@ -18559,7 +18559,7 @@ class DatabaseClient(object):
|
|
18559
18559
|
:rtype: :class:`~oci.response.Response`
|
18560
18560
|
|
18561
18561
|
:example:
|
18562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
18563
18563
|
"""
|
18564
18564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18565
18565
|
required_arguments = ['backupDestinationId']
|
@@ -18657,7 +18657,7 @@ class DatabaseClient(object):
|
|
18657
18657
|
:rtype: :class:`~oci.response.Response`
|
18658
18658
|
|
18659
18659
|
:example:
|
18660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
18661
18661
|
"""
|
18662
18662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18663
18663
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -18755,7 +18755,7 @@ class DatabaseClient(object):
|
|
18755
18755
|
:rtype: :class:`~oci.response.Response`
|
18756
18756
|
|
18757
18757
|
:example:
|
18758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
18759
18759
|
"""
|
18760
18760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18761
18761
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -18853,7 +18853,7 @@ class DatabaseClient(object):
|
|
18853
18853
|
:rtype: :class:`~oci.response.Response`
|
18854
18854
|
|
18855
18855
|
:example:
|
18856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
18857
18857
|
"""
|
18858
18858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18859
18859
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -18956,7 +18956,7 @@ class DatabaseClient(object):
|
|
18956
18956
|
:rtype: :class:`~oci.response.Response`
|
18957
18957
|
|
18958
18958
|
:example:
|
18959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
18960
18960
|
"""
|
18961
18961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18962
18962
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -19062,7 +19062,7 @@ class DatabaseClient(object):
|
|
19062
19062
|
:rtype: :class:`~oci.response.Response`
|
19063
19063
|
|
19064
19064
|
:example:
|
19065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
19066
19066
|
"""
|
19067
19067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19068
19068
|
required_arguments = ['cloudVmClusterId']
|
@@ -19161,7 +19161,7 @@ class DatabaseClient(object):
|
|
19161
19161
|
:rtype: :class:`~oci.response.Response`
|
19162
19162
|
|
19163
19163
|
:example:
|
19164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
19165
19165
|
"""
|
19166
19166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19167
19167
|
required_arguments = ['cloudVmClusterId']
|
@@ -19264,7 +19264,7 @@ class DatabaseClient(object):
|
|
19264
19264
|
:rtype: :class:`~oci.response.Response`
|
19265
19265
|
|
19266
19266
|
:example:
|
19267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
19268
19268
|
"""
|
19269
19269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19270
19270
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -19368,7 +19368,7 @@ class DatabaseClient(object):
|
|
19368
19368
|
:rtype: :class:`~oci.response.Response`
|
19369
19369
|
|
19370
19370
|
:example:
|
19371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
19372
19372
|
"""
|
19373
19373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19374
19374
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -19467,7 +19467,7 @@ class DatabaseClient(object):
|
|
19467
19467
|
:rtype: :class:`~oci.response.Response`
|
19468
19468
|
|
19469
19469
|
:example:
|
19470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
19471
19471
|
"""
|
19472
19472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19473
19473
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -19562,7 +19562,7 @@ class DatabaseClient(object):
|
|
19562
19562
|
:rtype: :class:`~oci.response.Response`
|
19563
19563
|
|
19564
19564
|
:example:
|
19565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
19566
19566
|
"""
|
19567
19567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19568
19568
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -19664,7 +19664,7 @@ class DatabaseClient(object):
|
|
19664
19664
|
:rtype: :class:`~oci.response.Response`
|
19665
19665
|
|
19666
19666
|
:example:
|
19667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
19668
19668
|
"""
|
19669
19669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19670
19670
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -19765,7 +19765,7 @@ class DatabaseClient(object):
|
|
19765
19765
|
:rtype: :class:`~oci.response.Response`
|
19766
19766
|
|
19767
19767
|
:example:
|
19768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
19769
19769
|
"""
|
19770
19770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19771
19771
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -19854,7 +19854,7 @@ class DatabaseClient(object):
|
|
19854
19854
|
:rtype: :class:`~oci.response.Response`
|
19855
19855
|
|
19856
19856
|
:example:
|
19857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
19858
19858
|
"""
|
19859
19859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19860
19860
|
required_arguments = ['databaseId']
|
@@ -19942,7 +19942,7 @@ class DatabaseClient(object):
|
|
19942
19942
|
:rtype: :class:`~oci.response.Response`
|
19943
19943
|
|
19944
19944
|
:example:
|
19945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
19946
19946
|
"""
|
19947
19947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19948
19948
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -20038,7 +20038,7 @@ class DatabaseClient(object):
|
|
20038
20038
|
:rtype: :class:`~oci.response.Response`
|
20039
20039
|
|
20040
20040
|
:example:
|
20041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
20042
20042
|
"""
|
20043
20043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20044
20044
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -20134,7 +20134,7 @@ class DatabaseClient(object):
|
|
20134
20134
|
:rtype: :class:`~oci.response.Response`
|
20135
20135
|
|
20136
20136
|
:example:
|
20137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
20138
20138
|
"""
|
20139
20139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20140
20140
|
required_arguments = ['dbHomeId']
|
@@ -20227,7 +20227,7 @@ class DatabaseClient(object):
|
|
20227
20227
|
:rtype: :class:`~oci.response.Response`
|
20228
20228
|
|
20229
20229
|
:example:
|
20230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
20231
20231
|
"""
|
20232
20232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20233
20233
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -20321,7 +20321,7 @@ class DatabaseClient(object):
|
|
20321
20321
|
:rtype: :class:`~oci.response.Response`
|
20322
20322
|
|
20323
20323
|
:example:
|
20324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
20325
20325
|
"""
|
20326
20326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20327
20327
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -20410,7 +20410,7 @@ class DatabaseClient(object):
|
|
20410
20410
|
:rtype: :class:`~oci.response.Response`
|
20411
20411
|
|
20412
20412
|
:example:
|
20413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
20414
20414
|
"""
|
20415
20415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20416
20416
|
required_arguments = ['dbNodeId']
|
@@ -20506,7 +20506,7 @@ class DatabaseClient(object):
|
|
20506
20506
|
:rtype: :class:`~oci.response.Response`
|
20507
20507
|
|
20508
20508
|
:example:
|
20509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
20510
20510
|
"""
|
20511
20511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20512
20512
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -20615,7 +20615,7 @@ class DatabaseClient(object):
|
|
20615
20615
|
:rtype: :class:`~oci.response.Response`
|
20616
20616
|
|
20617
20617
|
:example:
|
20618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
20619
20619
|
"""
|
20620
20620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20621
20621
|
required_arguments = ['dbSystemId']
|
@@ -20708,7 +20708,7 @@ class DatabaseClient(object):
|
|
20708
20708
|
:rtype: :class:`~oci.response.Response`
|
20709
20709
|
|
20710
20710
|
:example:
|
20711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
20712
20712
|
"""
|
20713
20713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20714
20714
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -20802,7 +20802,7 @@ class DatabaseClient(object):
|
|
20802
20802
|
:rtype: :class:`~oci.response.Response`
|
20803
20803
|
|
20804
20804
|
:example:
|
20805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
20806
20806
|
"""
|
20807
20807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20808
20808
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -20899,7 +20899,7 @@ class DatabaseClient(object):
|
|
20899
20899
|
:rtype: :class:`~oci.response.Response`
|
20900
20900
|
|
20901
20901
|
:example:
|
20902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
20903
20903
|
"""
|
20904
20904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20905
20905
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -21004,7 +21004,7 @@ class DatabaseClient(object):
|
|
21004
21004
|
:rtype: :class:`~oci.response.Response`
|
21005
21005
|
|
21006
21006
|
:example:
|
21007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
21008
21008
|
"""
|
21009
21009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21010
21010
|
required_arguments = ['exadataInfrastructureId']
|
@@ -21118,7 +21118,7 @@ class DatabaseClient(object):
|
|
21118
21118
|
:rtype: :class:`~oci.response.Response`
|
21119
21119
|
|
21120
21120
|
:example:
|
21121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
21122
21122
|
"""
|
21123
21123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21124
21124
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -21221,7 +21221,7 @@ class DatabaseClient(object):
|
|
21221
21221
|
:rtype: :class:`~oci.response.Response`
|
21222
21222
|
|
21223
21223
|
:example:
|
21224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
21225
21225
|
"""
|
21226
21226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21227
21227
|
required_arguments = ['exadataInfrastructureId']
|
@@ -21338,7 +21338,7 @@ class DatabaseClient(object):
|
|
21338
21338
|
:rtype: :class:`~oci.response.Response`
|
21339
21339
|
|
21340
21340
|
:example:
|
21341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
21342
21342
|
"""
|
21343
21343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21344
21344
|
required_arguments = ['dbSystemId']
|
@@ -21436,7 +21436,7 @@ class DatabaseClient(object):
|
|
21436
21436
|
:rtype: :class:`~oci.response.Response`
|
21437
21437
|
|
21438
21438
|
:example:
|
21439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
21440
21440
|
"""
|
21441
21441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21442
21442
|
required_arguments = ['exadbVmClusterId']
|
@@ -21539,7 +21539,7 @@ class DatabaseClient(object):
|
|
21539
21539
|
:rtype: :class:`~oci.response.Response`
|
21540
21540
|
|
21541
21541
|
:example:
|
21542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
21543
21543
|
"""
|
21544
21544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21545
21545
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -21643,7 +21643,7 @@ class DatabaseClient(object):
|
|
21643
21643
|
:rtype: :class:`~oci.response.Response`
|
21644
21644
|
|
21645
21645
|
:example:
|
21646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
|
21647
21647
|
"""
|
21648
21648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21649
21649
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -21742,7 +21742,7 @@ class DatabaseClient(object):
|
|
21742
21742
|
:rtype: :class:`~oci.response.Response`
|
21743
21743
|
|
21744
21744
|
:example:
|
21745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
21746
21746
|
"""
|
21747
21747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21748
21748
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -21840,7 +21840,7 @@ class DatabaseClient(object):
|
|
21840
21840
|
:rtype: :class:`~oci.response.Response`
|
21841
21841
|
|
21842
21842
|
:example:
|
21843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
|
21844
21844
|
"""
|
21845
21845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21846
21846
|
required_arguments = ['executionActionId']
|
@@ -21938,7 +21938,7 @@ class DatabaseClient(object):
|
|
21938
21938
|
:rtype: :class:`~oci.response.Response`
|
21939
21939
|
|
21940
21940
|
:example:
|
21941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
|
21942
21942
|
"""
|
21943
21943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21944
21944
|
required_arguments = ['executionWindowId']
|
@@ -22037,7 +22037,7 @@ class DatabaseClient(object):
|
|
22037
22037
|
:rtype: :class:`~oci.response.Response`
|
22038
22038
|
|
22039
22039
|
:example:
|
22040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
22041
22041
|
"""
|
22042
22042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22043
22043
|
required_arguments = ['backupId']
|
@@ -22128,7 +22128,7 @@ class DatabaseClient(object):
|
|
22128
22128
|
:rtype: :class:`~oci.response.Response`
|
22129
22129
|
|
22130
22130
|
:example:
|
22131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
22132
22132
|
"""
|
22133
22133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22134
22134
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -22227,7 +22227,7 @@ class DatabaseClient(object):
|
|
22227
22227
|
:rtype: :class:`~oci.response.Response`
|
22228
22228
|
|
22229
22229
|
:example:
|
22230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
22231
22231
|
"""
|
22232
22232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22233
22233
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -22325,7 +22325,7 @@ class DatabaseClient(object):
|
|
22325
22325
|
:rtype: :class:`~oci.response.Response`
|
22326
22326
|
|
22327
22327
|
:example:
|
22328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
22329
22329
|
"""
|
22330
22330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22331
22331
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -22424,7 +22424,7 @@ class DatabaseClient(object):
|
|
22424
22424
|
:rtype: :class:`~oci.response.Response`
|
22425
22425
|
|
22426
22426
|
:example:
|
22427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
22428
22428
|
"""
|
22429
22429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22430
22430
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -22531,7 +22531,7 @@ class DatabaseClient(object):
|
|
22531
22531
|
:rtype: :class:`~oci.response.Response`
|
22532
22532
|
|
22533
22533
|
:example:
|
22534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
22535
22535
|
"""
|
22536
22536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22537
22537
|
required_arguments = ['compartmentId']
|
@@ -22635,7 +22635,7 @@ class DatabaseClient(object):
|
|
22635
22635
|
:rtype: :class:`~oci.response.Response`
|
22636
22636
|
|
22637
22637
|
:example:
|
22638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
22639
22639
|
"""
|
22640
22640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22641
22641
|
required_arguments = ['keyStoreId']
|
@@ -22728,7 +22728,7 @@ class DatabaseClient(object):
|
|
22728
22728
|
:rtype: :class:`~oci.response.Response`
|
22729
22729
|
|
22730
22730
|
:example:
|
22731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
22732
22732
|
"""
|
22733
22733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22734
22734
|
required_arguments = ['maintenanceRunId']
|
@@ -22814,7 +22814,7 @@ class DatabaseClient(object):
|
|
22814
22814
|
:rtype: :class:`~oci.response.Response`
|
22815
22815
|
|
22816
22816
|
:example:
|
22817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
22818
22818
|
"""
|
22819
22819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22820
22820
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -22905,7 +22905,7 @@ class DatabaseClient(object):
|
|
22905
22905
|
:rtype: :class:`~oci.response.Response`
|
22906
22906
|
|
22907
22907
|
:example:
|
22908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
22909
22909
|
"""
|
22910
22910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22911
22911
|
required_arguments = ['oneoffPatchId']
|
@@ -23008,7 +23008,7 @@ class DatabaseClient(object):
|
|
23008
23008
|
:rtype: :class:`~oci.response.Response`
|
23009
23009
|
|
23010
23010
|
:example:
|
23011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
23012
23012
|
"""
|
23013
23013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23014
23014
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -23104,7 +23104,7 @@ class DatabaseClient(object):
|
|
23104
23104
|
:rtype: :class:`~oci.response.Response`
|
23105
23105
|
|
23106
23106
|
:example:
|
23107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
23108
23108
|
"""
|
23109
23109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23110
23110
|
required_arguments = ['pluggableDatabaseId']
|
@@ -23195,7 +23195,7 @@ class DatabaseClient(object):
|
|
23195
23195
|
:rtype: :class:`~oci.response.Response`
|
23196
23196
|
|
23197
23197
|
:example:
|
23198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
|
23199
23199
|
"""
|
23200
23200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23201
23201
|
required_arguments = ['scheduledActionId']
|
@@ -23293,7 +23293,7 @@ class DatabaseClient(object):
|
|
23293
23293
|
:rtype: :class:`~oci.response.Response`
|
23294
23294
|
|
23295
23295
|
:example:
|
23296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
|
23297
23297
|
"""
|
23298
23298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23299
23299
|
required_arguments = ['schedulingPlanId']
|
@@ -23391,7 +23391,7 @@ class DatabaseClient(object):
|
|
23391
23391
|
:rtype: :class:`~oci.response.Response`
|
23392
23392
|
|
23393
23393
|
:example:
|
23394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
|
23395
23395
|
"""
|
23396
23396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23397
23397
|
required_arguments = ['schedulingPolicyId']
|
@@ -23494,7 +23494,7 @@ class DatabaseClient(object):
|
|
23494
23494
|
:rtype: :class:`~oci.response.Response`
|
23495
23495
|
|
23496
23496
|
:example:
|
23497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
|
23498
23498
|
"""
|
23499
23499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23500
23500
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -23593,7 +23593,7 @@ class DatabaseClient(object):
|
|
23593
23593
|
:rtype: :class:`~oci.response.Response`
|
23594
23594
|
|
23595
23595
|
:example:
|
23596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
23597
23597
|
"""
|
23598
23598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23599
23599
|
required_arguments = ['vmClusterId']
|
@@ -23697,7 +23697,7 @@ class DatabaseClient(object):
|
|
23697
23697
|
:rtype: :class:`~oci.response.Response`
|
23698
23698
|
|
23699
23699
|
:example:
|
23700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
23701
23701
|
"""
|
23702
23702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23703
23703
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -23798,7 +23798,7 @@ class DatabaseClient(object):
|
|
23798
23798
|
:rtype: :class:`~oci.response.Response`
|
23799
23799
|
|
23800
23800
|
:example:
|
23801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
23802
23802
|
"""
|
23803
23803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23804
23804
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -23892,7 +23892,7 @@ class DatabaseClient(object):
|
|
23892
23892
|
:rtype: :class:`~oci.response.Response`
|
23893
23893
|
|
23894
23894
|
:example:
|
23895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
23896
23896
|
"""
|
23897
23897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23898
23898
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -23989,7 +23989,7 @@ class DatabaseClient(object):
|
|
23989
23989
|
:rtype: :class:`~oci.response.Response`
|
23990
23990
|
|
23991
23991
|
:example:
|
23992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
23993
23993
|
"""
|
23994
23994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23995
23995
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -24093,7 +24093,7 @@ class DatabaseClient(object):
|
|
24093
24093
|
:rtype: :class:`~oci.response.Response`
|
24094
24094
|
|
24095
24095
|
:example:
|
24096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
24097
24097
|
"""
|
24098
24098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24099
24099
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -24194,7 +24194,7 @@ class DatabaseClient(object):
|
|
24194
24194
|
:rtype: :class:`~oci.response.Response`
|
24195
24195
|
|
24196
24196
|
:example:
|
24197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
24198
24198
|
"""
|
24199
24199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24200
24200
|
required_arguments = []
|
@@ -24306,7 +24306,7 @@ class DatabaseClient(object):
|
|
24306
24306
|
:rtype: :class:`~oci.response.Response`
|
24307
24307
|
|
24308
24308
|
:example:
|
24309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
24310
24310
|
"""
|
24311
24311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24312
24312
|
required_arguments = []
|
@@ -24424,7 +24424,7 @@ class DatabaseClient(object):
|
|
24424
24424
|
:rtype: :class:`~oci.response.Response`
|
24425
24425
|
|
24426
24426
|
:example:
|
24427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
24428
24428
|
"""
|
24429
24429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24430
24430
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -24552,7 +24552,7 @@ class DatabaseClient(object):
|
|
24552
24552
|
:rtype: :class:`~oci.response.Response`
|
24553
24553
|
|
24554
24554
|
:example:
|
24555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
24556
24556
|
"""
|
24557
24557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24558
24558
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -24673,7 +24673,7 @@ class DatabaseClient(object):
|
|
24673
24673
|
:rtype: :class:`~oci.response.Response`
|
24674
24674
|
|
24675
24675
|
:example:
|
24676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
24677
24677
|
"""
|
24678
24678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24679
24679
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -24835,7 +24835,7 @@ class DatabaseClient(object):
|
|
24835
24835
|
:rtype: :class:`~oci.response.Response`
|
24836
24836
|
|
24837
24837
|
:example:
|
24838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
24839
24839
|
"""
|
24840
24840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24841
24841
|
required_arguments = ['compartmentId']
|
@@ -25011,7 +25011,7 @@ class DatabaseClient(object):
|
|
25011
25011
|
:rtype: :class:`~oci.response.Response`
|
25012
25012
|
|
25013
25013
|
:example:
|
25014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
25015
25015
|
"""
|
25016
25016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25017
25017
|
required_arguments = []
|
@@ -25148,7 +25148,7 @@ class DatabaseClient(object):
|
|
25148
25148
|
:rtype: :class:`~oci.response.Response`
|
25149
25149
|
|
25150
25150
|
:example:
|
25151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
25152
25152
|
"""
|
25153
25153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25154
25154
|
required_arguments = []
|
@@ -25289,7 +25289,7 @@ class DatabaseClient(object):
|
|
25289
25289
|
:rtype: :class:`~oci.response.Response`
|
25290
25290
|
|
25291
25291
|
:example:
|
25292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
25293
25293
|
"""
|
25294
25294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25295
25295
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -25439,7 +25439,7 @@ class DatabaseClient(object):
|
|
25439
25439
|
:rtype: :class:`~oci.response.Response`
|
25440
25440
|
|
25441
25441
|
:example:
|
25442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
25443
25443
|
"""
|
25444
25444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25445
25445
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25550,7 +25550,7 @@ class DatabaseClient(object):
|
|
25550
25550
|
:rtype: :class:`~oci.response.Response`
|
25551
25551
|
|
25552
25552
|
:example:
|
25553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
25554
25554
|
"""
|
25555
25555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25556
25556
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25664,7 +25664,7 @@ class DatabaseClient(object):
|
|
25664
25664
|
:rtype: :class:`~oci.response.Response`
|
25665
25665
|
|
25666
25666
|
:example:
|
25667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
25668
25668
|
"""
|
25669
25669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25670
25670
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25801,7 +25801,7 @@ class DatabaseClient(object):
|
|
25801
25801
|
:rtype: :class:`~oci.response.Response`
|
25802
25802
|
|
25803
25803
|
:example:
|
25804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
25805
25805
|
"""
|
25806
25806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25807
25807
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -26002,7 +26002,7 @@ class DatabaseClient(object):
|
|
26002
26002
|
:rtype: :class:`~oci.response.Response`
|
26003
26003
|
|
26004
26004
|
:example:
|
26005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
26006
26006
|
"""
|
26007
26007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26008
26008
|
required_arguments = ['compartmentId']
|
@@ -26188,7 +26188,7 @@ class DatabaseClient(object):
|
|
26188
26188
|
:rtype: :class:`~oci.response.Response`
|
26189
26189
|
|
26190
26190
|
:example:
|
26191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
26192
26192
|
"""
|
26193
26193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26194
26194
|
required_arguments = ['compartmentId']
|
@@ -26319,7 +26319,7 @@ class DatabaseClient(object):
|
|
26319
26319
|
:rtype: :class:`~oci.response.Response`
|
26320
26320
|
|
26321
26321
|
:example:
|
26322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
26323
26323
|
"""
|
26324
26324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26325
26325
|
required_arguments = ['compartmentId']
|
@@ -26443,7 +26443,7 @@ class DatabaseClient(object):
|
|
26443
26443
|
:rtype: :class:`~oci.response.Response`
|
26444
26444
|
|
26445
26445
|
:example:
|
26446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
26447
26447
|
"""
|
26448
26448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26449
26449
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -26567,7 +26567,7 @@ class DatabaseClient(object):
|
|
26567
26567
|
:rtype: :class:`~oci.response.Response`
|
26568
26568
|
|
26569
26569
|
:example:
|
26570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
26571
26571
|
"""
|
26572
26572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26573
26573
|
required_arguments = ['compartmentId']
|
@@ -26708,7 +26708,7 @@ class DatabaseClient(object):
|
|
26708
26708
|
:rtype: :class:`~oci.response.Response`
|
26709
26709
|
|
26710
26710
|
:example:
|
26711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
26712
26712
|
"""
|
26713
26713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26714
26714
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -26826,7 +26826,7 @@ class DatabaseClient(object):
|
|
26826
26826
|
:rtype: :class:`~oci.response.Response`
|
26827
26827
|
|
26828
26828
|
:example:
|
26829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
26830
26830
|
"""
|
26831
26831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26832
26832
|
required_arguments = ['autonomousVmClusterId']
|
@@ -26963,7 +26963,7 @@ class DatabaseClient(object):
|
|
26963
26963
|
:rtype: :class:`~oci.response.Response`
|
26964
26964
|
|
26965
26965
|
:example:
|
26966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
26967
26967
|
"""
|
26968
26968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26969
26969
|
required_arguments = ['compartmentId']
|
@@ -27100,7 +27100,7 @@ class DatabaseClient(object):
|
|
27100
27100
|
:rtype: :class:`~oci.response.Response`
|
27101
27101
|
|
27102
27102
|
:example:
|
27103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
27104
27104
|
"""
|
27105
27105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27106
27106
|
required_arguments = ['compartmentId']
|
@@ -27212,7 +27212,7 @@ class DatabaseClient(object):
|
|
27212
27212
|
:rtype: :class:`~oci.response.Response`
|
27213
27213
|
|
27214
27214
|
:example:
|
27215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
27216
27216
|
"""
|
27217
27217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27218
27218
|
required_arguments = []
|
@@ -27330,7 +27330,7 @@ class DatabaseClient(object):
|
|
27330
27330
|
:rtype: :class:`~oci.response.Response`
|
27331
27331
|
|
27332
27332
|
:example:
|
27333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
27334
27334
|
"""
|
27335
27335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27336
27336
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -27470,7 +27470,7 @@ class DatabaseClient(object):
|
|
27470
27470
|
:rtype: :class:`~oci.response.Response`
|
27471
27471
|
|
27472
27472
|
:example:
|
27473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
27474
27474
|
"""
|
27475
27475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27476
27476
|
required_arguments = ['compartmentId']
|
@@ -27627,7 +27627,7 @@ class DatabaseClient(object):
|
|
27627
27627
|
:rtype: :class:`~oci.response.Response`
|
27628
27628
|
|
27629
27629
|
:example:
|
27630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
27631
27631
|
"""
|
27632
27632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27633
27633
|
required_arguments = ['compartmentId']
|
@@ -27766,7 +27766,7 @@ class DatabaseClient(object):
|
|
27766
27766
|
:rtype: :class:`~oci.response.Response`
|
27767
27767
|
|
27768
27768
|
:example:
|
27769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
27770
27770
|
"""
|
27771
27771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27772
27772
|
required_arguments = ['cloudVmClusterId']
|
@@ -27894,7 +27894,7 @@ class DatabaseClient(object):
|
|
27894
27894
|
:rtype: :class:`~oci.response.Response`
|
27895
27895
|
|
27896
27896
|
:example:
|
27897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
27898
27898
|
"""
|
27899
27899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27900
27900
|
required_arguments = ['cloudVmClusterId']
|
@@ -28038,7 +28038,7 @@ class DatabaseClient(object):
|
|
28038
28038
|
:rtype: :class:`~oci.response.Response`
|
28039
28039
|
|
28040
28040
|
:example:
|
28041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
28042
28042
|
"""
|
28043
28043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28044
28044
|
required_arguments = ['compartmentId']
|
@@ -28163,7 +28163,7 @@ class DatabaseClient(object):
|
|
28163
28163
|
:rtype: :class:`~oci.response.Response`
|
28164
28164
|
|
28165
28165
|
:example:
|
28166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
28167
28167
|
"""
|
28168
28168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28169
28169
|
required_arguments = ['dbNodeId']
|
@@ -28278,7 +28278,7 @@ class DatabaseClient(object):
|
|
28278
28278
|
:rtype: :class:`~oci.response.Response`
|
28279
28279
|
|
28280
28280
|
:example:
|
28281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
28282
28282
|
"""
|
28283
28283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28284
28284
|
required_arguments = ['dbNodeId']
|
@@ -28428,7 +28428,7 @@ class DatabaseClient(object):
|
|
28428
28428
|
:rtype: :class:`~oci.response.Response`
|
28429
28429
|
|
28430
28430
|
:example:
|
28431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
28432
28432
|
"""
|
28433
28433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28434
28434
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -28546,7 +28546,7 @@ class DatabaseClient(object):
|
|
28546
28546
|
:rtype: :class:`~oci.response.Response`
|
28547
28547
|
|
28548
28548
|
:example:
|
28549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
28550
28550
|
"""
|
28551
28551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28552
28552
|
required_arguments = ['databaseId']
|
@@ -28689,7 +28689,7 @@ class DatabaseClient(object):
|
|
28689
28689
|
:rtype: :class:`~oci.response.Response`
|
28690
28690
|
|
28691
28691
|
:example:
|
28692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
28693
28693
|
"""
|
28694
28694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28695
28695
|
required_arguments = ['compartmentId']
|
@@ -28860,7 +28860,7 @@ class DatabaseClient(object):
|
|
28860
28860
|
:rtype: :class:`~oci.response.Response`
|
28861
28861
|
|
28862
28862
|
:example:
|
28863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
28864
28864
|
"""
|
28865
28865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28866
28866
|
required_arguments = ['databaseId']
|
@@ -29035,7 +29035,7 @@ class DatabaseClient(object):
|
|
29035
29035
|
:rtype: :class:`~oci.response.Response`
|
29036
29036
|
|
29037
29037
|
:example:
|
29038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
29039
29039
|
"""
|
29040
29040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29041
29041
|
required_arguments = ['compartmentId']
|
@@ -29165,7 +29165,7 @@ class DatabaseClient(object):
|
|
29165
29165
|
:rtype: :class:`~oci.response.Response`
|
29166
29166
|
|
29167
29167
|
:example:
|
29168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
29169
29169
|
"""
|
29170
29170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29171
29171
|
required_arguments = ['dbHomeId']
|
@@ -29273,7 +29273,7 @@ class DatabaseClient(object):
|
|
29273
29273
|
:rtype: :class:`~oci.response.Response`
|
29274
29274
|
|
29275
29275
|
:example:
|
29276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
29277
29277
|
"""
|
29278
29278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29279
29279
|
required_arguments = ['dbHomeId']
|
@@ -29417,7 +29417,7 @@ class DatabaseClient(object):
|
|
29417
29417
|
:rtype: :class:`~oci.response.Response`
|
29418
29418
|
|
29419
29419
|
:example:
|
29420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
29421
29421
|
"""
|
29422
29422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29423
29423
|
required_arguments = ['compartmentId']
|
@@ -29581,7 +29581,7 @@ class DatabaseClient(object):
|
|
29581
29581
|
:rtype: :class:`~oci.response.Response`
|
29582
29582
|
|
29583
29583
|
:example:
|
29584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
29585
29585
|
"""
|
29586
29586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29587
29587
|
required_arguments = ['compartmentId']
|
@@ -29737,7 +29737,7 @@ class DatabaseClient(object):
|
|
29737
29737
|
:rtype: :class:`~oci.response.Response`
|
29738
29738
|
|
29739
29739
|
:example:
|
29740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
29741
29741
|
"""
|
29742
29742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29743
29743
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -29862,7 +29862,7 @@ class DatabaseClient(object):
|
|
29862
29862
|
:rtype: :class:`~oci.response.Response`
|
29863
29863
|
|
29864
29864
|
:example:
|
29865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
29866
29866
|
"""
|
29867
29867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29868
29868
|
required_arguments = []
|
@@ -29959,7 +29959,7 @@ class DatabaseClient(object):
|
|
29959
29959
|
:rtype: :class:`~oci.response.Response`
|
29960
29960
|
|
29961
29961
|
:example:
|
29962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
29963
29963
|
"""
|
29964
29964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29965
29965
|
required_arguments = ['dbSystemId']
|
@@ -30067,7 +30067,7 @@ class DatabaseClient(object):
|
|
30067
30067
|
:rtype: :class:`~oci.response.Response`
|
30068
30068
|
|
30069
30069
|
:example:
|
30070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
30071
30071
|
"""
|
30072
30072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30073
30073
|
required_arguments = ['dbSystemId']
|
@@ -30178,7 +30178,7 @@ class DatabaseClient(object):
|
|
30178
30178
|
:rtype: :class:`~oci.response.Response`
|
30179
30179
|
|
30180
30180
|
:example:
|
30181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
30182
30182
|
"""
|
30183
30183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30184
30184
|
required_arguments = ['compartmentId']
|
@@ -30279,7 +30279,7 @@ class DatabaseClient(object):
|
|
30279
30279
|
:rtype: :class:`~oci.response.Response`
|
30280
30280
|
|
30281
30281
|
:example:
|
30282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
30283
30283
|
"""
|
30284
30284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30285
30285
|
required_arguments = ['storageManagement']
|
@@ -30406,7 +30406,7 @@ class DatabaseClient(object):
|
|
30406
30406
|
:rtype: :class:`~oci.response.Response`
|
30407
30407
|
|
30408
30408
|
:example:
|
30409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
30410
30410
|
"""
|
30411
30411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30412
30412
|
required_arguments = ['dbSystemId']
|
@@ -30588,7 +30588,7 @@ class DatabaseClient(object):
|
|
30588
30588
|
:rtype: :class:`~oci.response.Response`
|
30589
30589
|
|
30590
30590
|
:example:
|
30591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
30592
30592
|
"""
|
30593
30593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30594
30594
|
required_arguments = ['compartmentId']
|
@@ -30739,7 +30739,7 @@ class DatabaseClient(object):
|
|
30739
30739
|
:rtype: :class:`~oci.response.Response`
|
30740
30740
|
|
30741
30741
|
:example:
|
30742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
30743
30743
|
"""
|
30744
30744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30745
30745
|
required_arguments = ['compartmentId']
|
@@ -30880,7 +30880,7 @@ class DatabaseClient(object):
|
|
30880
30880
|
:rtype: :class:`~oci.response.Response`
|
30881
30881
|
|
30882
30882
|
:example:
|
30883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
30884
30884
|
"""
|
30885
30885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30886
30886
|
required_arguments = ['compartmentId']
|
@@ -31027,7 +31027,7 @@ class DatabaseClient(object):
|
|
31027
31027
|
:rtype: :class:`~oci.response.Response`
|
31028
31028
|
|
31029
31029
|
:example:
|
31030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
|
31031
31031
|
"""
|
31032
31032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31033
31033
|
required_arguments = ['exadbVmClusterId']
|
@@ -31158,7 +31158,7 @@ class DatabaseClient(object):
|
|
31158
31158
|
:rtype: :class:`~oci.response.Response`
|
31159
31159
|
|
31160
31160
|
:example:
|
31161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
31162
31162
|
"""
|
31163
31163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31164
31164
|
required_arguments = ['exadbVmClusterId']
|
@@ -31304,7 +31304,7 @@ class DatabaseClient(object):
|
|
31304
31304
|
:rtype: :class:`~oci.response.Response`
|
31305
31305
|
|
31306
31306
|
:example:
|
31307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
31308
31308
|
"""
|
31309
31309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31310
31310
|
required_arguments = ['compartmentId']
|
@@ -31459,7 +31459,7 @@ class DatabaseClient(object):
|
|
31459
31459
|
:rtype: :class:`~oci.response.Response`
|
31460
31460
|
|
31461
31461
|
:example:
|
31462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
31463
31463
|
"""
|
31464
31464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31465
31465
|
required_arguments = ['compartmentId']
|
@@ -31614,7 +31614,7 @@ class DatabaseClient(object):
|
|
31614
31614
|
:rtype: :class:`~oci.response.Response`
|
31615
31615
|
|
31616
31616
|
:example:
|
31617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
|
31618
31618
|
"""
|
31619
31619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31620
31620
|
required_arguments = ['compartmentId']
|
@@ -31769,7 +31769,7 @@ class DatabaseClient(object):
|
|
31769
31769
|
:rtype: :class:`~oci.response.Response`
|
31770
31770
|
|
31771
31771
|
:example:
|
31772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
|
31773
31773
|
"""
|
31774
31774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31775
31775
|
required_arguments = ['compartmentId']
|
@@ -31924,7 +31924,7 @@ class DatabaseClient(object):
|
|
31924
31924
|
:rtype: :class:`~oci.response.Response`
|
31925
31925
|
|
31926
31926
|
:example:
|
31927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
31928
31928
|
"""
|
31929
31929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31930
31930
|
required_arguments = ['compartmentId']
|
@@ -32082,7 +32082,7 @@ class DatabaseClient(object):
|
|
32082
32082
|
:rtype: :class:`~oci.response.Response`
|
32083
32083
|
|
32084
32084
|
:example:
|
32085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32085
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
32086
32086
|
"""
|
32087
32087
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32088
32088
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -32236,7 +32236,7 @@ class DatabaseClient(object):
|
|
32236
32236
|
:rtype: :class:`~oci.response.Response`
|
32237
32237
|
|
32238
32238
|
:example:
|
32239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
32240
32240
|
"""
|
32241
32241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32242
32242
|
required_arguments = ['compartmentId']
|
@@ -32395,7 +32395,7 @@ class DatabaseClient(object):
|
|
32395
32395
|
:rtype: :class:`~oci.response.Response`
|
32396
32396
|
|
32397
32397
|
:example:
|
32398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
32399
32399
|
"""
|
32400
32400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32401
32401
|
required_arguments = ['compartmentId']
|
@@ -32542,7 +32542,7 @@ class DatabaseClient(object):
|
|
32542
32542
|
:rtype: :class:`~oci.response.Response`
|
32543
32543
|
|
32544
32544
|
:example:
|
32545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
32546
32546
|
"""
|
32547
32547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32548
32548
|
required_arguments = ['compartmentId']
|
@@ -32691,7 +32691,7 @@ class DatabaseClient(object):
|
|
32691
32691
|
:rtype: :class:`~oci.response.Response`
|
32692
32692
|
|
32693
32693
|
:example:
|
32694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
32695
32695
|
"""
|
32696
32696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32697
32697
|
required_arguments = ['version']
|
@@ -32848,7 +32848,7 @@ class DatabaseClient(object):
|
|
32848
32848
|
:rtype: :class:`~oci.response.Response`
|
32849
32849
|
|
32850
32850
|
:example:
|
32851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
32852
32852
|
"""
|
32853
32853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32854
32854
|
required_arguments = ['compartmentId']
|
@@ -32961,7 +32961,7 @@ class DatabaseClient(object):
|
|
32961
32961
|
:rtype: :class:`~oci.response.Response`
|
32962
32962
|
|
32963
32963
|
:example:
|
32964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
32965
32965
|
"""
|
32966
32966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32967
32967
|
required_arguments = ['compartmentId']
|
@@ -33099,7 +33099,7 @@ class DatabaseClient(object):
|
|
33099
33099
|
:rtype: :class:`~oci.response.Response`
|
33100
33100
|
|
33101
33101
|
:example:
|
33102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
33103
33103
|
"""
|
33104
33104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33105
33105
|
required_arguments = ['compartmentId']
|
@@ -33251,6 +33251,9 @@ class DatabaseClient(object):
|
|
33251
33251
|
:param str page: (optional)
|
33252
33252
|
The pagination token to continue listing from.
|
33253
33253
|
|
33254
|
+
:param bool is_local_adg: (optional)
|
33255
|
+
A filter to return the maintenance history results for the local standby Autonomous Database Serverless only.
|
33256
|
+
|
33254
33257
|
:param str sort_by: (optional)
|
33255
33258
|
The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIME_SCHEDULED and TIME_ENDED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
|
33256
33259
|
|
@@ -33292,7 +33295,7 @@ class DatabaseClient(object):
|
|
33292
33295
|
:rtype: :class:`~oci.response.Response`
|
33293
33296
|
|
33294
33297
|
:example:
|
33295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
33296
33299
|
"""
|
33297
33300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33298
33301
|
required_arguments = ['compartmentId']
|
@@ -33310,6 +33313,7 @@ class DatabaseClient(object):
|
|
33310
33313
|
"maintenance_type",
|
33311
33314
|
"limit",
|
33312
33315
|
"page",
|
33316
|
+
"is_local_adg",
|
33313
33317
|
"sort_by",
|
33314
33318
|
"sort_order",
|
33315
33319
|
"lifecycle_state",
|
@@ -33370,6 +33374,7 @@ class DatabaseClient(object):
|
|
33370
33374
|
"maintenanceType": kwargs.get("maintenance_type", missing),
|
33371
33375
|
"limit": kwargs.get("limit", missing),
|
33372
33376
|
"page": kwargs.get("page", missing),
|
33377
|
+
"isLocalAdg": kwargs.get("is_local_adg", missing),
|
33373
33378
|
"sortBy": kwargs.get("sort_by", missing),
|
33374
33379
|
"sortOrder": kwargs.get("sort_order", missing),
|
33375
33380
|
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
@@ -33468,7 +33473,7 @@ class DatabaseClient(object):
|
|
33468
33473
|
:rtype: :class:`~oci.response.Response`
|
33469
33474
|
|
33470
33475
|
:example:
|
33471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
33472
33477
|
"""
|
33473
33478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33474
33479
|
required_arguments = ['compartmentId']
|
@@ -33600,7 +33605,7 @@ class DatabaseClient(object):
|
|
33600
33605
|
:rtype: :class:`~oci.response.Response`
|
33601
33606
|
|
33602
33607
|
:example:
|
33603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
|
33604
33609
|
"""
|
33605
33610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33606
33611
|
required_arguments = ['type']
|
@@ -33729,7 +33734,7 @@ class DatabaseClient(object):
|
|
33729
33734
|
:rtype: :class:`~oci.response.Response`
|
33730
33735
|
|
33731
33736
|
:example:
|
33732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
33733
33738
|
"""
|
33734
33739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33735
33740
|
required_arguments = ['databaseId']
|
@@ -33899,7 +33904,7 @@ class DatabaseClient(object):
|
|
33899
33904
|
:rtype: :class:`~oci.response.Response`
|
33900
33905
|
|
33901
33906
|
:example:
|
33902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
33903
33908
|
"""
|
33904
33909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33905
33910
|
required_arguments = []
|
@@ -34041,7 +34046,7 @@ class DatabaseClient(object):
|
|
34041
34046
|
:rtype: :class:`~oci.response.Response`
|
34042
34047
|
|
34043
34048
|
:example:
|
34044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
|
34045
34050
|
"""
|
34046
34051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34047
34052
|
required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
|
@@ -34190,7 +34195,7 @@ class DatabaseClient(object):
|
|
34190
34195
|
:rtype: :class:`~oci.response.Response`
|
34191
34196
|
|
34192
34197
|
:example:
|
34193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
|
34194
34199
|
"""
|
34195
34200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34196
34201
|
required_arguments = ['compartmentId']
|
@@ -34355,7 +34360,7 @@ class DatabaseClient(object):
|
|
34355
34360
|
:rtype: :class:`~oci.response.Response`
|
34356
34361
|
|
34357
34362
|
:example:
|
34358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
|
34359
34364
|
"""
|
34360
34365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34361
34366
|
required_arguments = ['compartmentId']
|
@@ -34511,7 +34516,7 @@ class DatabaseClient(object):
|
|
34511
34516
|
:rtype: :class:`~oci.response.Response`
|
34512
34517
|
|
34513
34518
|
:example:
|
34514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
|
34515
34520
|
"""
|
34516
34521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34517
34522
|
required_arguments = ['compartmentId']
|
@@ -34666,7 +34671,7 @@ class DatabaseClient(object):
|
|
34666
34671
|
:rtype: :class:`~oci.response.Response`
|
34667
34672
|
|
34668
34673
|
:example:
|
34669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
|
34670
34675
|
"""
|
34671
34676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34672
34677
|
required_arguments = ['schedulingPolicyId']
|
@@ -34822,7 +34827,7 @@ class DatabaseClient(object):
|
|
34822
34827
|
:rtype: :class:`~oci.response.Response`
|
34823
34828
|
|
34824
34829
|
:example:
|
34825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
34826
34831
|
"""
|
34827
34832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34828
34833
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -34959,7 +34964,7 @@ class DatabaseClient(object):
|
|
34959
34964
|
:rtype: :class:`~oci.response.Response`
|
34960
34965
|
|
34961
34966
|
:example:
|
34962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
34963
34968
|
"""
|
34964
34969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34965
34970
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -35100,7 +35105,7 @@ class DatabaseClient(object):
|
|
35100
35105
|
:rtype: :class:`~oci.response.Response`
|
35101
35106
|
|
35102
35107
|
:example:
|
35103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
35104
35109
|
"""
|
35105
35110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35106
35111
|
required_arguments = ['vmClusterId']
|
@@ -35208,7 +35213,7 @@ class DatabaseClient(object):
|
|
35208
35213
|
:rtype: :class:`~oci.response.Response`
|
35209
35214
|
|
35210
35215
|
:example:
|
35211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
35212
35217
|
"""
|
35213
35218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35214
35219
|
required_arguments = ['vmClusterId']
|
@@ -35329,7 +35334,7 @@ class DatabaseClient(object):
|
|
35329
35334
|
:rtype: :class:`~oci.response.Response`
|
35330
35335
|
|
35331
35336
|
:example:
|
35332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
35333
35338
|
"""
|
35334
35339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35335
35340
|
required_arguments = ['vmClusterId']
|
@@ -35471,7 +35476,7 @@ class DatabaseClient(object):
|
|
35471
35476
|
:rtype: :class:`~oci.response.Response`
|
35472
35477
|
|
35473
35478
|
:example:
|
35474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
35475
35480
|
"""
|
35476
35481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35477
35482
|
required_arguments = ['vmClusterId']
|
@@ -35625,7 +35630,7 @@ class DatabaseClient(object):
|
|
35625
35630
|
:rtype: :class:`~oci.response.Response`
|
35626
35631
|
|
35627
35632
|
:example:
|
35628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
35629
35634
|
"""
|
35630
35635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35631
35636
|
required_arguments = ['compartmentId']
|
@@ -35769,7 +35774,7 @@ class DatabaseClient(object):
|
|
35769
35774
|
:rtype: :class:`~oci.response.Response`
|
35770
35775
|
|
35771
35776
|
:example:
|
35772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
35773
35778
|
"""
|
35774
35779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35775
35780
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35893,7 +35898,7 @@ class DatabaseClient(object):
|
|
35893
35898
|
:rtype: :class:`~oci.response.Response`
|
35894
35899
|
|
35895
35900
|
:example:
|
35896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
|
35897
35902
|
"""
|
35898
35903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35899
35904
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -36012,7 +36017,7 @@ class DatabaseClient(object):
|
|
36012
36017
|
:rtype: :class:`~oci.response.Response`
|
36013
36018
|
|
36014
36019
|
:example:
|
36015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
36016
36021
|
"""
|
36017
36022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36018
36023
|
required_arguments = ['dbSystemId']
|
@@ -36132,7 +36137,7 @@ class DatabaseClient(object):
|
|
36132
36137
|
:rtype: :class:`~oci.response.Response`
|
36133
36138
|
|
36134
36139
|
:example:
|
36135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
36136
36141
|
"""
|
36137
36142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36138
36143
|
required_arguments = ['databaseId']
|
@@ -36252,7 +36257,7 @@ class DatabaseClient(object):
|
|
36252
36257
|
:rtype: :class:`~oci.response.Response`
|
36253
36258
|
|
36254
36259
|
:example:
|
36255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
36256
36261
|
"""
|
36257
36262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36258
36263
|
required_arguments = ['databaseId']
|
@@ -36372,7 +36377,7 @@ class DatabaseClient(object):
|
|
36372
36377
|
:rtype: :class:`~oci.response.Response`
|
36373
36378
|
|
36374
36379
|
:example:
|
36375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
36376
36381
|
"""
|
36377
36382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36378
36383
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36492,7 +36497,7 @@ class DatabaseClient(object):
|
|
36492
36497
|
:rtype: :class:`~oci.response.Response`
|
36493
36498
|
|
36494
36499
|
:example:
|
36495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
|
36496
36501
|
"""
|
36497
36502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36498
36503
|
required_arguments = ['executionActionId']
|
@@ -36609,7 +36614,7 @@ class DatabaseClient(object):
|
|
36609
36614
|
:rtype: :class:`~oci.response.Response`
|
36610
36615
|
|
36611
36616
|
:example:
|
36612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
36613
36618
|
"""
|
36614
36619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36615
36620
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36715,7 +36720,7 @@ class DatabaseClient(object):
|
|
36715
36720
|
:rtype: :class:`~oci.response.Response`
|
36716
36721
|
|
36717
36722
|
:example:
|
36718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
36719
36724
|
"""
|
36720
36725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36721
36726
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36821,7 +36826,7 @@ class DatabaseClient(object):
|
|
36821
36826
|
:rtype: :class:`~oci.response.Response`
|
36822
36827
|
|
36823
36828
|
:example:
|
36824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
36825
36830
|
"""
|
36826
36831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36827
36832
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -36937,7 +36942,7 @@ class DatabaseClient(object):
|
|
36937
36942
|
:rtype: :class:`~oci.response.Response`
|
36938
36943
|
|
36939
36944
|
:example:
|
36940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
|
36941
36946
|
"""
|
36942
36947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36943
36948
|
required_arguments = ['databaseId']
|
@@ -37052,7 +37057,7 @@ class DatabaseClient(object):
|
|
37052
37057
|
:rtype: :class:`~oci.response.Response`
|
37053
37058
|
|
37054
37059
|
:example:
|
37055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
37056
37061
|
"""
|
37057
37062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37058
37063
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -37170,7 +37175,7 @@ class DatabaseClient(object):
|
|
37170
37175
|
:rtype: :class:`~oci.response.Response`
|
37171
37176
|
|
37172
37177
|
:example:
|
37173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
37174
37179
|
"""
|
37175
37180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37176
37181
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37290,7 +37295,7 @@ class DatabaseClient(object):
|
|
37290
37295
|
:rtype: :class:`~oci.response.Response`
|
37291
37296
|
|
37292
37297
|
:example:
|
37293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
37294
37299
|
"""
|
37295
37300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37296
37301
|
required_arguments = ['cloudVmClusterId']
|
@@ -37410,7 +37415,7 @@ class DatabaseClient(object):
|
|
37410
37415
|
:rtype: :class:`~oci.response.Response`
|
37411
37416
|
|
37412
37417
|
:example:
|
37413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
|
37414
37419
|
"""
|
37415
37420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37416
37421
|
required_arguments = ['exadbVmClusterId']
|
@@ -37530,7 +37535,7 @@ class DatabaseClient(object):
|
|
37530
37535
|
:rtype: :class:`~oci.response.Response`
|
37531
37536
|
|
37532
37537
|
:example:
|
37533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
37534
37539
|
"""
|
37535
37540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37536
37541
|
required_arguments = ['vmClusterId']
|
@@ -37650,7 +37655,7 @@ class DatabaseClient(object):
|
|
37650
37655
|
:rtype: :class:`~oci.response.Response`
|
37651
37656
|
|
37652
37657
|
:example:
|
37653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
|
37654
37659
|
"""
|
37655
37660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37656
37661
|
required_arguments = ['executionWindowId']
|
@@ -37770,7 +37775,7 @@ class DatabaseClient(object):
|
|
37770
37775
|
:rtype: :class:`~oci.response.Response`
|
37771
37776
|
|
37772
37777
|
:example:
|
37773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
|
37774
37779
|
"""
|
37775
37780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37776
37781
|
required_arguments = ['schedulingPlanId']
|
@@ -37896,7 +37901,7 @@ class DatabaseClient(object):
|
|
37896
37901
|
:rtype: :class:`~oci.response.Response`
|
37897
37902
|
|
37898
37903
|
:example:
|
37899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
37900
37905
|
"""
|
37901
37906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37902
37907
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -38015,7 +38020,7 @@ class DatabaseClient(object):
|
|
38015
38020
|
:rtype: :class:`~oci.response.Response`
|
38016
38021
|
|
38017
38022
|
:example:
|
38018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
38019
38024
|
"""
|
38020
38025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38021
38026
|
required_arguments = []
|
@@ -38121,7 +38126,7 @@ class DatabaseClient(object):
|
|
38121
38126
|
:rtype: :class:`~oci.response.Response`
|
38122
38127
|
|
38123
38128
|
:example:
|
38124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
38125
38130
|
"""
|
38126
38131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38127
38132
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -38223,7 +38228,7 @@ class DatabaseClient(object):
|
|
38223
38228
|
:rtype: :class:`~oci.response.Response`
|
38224
38229
|
|
38225
38230
|
:example:
|
38226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
38227
38232
|
"""
|
38228
38233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38229
38234
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38326,7 +38331,7 @@ class DatabaseClient(object):
|
|
38326
38331
|
:rtype: :class:`~oci.response.Response`
|
38327
38332
|
|
38328
38333
|
:example:
|
38329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
38330
38335
|
"""
|
38331
38336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38332
38337
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38431,7 +38436,7 @@ class DatabaseClient(object):
|
|
38431
38436
|
:rtype: :class:`~oci.response.Response`
|
38432
38437
|
|
38433
38438
|
:example:
|
38434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
38435
38440
|
"""
|
38436
38441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38437
38442
|
required_arguments = ['databaseId']
|
@@ -38548,7 +38553,7 @@ class DatabaseClient(object):
|
|
38548
38553
|
:rtype: :class:`~oci.response.Response`
|
38549
38554
|
|
38550
38555
|
:example:
|
38551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
38552
38557
|
"""
|
38553
38558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38554
38559
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -38671,7 +38676,7 @@ class DatabaseClient(object):
|
|
38671
38676
|
:rtype: :class:`~oci.response.Response`
|
38672
38677
|
|
38673
38678
|
:example:
|
38674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
38675
38680
|
"""
|
38676
38681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38677
38682
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38792,7 +38797,7 @@ class DatabaseClient(object):
|
|
38792
38797
|
:rtype: :class:`~oci.response.Response`
|
38793
38798
|
|
38794
38799
|
:example:
|
38795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
38796
38801
|
"""
|
38797
38802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38798
38803
|
required_arguments = ['autonomousVmClusterId']
|
@@ -38910,7 +38915,7 @@ class DatabaseClient(object):
|
|
38910
38915
|
:rtype: :class:`~oci.response.Response`
|
38911
38916
|
|
38912
38917
|
:example:
|
38913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
38914
38919
|
"""
|
38915
38920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38916
38921
|
required_arguments = ['autonomousVmClusterId']
|
@@ -39028,7 +39033,7 @@ class DatabaseClient(object):
|
|
39028
39033
|
:rtype: :class:`~oci.response.Response`
|
39029
39034
|
|
39030
39035
|
:example:
|
39031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
39032
39037
|
"""
|
39033
39038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39034
39039
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -39147,7 +39152,7 @@ class DatabaseClient(object):
|
|
39147
39152
|
:rtype: :class:`~oci.response.Response`
|
39148
39153
|
|
39149
39154
|
:example:
|
39150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
39151
39156
|
"""
|
39152
39157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39153
39158
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -39263,7 +39268,7 @@ class DatabaseClient(object):
|
|
39263
39268
|
:rtype: :class:`~oci.response.Response`
|
39264
39269
|
|
39265
39270
|
:example:
|
39266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
39267
39272
|
"""
|
39268
39273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39269
39274
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -39376,7 +39381,7 @@ class DatabaseClient(object):
|
|
39376
39381
|
:rtype: :class:`~oci.response.Response`
|
39377
39382
|
|
39378
39383
|
:example:
|
39379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
39380
39385
|
"""
|
39381
39386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39382
39387
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39489,7 +39494,7 @@ class DatabaseClient(object):
|
|
39489
39494
|
:rtype: :class:`~oci.response.Response`
|
39490
39495
|
|
39491
39496
|
:example:
|
39492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
39493
39498
|
"""
|
39494
39499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39495
39500
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -39604,7 +39609,7 @@ class DatabaseClient(object):
|
|
39604
39609
|
:rtype: :class:`~oci.response.Response`
|
39605
39610
|
|
39606
39611
|
:example:
|
39607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
39608
39613
|
"""
|
39609
39614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39610
39615
|
required_arguments = ['databaseId']
|
@@ -39707,7 +39712,7 @@ class DatabaseClient(object):
|
|
39707
39712
|
:rtype: :class:`~oci.response.Response`
|
39708
39713
|
|
39709
39714
|
:example:
|
39710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
39711
39716
|
"""
|
39712
39717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39713
39718
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39819,7 +39824,7 @@ class DatabaseClient(object):
|
|
39819
39824
|
:rtype: :class:`~oci.response.Response`
|
39820
39825
|
|
39821
39826
|
:example:
|
39822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
39823
39828
|
"""
|
39824
39829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39825
39830
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -39942,7 +39947,7 @@ class DatabaseClient(object):
|
|
39942
39947
|
:rtype: :class:`~oci.response.Response`
|
39943
39948
|
|
39944
39949
|
:example:
|
39945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
|
39946
39951
|
"""
|
39947
39952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39948
39953
|
required_arguments = ['databaseId']
|
@@ -40064,7 +40069,7 @@ class DatabaseClient(object):
|
|
40064
40069
|
:rtype: :class:`~oci.response.Response`
|
40065
40070
|
|
40066
40071
|
:example:
|
40067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
|
40068
40073
|
"""
|
40069
40074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40070
40075
|
required_arguments = ['pluggableDatabaseId']
|
@@ -40171,7 +40176,7 @@ class DatabaseClient(object):
|
|
40171
40176
|
:rtype: :class:`~oci.response.Response`
|
40172
40177
|
|
40173
40178
|
:example:
|
40174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
40175
40180
|
"""
|
40176
40181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40177
40182
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40271,7 +40276,7 @@ class DatabaseClient(object):
|
|
40271
40276
|
:rtype: :class:`~oci.response.Response`
|
40272
40277
|
|
40273
40278
|
:example:
|
40274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
40275
40280
|
"""
|
40276
40281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40277
40282
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40381,7 +40386,7 @@ class DatabaseClient(object):
|
|
40381
40386
|
:rtype: :class:`~oci.response.Response`
|
40382
40387
|
|
40383
40388
|
:example:
|
40384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
40385
40390
|
"""
|
40386
40391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40387
40392
|
required_arguments = ['pluggableDatabaseId']
|
@@ -40489,7 +40494,7 @@ class DatabaseClient(object):
|
|
40489
40494
|
:rtype: :class:`~oci.response.Response`
|
40490
40495
|
|
40491
40496
|
:example:
|
40492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
40493
40498
|
"""
|
40494
40499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40495
40500
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40601,7 +40606,7 @@ class DatabaseClient(object):
|
|
40601
40606
|
:rtype: :class:`~oci.response.Response`
|
40602
40607
|
|
40603
40608
|
:example:
|
40604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
40605
40610
|
"""
|
40606
40611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40607
40612
|
required_arguments = ['pluggableDatabaseId']
|
@@ -40724,7 +40729,7 @@ class DatabaseClient(object):
|
|
40724
40729
|
:rtype: :class:`~oci.response.Response`
|
40725
40730
|
|
40726
40731
|
:example:
|
40727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
|
40728
40733
|
"""
|
40729
40734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40730
40735
|
required_arguments = ['databaseId']
|
@@ -40838,7 +40843,7 @@ class DatabaseClient(object):
|
|
40838
40843
|
:rtype: :class:`~oci.response.Response`
|
40839
40844
|
|
40840
40845
|
:example:
|
40841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
40842
40847
|
"""
|
40843
40848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40844
40849
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -40957,7 +40962,7 @@ class DatabaseClient(object):
|
|
40957
40962
|
:rtype: :class:`~oci.response.Response`
|
40958
40963
|
|
40959
40964
|
:example:
|
40960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
40961
40966
|
"""
|
40962
40967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40963
40968
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41081,7 +41086,7 @@ class DatabaseClient(object):
|
|
41081
41086
|
:rtype: :class:`~oci.response.Response`
|
41082
41087
|
|
41083
41088
|
:example:
|
41084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
41085
41090
|
"""
|
41086
41091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41087
41092
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -41184,7 +41189,7 @@ class DatabaseClient(object):
|
|
41184
41189
|
:rtype: :class:`~oci.response.Response`
|
41185
41190
|
|
41186
41191
|
:example:
|
41187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
41188
41193
|
"""
|
41189
41194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41190
41195
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -41282,7 +41287,7 @@ class DatabaseClient(object):
|
|
41282
41287
|
:rtype: :class:`~oci.response.Response`
|
41283
41288
|
|
41284
41289
|
:example:
|
41285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
41286
41291
|
"""
|
41287
41292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41288
41293
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -41387,7 +41392,7 @@ class DatabaseClient(object):
|
|
41387
41392
|
:rtype: :class:`~oci.response.Response`
|
41388
41393
|
|
41389
41394
|
:example:
|
41390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
41391
41396
|
"""
|
41392
41397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41393
41398
|
required_arguments = ['dbSystemId']
|
@@ -41488,7 +41493,7 @@ class DatabaseClient(object):
|
|
41488
41493
|
:rtype: :class:`~oci.response.Response`
|
41489
41494
|
|
41490
41495
|
:example:
|
41491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
41492
41497
|
"""
|
41493
41498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41494
41499
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -41601,7 +41606,7 @@ class DatabaseClient(object):
|
|
41601
41606
|
:rtype: :class:`~oci.response.Response`
|
41602
41607
|
|
41603
41608
|
:example:
|
41604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
41605
41610
|
"""
|
41606
41611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41607
41612
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -41712,7 +41717,7 @@ class DatabaseClient(object):
|
|
41712
41717
|
:rtype: :class:`~oci.response.Response`
|
41713
41718
|
|
41714
41719
|
:example:
|
41715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
41716
41721
|
"""
|
41717
41722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41718
41723
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41822,7 +41827,7 @@ class DatabaseClient(object):
|
|
41822
41827
|
:rtype: :class:`~oci.response.Response`
|
41823
41828
|
|
41824
41829
|
:example:
|
41825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
41826
41831
|
"""
|
41827
41832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41828
41833
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -41922,7 +41927,7 @@ class DatabaseClient(object):
|
|
41922
41927
|
:rtype: :class:`~oci.response.Response`
|
41923
41928
|
|
41924
41929
|
:example:
|
41925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
41926
41931
|
"""
|
41927
41932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41928
41933
|
required_arguments = []
|
@@ -42016,7 +42021,7 @@ class DatabaseClient(object):
|
|
42016
42021
|
:rtype: :class:`~oci.response.Response`
|
42017
42022
|
|
42018
42023
|
:example:
|
42019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
42020
42025
|
"""
|
42021
42026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42022
42027
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -42121,7 +42126,7 @@ class DatabaseClient(object):
|
|
42121
42126
|
:rtype: :class:`~oci.response.Response`
|
42122
42127
|
|
42123
42128
|
:example:
|
42124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
42125
42130
|
"""
|
42126
42131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42127
42132
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42224,7 +42229,7 @@ class DatabaseClient(object):
|
|
42224
42229
|
:rtype: :class:`~oci.response.Response`
|
42225
42230
|
|
42226
42231
|
:example:
|
42227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
42228
42233
|
"""
|
42229
42234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42230
42235
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -42332,7 +42337,7 @@ class DatabaseClient(object):
|
|
42332
42337
|
:rtype: :class:`~oci.response.Response`
|
42333
42338
|
|
42334
42339
|
:example:
|
42335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
42336
42341
|
"""
|
42337
42342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42338
42343
|
required_arguments = ['autonomousVmClusterId']
|
@@ -42445,7 +42450,7 @@ class DatabaseClient(object):
|
|
42445
42450
|
:rtype: :class:`~oci.response.Response`
|
42446
42451
|
|
42447
42452
|
:example:
|
42448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
42449
42454
|
"""
|
42450
42455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42451
42456
|
required_arguments = ['backupDestinationId']
|
@@ -42555,7 +42560,7 @@ class DatabaseClient(object):
|
|
42555
42560
|
:rtype: :class:`~oci.response.Response`
|
42556
42561
|
|
42557
42562
|
:example:
|
42558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
42559
42564
|
"""
|
42560
42565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42561
42566
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -42665,7 +42670,7 @@ class DatabaseClient(object):
|
|
42665
42670
|
:rtype: :class:`~oci.response.Response`
|
42666
42671
|
|
42667
42672
|
:example:
|
42668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
42669
42674
|
"""
|
42670
42675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42671
42676
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -42775,7 +42780,7 @@ class DatabaseClient(object):
|
|
42775
42780
|
:rtype: :class:`~oci.response.Response`
|
42776
42781
|
|
42777
42782
|
:example:
|
42778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
42779
42784
|
"""
|
42780
42785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42781
42786
|
required_arguments = ['cloudVmClusterId']
|
@@ -42885,7 +42890,7 @@ class DatabaseClient(object):
|
|
42885
42890
|
:rtype: :class:`~oci.response.Response`
|
42886
42891
|
|
42887
42892
|
:example:
|
42888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
42889
42894
|
"""
|
42890
42895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42891
42896
|
required_arguments = ['cloudVmClusterId']
|
@@ -42998,7 +43003,7 @@ class DatabaseClient(object):
|
|
42998
43003
|
:rtype: :class:`~oci.response.Response`
|
42999
43004
|
|
43000
43005
|
:example:
|
43001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
43002
43007
|
"""
|
43003
43008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43004
43009
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -43112,7 +43117,7 @@ class DatabaseClient(object):
|
|
43112
43117
|
:rtype: :class:`~oci.response.Response`
|
43113
43118
|
|
43114
43119
|
:example:
|
43115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
43116
43121
|
"""
|
43117
43122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43118
43123
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -43233,7 +43238,7 @@ class DatabaseClient(object):
|
|
43233
43238
|
:rtype: :class:`~oci.response.Response`
|
43234
43239
|
|
43235
43240
|
:example:
|
43236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
|
43237
43242
|
"""
|
43238
43243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43239
43244
|
required_arguments = ['databaseId']
|
@@ -43351,7 +43356,7 @@ class DatabaseClient(object):
|
|
43351
43356
|
:rtype: :class:`~oci.response.Response`
|
43352
43357
|
|
43353
43358
|
:example:
|
43354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
43355
43360
|
"""
|
43356
43361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43357
43362
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -43459,7 +43464,7 @@ class DatabaseClient(object):
|
|
43459
43464
|
:rtype: :class:`~oci.response.Response`
|
43460
43465
|
|
43461
43466
|
:example:
|
43462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
43463
43468
|
"""
|
43464
43469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43465
43470
|
required_arguments = ['databaseId']
|
@@ -43564,7 +43569,7 @@ class DatabaseClient(object):
|
|
43564
43569
|
:rtype: :class:`~oci.response.Response`
|
43565
43570
|
|
43566
43571
|
:example:
|
43567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
43568
43573
|
"""
|
43569
43574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43570
43575
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -43669,7 +43674,7 @@ class DatabaseClient(object):
|
|
43669
43674
|
:rtype: :class:`~oci.response.Response`
|
43670
43675
|
|
43671
43676
|
:example:
|
43672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
43673
43678
|
"""
|
43674
43679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43675
43680
|
required_arguments = ['dbHomeId']
|
@@ -43777,7 +43782,7 @@ class DatabaseClient(object):
|
|
43777
43782
|
:rtype: :class:`~oci.response.Response`
|
43778
43783
|
|
43779
43784
|
:example:
|
43780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
43781
43786
|
"""
|
43782
43787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43783
43788
|
required_arguments = ['dbNodeId']
|
@@ -43891,7 +43896,7 @@ class DatabaseClient(object):
|
|
43891
43896
|
:rtype: :class:`~oci.response.Response`
|
43892
43897
|
|
43893
43898
|
:example:
|
43894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
43895
43900
|
"""
|
43896
43901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43897
43902
|
required_arguments = ['dbSystemId']
|
@@ -44000,7 +44005,7 @@ class DatabaseClient(object):
|
|
44000
44005
|
:rtype: :class:`~oci.response.Response`
|
44001
44006
|
|
44002
44007
|
:example:
|
44003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
44004
44009
|
"""
|
44005
44010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44006
44011
|
required_arguments = ['exadataInfrastructureId']
|
@@ -44120,7 +44125,7 @@ class DatabaseClient(object):
|
|
44120
44125
|
:rtype: :class:`~oci.response.Response`
|
44121
44126
|
|
44122
44127
|
:example:
|
44123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
44124
44129
|
"""
|
44125
44130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44126
44131
|
required_arguments = ['dbSystemId']
|
@@ -44230,7 +44235,7 @@ class DatabaseClient(object):
|
|
44230
44235
|
:rtype: :class:`~oci.response.Response`
|
44231
44236
|
|
44232
44237
|
:example:
|
44233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
44234
44239
|
"""
|
44235
44240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44236
44241
|
required_arguments = ['exadbVmClusterId']
|
@@ -44340,7 +44345,7 @@ class DatabaseClient(object):
|
|
44340
44345
|
:rtype: :class:`~oci.response.Response`
|
44341
44346
|
|
44342
44347
|
:example:
|
44343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
44344
44349
|
"""
|
44345
44350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44346
44351
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -44450,7 +44455,7 @@ class DatabaseClient(object):
|
|
44450
44455
|
:rtype: :class:`~oci.response.Response`
|
44451
44456
|
|
44452
44457
|
:example:
|
44453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
|
44454
44459
|
"""
|
44455
44460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44456
44461
|
required_arguments = ['executionActionId']
|
@@ -44560,7 +44565,7 @@ class DatabaseClient(object):
|
|
44560
44565
|
:rtype: :class:`~oci.response.Response`
|
44561
44566
|
|
44562
44567
|
:example:
|
44563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
|
44564
44569
|
"""
|
44565
44570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44566
44571
|
required_arguments = ['executionWindowId']
|
@@ -44673,7 +44678,7 @@ class DatabaseClient(object):
|
|
44673
44678
|
:rtype: :class:`~oci.response.Response`
|
44674
44679
|
|
44675
44680
|
:example:
|
44676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
44677
44682
|
"""
|
44678
44683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44679
44684
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -44784,7 +44789,7 @@ class DatabaseClient(object):
|
|
44784
44789
|
:rtype: :class:`~oci.response.Response`
|
44785
44790
|
|
44786
44791
|
:example:
|
44787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
44788
44793
|
"""
|
44789
44794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44790
44795
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -44894,7 +44899,7 @@ class DatabaseClient(object):
|
|
44894
44899
|
:rtype: :class:`~oci.response.Response`
|
44895
44900
|
|
44896
44901
|
:example:
|
44897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
44898
44903
|
"""
|
44899
44904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44900
44905
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -45006,7 +45011,7 @@ class DatabaseClient(object):
|
|
45006
45011
|
:rtype: :class:`~oci.response.Response`
|
45007
45012
|
|
45008
45013
|
:example:
|
45009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
45010
45015
|
"""
|
45011
45016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45012
45017
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -45116,7 +45121,7 @@ class DatabaseClient(object):
|
|
45116
45121
|
:rtype: :class:`~oci.response.Response`
|
45117
45122
|
|
45118
45123
|
:example:
|
45119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
45120
45125
|
"""
|
45121
45126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45122
45127
|
required_arguments = ['keyStoreId']
|
@@ -45221,7 +45226,7 @@ class DatabaseClient(object):
|
|
45221
45226
|
:rtype: :class:`~oci.response.Response`
|
45222
45227
|
|
45223
45228
|
:example:
|
45224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
45225
45230
|
"""
|
45226
45231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45227
45232
|
required_arguments = ['maintenanceRunId']
|
@@ -45329,7 +45334,7 @@ class DatabaseClient(object):
|
|
45329
45334
|
:rtype: :class:`~oci.response.Response`
|
45330
45335
|
|
45331
45336
|
:example:
|
45332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
45333
45338
|
"""
|
45334
45339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45335
45340
|
required_arguments = ['oneoffPatchId']
|
@@ -45436,7 +45441,7 @@ class DatabaseClient(object):
|
|
45436
45441
|
:rtype: :class:`~oci.response.Response`
|
45437
45442
|
|
45438
45443
|
:example:
|
45439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
45440
45445
|
"""
|
45441
45446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45442
45447
|
required_arguments = ['pluggableDatabaseId']
|
@@ -45544,7 +45549,7 @@ class DatabaseClient(object):
|
|
45544
45549
|
:rtype: :class:`~oci.response.Response`
|
45545
45550
|
|
45546
45551
|
:example:
|
45547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
|
45548
45553
|
"""
|
45549
45554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45550
45555
|
required_arguments = ['scheduledActionId']
|
@@ -45654,7 +45659,7 @@ class DatabaseClient(object):
|
|
45654
45659
|
:rtype: :class:`~oci.response.Response`
|
45655
45660
|
|
45656
45661
|
:example:
|
45657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
|
45658
45663
|
"""
|
45659
45664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45660
45665
|
required_arguments = ['schedulingPolicyId']
|
@@ -45769,7 +45774,7 @@ class DatabaseClient(object):
|
|
45769
45774
|
:rtype: :class:`~oci.response.Response`
|
45770
45775
|
|
45771
45776
|
:example:
|
45772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
|
45773
45778
|
"""
|
45774
45779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45775
45780
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -45880,7 +45885,7 @@ class DatabaseClient(object):
|
|
45880
45885
|
:rtype: :class:`~oci.response.Response`
|
45881
45886
|
|
45882
45887
|
:example:
|
45883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
45884
45889
|
"""
|
45885
45890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45886
45891
|
required_arguments = ['vmClusterId']
|
@@ -45996,7 +46001,7 @@ class DatabaseClient(object):
|
|
45996
46001
|
:rtype: :class:`~oci.response.Response`
|
45997
46002
|
|
45998
46003
|
:example:
|
45999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
46000
46005
|
"""
|
46001
46006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46002
46007
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -46107,7 +46112,7 @@ class DatabaseClient(object):
|
|
46107
46112
|
:rtype: :class:`~oci.response.Response`
|
46108
46113
|
|
46109
46114
|
:example:
|
46110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
46111
46116
|
"""
|
46112
46117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46113
46118
|
required_arguments = ['databaseId']
|
@@ -46224,7 +46229,7 @@ class DatabaseClient(object):
|
|
46224
46229
|
:rtype: :class:`~oci.response.Response`
|
46225
46230
|
|
46226
46231
|
:example:
|
46227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
46228
46233
|
"""
|
46229
46234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46230
46235
|
required_arguments = ['dbSystemId']
|
@@ -46341,7 +46346,7 @@ class DatabaseClient(object):
|
|
46341
46346
|
:rtype: :class:`~oci.response.Response`
|
46342
46347
|
|
46343
46348
|
:example:
|
46344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
46345
46350
|
"""
|
46346
46351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46347
46352
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|