oci 2.128.0__py3-none-any.whl → 2.128.2__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 +22 -22
- oci/ai_document/models/analyze_document_details.py +7 -3
- oci/ai_document/models/general_processor_config.py +7 -3
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +108 -8
- oci/apm_config/models/__init__.py +10 -0
- oci/apm_config/models/filter_text_or_id.py +112 -0
- oci/apm_config/models/test_details.py +101 -0
- oci/apm_config/models/test_output.py +101 -0
- oci/apm_config/models/test_span_enrichment_details.py +148 -0
- oci/apm_config/models/test_span_enrichment_output.py +113 -0
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_guard/models/resource_profile.py +66 -4
- oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
- oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/resource_profile_summary.py +66 -4
- oci/cloud_guard/models/security_policy_collection.py +115 -2
- oci/cloud_guard/models/sighting.py +66 -4
- oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
- oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/sighting_summary.py +66 -4
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +334 -334
- oci/database/models/autonomous_database.py +62 -0
- oci/database/models/autonomous_database_summary.py +62 -0
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +233 -39
- oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +4 -0
- oci/fusion_apps/models/extract_details_collection.py +72 -0
- oci/fusion_apps/models/extract_details_summary.py +134 -0
- oci/fusion_apps/models/fusion_environment.py +33 -2
- oci/fusion_apps/models/subscription.py +214 -0
- oci/fusion_apps/models/work_request.py +27 -3
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/models/create_dedicated_sharded_database.py +93 -0
- oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
- oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
- oci/globally_distributed_database/models/private_endpoint.py +31 -0
- oci/globally_distributed_database/models/work_request.py +51 -3
- oci/globally_distributed_database/models/work_request_summary.py +51 -3
- oci/globally_distributed_database/sharded_database_service_client.py +174 -30
- oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/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/models/alarm.py +167 -8
- oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
- oci/monitoring/models/alarm_history_entry.py +47 -0
- oci/monitoring/models/alarm_override.py +34 -4
- oci/monitoring/models/alarm_status_summary.py +49 -4
- oci/monitoring/models/alarm_summary.py +172 -6
- oci/monitoring/models/create_alarm_details.py +169 -10
- oci/monitoring/models/update_alarm_details.py +169 -10
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/models/get_message.py +35 -0
- oci/queue/models/queue.py +7 -3
- oci/queue/models/queue_stats.py +2 -2
- oci/queue/queue_admin_client.py +13 -13
- oci/queue/queue_client.py +10 -10
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +22 -22
- 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/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/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/METADATA +1 -1
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/RECORD +300 -293
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/WHEEL +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.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.128.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -982,7 +982,7 @@ class DatabaseClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
|
|
1104
1104
|
:rtype: :class:`~oci.response.Response`
|
1105
1105
|
|
1106
1106
|
:example:
|
1107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1108
1108
|
"""
|
1109
1109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1110
1110
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
|
|
1222
1222
|
:rtype: :class:`~oci.response.Response`
|
1223
1223
|
|
1224
1224
|
:example:
|
1225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1226
1226
|
"""
|
1227
1227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1228
1228
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
|
|
1462
1462
|
:rtype: :class:`~oci.response.Response`
|
1463
1463
|
|
1464
1464
|
:example:
|
1465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1466
1466
|
"""
|
1467
1467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1468
1468
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = ['backupDestinationId']
|
@@ -1702,7 +1702,7 @@ class DatabaseClient(object):
|
|
1702
1702
|
:rtype: :class:`~oci.response.Response`
|
1703
1703
|
|
1704
1704
|
:example:
|
1705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1706
1706
|
"""
|
1707
1707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1708
1708
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1940,7 +1940,7 @@ class DatabaseClient(object):
|
|
1940
1940
|
:rtype: :class:`~oci.response.Response`
|
1941
1941
|
|
1942
1942
|
:example:
|
1943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1944
1944
|
"""
|
1945
1945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1946
1946
|
required_arguments = ['cloudVmClusterId']
|
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
|
|
2062
2062
|
:rtype: :class:`~oci.response.Response`
|
2063
2063
|
|
2064
2064
|
:example:
|
2065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2066
2066
|
"""
|
2067
2067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2068
2068
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2185,7 +2185,7 @@ class DatabaseClient(object):
|
|
2185
2185
|
:rtype: :class:`~oci.response.Response`
|
2186
2186
|
|
2187
2187
|
:example:
|
2188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2189
2189
|
"""
|
2190
2190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2191
2191
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2316,7 +2316,7 @@ class DatabaseClient(object):
|
|
2316
2316
|
:rtype: :class:`~oci.response.Response`
|
2317
2317
|
|
2318
2318
|
:example:
|
2319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2320
2320
|
"""
|
2321
2321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2322
2322
|
required_arguments = ['dbSystemId']
|
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
|
|
2668
2668
|
:rtype: :class:`~oci.response.Response`
|
2669
2669
|
|
2670
2670
|
:example:
|
2671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2672
2672
|
"""
|
2673
2673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2674
2674
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
|
|
2790
2790
|
:rtype: :class:`~oci.response.Response`
|
2791
2791
|
|
2792
2792
|
:example:
|
2793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
2794
2794
|
"""
|
2795
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2796
2796
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -2915,7 +2915,7 @@ class DatabaseClient(object):
|
|
2915
2915
|
:rtype: :class:`~oci.response.Response`
|
2916
2916
|
|
2917
2917
|
:example:
|
2918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
2919
2919
|
"""
|
2920
2920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2921
2921
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['keyStoreId']
|
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
|
|
3155
3155
|
:rtype: :class:`~oci.response.Response`
|
3156
3156
|
|
3157
3157
|
:example:
|
3158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3159
3159
|
"""
|
3160
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3161
3161
|
required_arguments = ['databaseId']
|
@@ -3273,7 +3273,7 @@ class DatabaseClient(object):
|
|
3273
3273
|
:rtype: :class:`~oci.response.Response`
|
3274
3274
|
|
3275
3275
|
:example:
|
3276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3277
3277
|
"""
|
3278
3278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3279
3279
|
required_arguments = ['oneoffPatchId']
|
@@ -3392,7 +3392,7 @@ class DatabaseClient(object):
|
|
3392
3392
|
:rtype: :class:`~oci.response.Response`
|
3393
3393
|
|
3394
3394
|
:example:
|
3395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3396
3396
|
"""
|
3397
3397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3398
3398
|
required_arguments = ['vmClusterId']
|
@@ -3509,7 +3509,7 @@ class DatabaseClient(object):
|
|
3509
3509
|
:rtype: :class:`~oci.response.Response`
|
3510
3510
|
|
3511
3511
|
:example:
|
3512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
3513
3513
|
"""
|
3514
3514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3515
3515
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3626,7 +3626,7 @@ class DatabaseClient(object):
|
|
3626
3626
|
:rtype: :class:`~oci.response.Response`
|
3627
3627
|
|
3628
3628
|
:example:
|
3629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3630
3630
|
"""
|
3631
3631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3632
3632
|
required_arguments = ['backupId']
|
@@ -3748,7 +3748,7 @@ class DatabaseClient(object):
|
|
3748
3748
|
:rtype: :class:`~oci.response.Response`
|
3749
3749
|
|
3750
3750
|
:example:
|
3751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3752
3752
|
"""
|
3753
3753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3754
3754
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3859,7 +3859,7 @@ class DatabaseClient(object):
|
|
3859
3859
|
:rtype: :class:`~oci.response.Response`
|
3860
3860
|
|
3861
3861
|
:example:
|
3862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
3863
3863
|
"""
|
3864
3864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3865
3865
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
|
|
3969
3969
|
:rtype: :class:`~oci.response.Response`
|
3970
3970
|
|
3971
3971
|
:example:
|
3972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3973
3973
|
"""
|
3974
3974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3975
3975
|
required_arguments = ['databaseId']
|
@@ -4087,7 +4087,7 @@ class DatabaseClient(object):
|
|
4087
4087
|
:rtype: :class:`~oci.response.Response`
|
4088
4088
|
|
4089
4089
|
:example:
|
4090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
4091
4091
|
"""
|
4092
4092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4093
4093
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4197,7 +4197,7 @@ class DatabaseClient(object):
|
|
4197
4197
|
:rtype: :class:`~oci.response.Response`
|
4198
4198
|
|
4199
4199
|
:example:
|
4200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4201
4201
|
"""
|
4202
4202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4203
4203
|
required_arguments = []
|
@@ -4290,7 +4290,7 @@ class DatabaseClient(object):
|
|
4290
4290
|
:rtype: :class:`~oci.response.Response`
|
4291
4291
|
|
4292
4292
|
:example:
|
4293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4294
4294
|
"""
|
4295
4295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4296
4296
|
required_arguments = []
|
@@ -4396,7 +4396,7 @@ class DatabaseClient(object):
|
|
4396
4396
|
:rtype: :class:`~oci.response.Response`
|
4397
4397
|
|
4398
4398
|
:example:
|
4399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
4400
4400
|
"""
|
4401
4401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4402
4402
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -4502,7 +4502,7 @@ class DatabaseClient(object):
|
|
4502
4502
|
:rtype: :class:`~oci.response.Response`
|
4503
4503
|
|
4504
4504
|
:example:
|
4505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
4506
4506
|
"""
|
4507
4507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4508
4508
|
required_arguments = []
|
@@ -4598,7 +4598,7 @@ class DatabaseClient(object):
|
|
4598
4598
|
:rtype: :class:`~oci.response.Response`
|
4599
4599
|
|
4600
4600
|
:example:
|
4601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4602
4602
|
"""
|
4603
4603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4604
4604
|
required_arguments = []
|
@@ -4694,7 +4694,7 @@ class DatabaseClient(object):
|
|
4694
4694
|
:rtype: :class:`~oci.response.Response`
|
4695
4695
|
|
4696
4696
|
:example:
|
4697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
4698
4698
|
"""
|
4699
4699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4700
4700
|
required_arguments = []
|
@@ -4790,7 +4790,7 @@ class DatabaseClient(object):
|
|
4790
4790
|
:rtype: :class:`~oci.response.Response`
|
4791
4791
|
|
4792
4792
|
:example:
|
4793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4794
4794
|
"""
|
4795
4795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4796
4796
|
required_arguments = []
|
@@ -4883,7 +4883,7 @@ class DatabaseClient(object):
|
|
4883
4883
|
:rtype: :class:`~oci.response.Response`
|
4884
4884
|
|
4885
4885
|
:example:
|
4886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4887
4887
|
"""
|
4888
4888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4889
4889
|
required_arguments = []
|
@@ -4977,7 +4977,7 @@ class DatabaseClient(object):
|
|
4977
4977
|
:rtype: :class:`~oci.response.Response`
|
4978
4978
|
|
4979
4979
|
:example:
|
4980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4981
4981
|
"""
|
4982
4982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4983
4983
|
required_arguments = []
|
@@ -5073,7 +5073,7 @@ class DatabaseClient(object):
|
|
5073
5073
|
:rtype: :class:`~oci.response.Response`
|
5074
5074
|
|
5075
5075
|
:example:
|
5076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
5077
5077
|
"""
|
5078
5078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5079
5079
|
required_arguments = []
|
@@ -5173,7 +5173,7 @@ class DatabaseClient(object):
|
|
5173
5173
|
:rtype: :class:`~oci.response.Response`
|
5174
5174
|
|
5175
5175
|
:example:
|
5176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
5177
5177
|
"""
|
5178
5178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5179
5179
|
required_arguments = []
|
@@ -5271,7 +5271,7 @@ class DatabaseClient(object):
|
|
5271
5271
|
:rtype: :class:`~oci.response.Response`
|
5272
5272
|
|
5273
5273
|
:example:
|
5274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5275
5275
|
"""
|
5276
5276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5277
5277
|
required_arguments = []
|
@@ -5371,7 +5371,7 @@ class DatabaseClient(object):
|
|
5371
5371
|
:rtype: :class:`~oci.response.Response`
|
5372
5372
|
|
5373
5373
|
:example:
|
5374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
5375
5375
|
"""
|
5376
5376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5377
5377
|
required_arguments = ['dbNodeId']
|
@@ -5482,7 +5482,7 @@ class DatabaseClient(object):
|
|
5482
5482
|
:rtype: :class:`~oci.response.Response`
|
5483
5483
|
|
5484
5484
|
:example:
|
5485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
5486
5486
|
"""
|
5487
5487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5488
5488
|
required_arguments = ['dbNodeId']
|
@@ -5602,7 +5602,7 @@ class DatabaseClient(object):
|
|
5602
5602
|
:rtype: :class:`~oci.response.Response`
|
5603
5603
|
|
5604
5604
|
:example:
|
5605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5606
5606
|
"""
|
5607
5607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5608
5608
|
required_arguments = ['databaseId']
|
@@ -5708,7 +5708,7 @@ class DatabaseClient(object):
|
|
5708
5708
|
:rtype: :class:`~oci.response.Response`
|
5709
5709
|
|
5710
5710
|
:example:
|
5711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5712
5712
|
"""
|
5713
5713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5714
5714
|
required_arguments = []
|
@@ -5801,7 +5801,7 @@ class DatabaseClient(object):
|
|
5801
5801
|
:rtype: :class:`~oci.response.Response`
|
5802
5802
|
|
5803
5803
|
:example:
|
5804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5805
5805
|
"""
|
5806
5806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5807
5807
|
required_arguments = []
|
@@ -5892,7 +5892,7 @@ class DatabaseClient(object):
|
|
5892
5892
|
:rtype: :class:`~oci.response.Response`
|
5893
5893
|
|
5894
5894
|
:example:
|
5895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5896
5896
|
"""
|
5897
5897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5898
5898
|
required_arguments = []
|
@@ -5987,7 +5987,7 @@ class DatabaseClient(object):
|
|
5987
5987
|
:rtype: :class:`~oci.response.Response`
|
5988
5988
|
|
5989
5989
|
:example:
|
5990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5991
5991
|
"""
|
5992
5992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5993
5993
|
required_arguments = []
|
@@ -6084,7 +6084,7 @@ class DatabaseClient(object):
|
|
6084
6084
|
:rtype: :class:`~oci.response.Response`
|
6085
6085
|
|
6086
6086
|
:example:
|
6087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
6088
6088
|
"""
|
6089
6089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6090
6090
|
required_arguments = []
|
@@ -6178,7 +6178,7 @@ class DatabaseClient(object):
|
|
6178
6178
|
:rtype: :class:`~oci.response.Response`
|
6179
6179
|
|
6180
6180
|
:example:
|
6181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
6182
6182
|
"""
|
6183
6183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6184
6184
|
required_arguments = []
|
@@ -6274,7 +6274,7 @@ class DatabaseClient(object):
|
|
6274
6274
|
:rtype: :class:`~oci.response.Response`
|
6275
6275
|
|
6276
6276
|
:example:
|
6277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
6278
6278
|
"""
|
6279
6279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6280
6280
|
required_arguments = []
|
@@ -6370,7 +6370,7 @@ class DatabaseClient(object):
|
|
6370
6370
|
:rtype: :class:`~oci.response.Response`
|
6371
6371
|
|
6372
6372
|
:example:
|
6373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6374
6374
|
"""
|
6375
6375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6376
6376
|
required_arguments = []
|
@@ -6467,7 +6467,7 @@ class DatabaseClient(object):
|
|
6467
6467
|
:rtype: :class:`~oci.response.Response`
|
6468
6468
|
|
6469
6469
|
:example:
|
6470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6471
6471
|
"""
|
6472
6472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6473
6473
|
required_arguments = []
|
@@ -6563,7 +6563,7 @@ class DatabaseClient(object):
|
|
6563
6563
|
:rtype: :class:`~oci.response.Response`
|
6564
6564
|
|
6565
6565
|
:example:
|
6566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6567
6567
|
"""
|
6568
6568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6569
6569
|
required_arguments = []
|
@@ -6662,7 +6662,7 @@ class DatabaseClient(object):
|
|
6662
6662
|
:rtype: :class:`~oci.response.Response`
|
6663
6663
|
|
6664
6664
|
:example:
|
6665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
6666
6666
|
"""
|
6667
6667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6668
6668
|
required_arguments = []
|
@@ -6758,7 +6758,7 @@ class DatabaseClient(object):
|
|
6758
6758
|
:rtype: :class:`~oci.response.Response`
|
6759
6759
|
|
6760
6760
|
:example:
|
6761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
6762
6762
|
"""
|
6763
6763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6764
6764
|
required_arguments = []
|
@@ -6856,7 +6856,7 @@ class DatabaseClient(object):
|
|
6856
6856
|
:rtype: :class:`~oci.response.Response`
|
6857
6857
|
|
6858
6858
|
:example:
|
6859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
6860
6860
|
"""
|
6861
6861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6862
6862
|
required_arguments = []
|
@@ -6953,7 +6953,7 @@ class DatabaseClient(object):
|
|
6953
6953
|
:rtype: :class:`~oci.response.Response`
|
6954
6954
|
|
6955
6955
|
:example:
|
6956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6957
6957
|
"""
|
6958
6958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6959
6959
|
required_arguments = []
|
@@ -7055,7 +7055,7 @@ class DatabaseClient(object):
|
|
7055
7055
|
:rtype: :class:`~oci.response.Response`
|
7056
7056
|
|
7057
7057
|
:example:
|
7058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
7059
7059
|
"""
|
7060
7060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7061
7061
|
required_arguments = ['exadataInfrastructureId']
|
@@ -7184,7 +7184,7 @@ class DatabaseClient(object):
|
|
7184
7184
|
:rtype: :class:`~oci.response.Response`
|
7185
7185
|
|
7186
7186
|
:example:
|
7187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
7188
7188
|
"""
|
7189
7189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7190
7190
|
required_arguments = ['dbNodeId', 'action']
|
@@ -7297,7 +7297,7 @@ class DatabaseClient(object):
|
|
7297
7297
|
:rtype: :class:`~oci.response.Response`
|
7298
7298
|
|
7299
7299
|
:example:
|
7300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
7301
7301
|
"""
|
7302
7302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7303
7303
|
required_arguments = ['applicationVipId']
|
@@ -7400,7 +7400,7 @@ class DatabaseClient(object):
|
|
7400
7400
|
:rtype: :class:`~oci.response.Response`
|
7401
7401
|
|
7402
7402
|
:example:
|
7403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7404
7404
|
"""
|
7405
7405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7406
7406
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
|
|
7503
7503
|
:rtype: :class:`~oci.response.Response`
|
7504
7504
|
|
7505
7505
|
:example:
|
7506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7507
7507
|
"""
|
7508
7508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7509
7509
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -7606,7 +7606,7 @@ class DatabaseClient(object):
|
|
7606
7606
|
:rtype: :class:`~oci.response.Response`
|
7607
7607
|
|
7608
7608
|
:example:
|
7609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
7610
7610
|
"""
|
7611
7611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7612
7612
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -7709,7 +7709,7 @@ class DatabaseClient(object):
|
|
7709
7709
|
:rtype: :class:`~oci.response.Response`
|
7710
7710
|
|
7711
7711
|
:example:
|
7712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
7713
7713
|
"""
|
7714
7714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7715
7715
|
required_arguments = ['autonomousVmClusterId']
|
@@ -7809,7 +7809,7 @@ class DatabaseClient(object):
|
|
7809
7809
|
:rtype: :class:`~oci.response.Response`
|
7810
7810
|
|
7811
7811
|
:example:
|
7812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
7813
7813
|
"""
|
7814
7814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7815
7815
|
required_arguments = ['backupId']
|
@@ -7910,7 +7910,7 @@ class DatabaseClient(object):
|
|
7910
7910
|
:rtype: :class:`~oci.response.Response`
|
7911
7911
|
|
7912
7912
|
:example:
|
7913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
7914
7914
|
"""
|
7915
7915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7916
7916
|
required_arguments = ['backupDestinationId']
|
@@ -8013,7 +8013,7 @@ class DatabaseClient(object):
|
|
8013
8013
|
:rtype: :class:`~oci.response.Response`
|
8014
8014
|
|
8015
8015
|
:example:
|
8016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
8017
8017
|
"""
|
8018
8018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8019
8019
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -8119,7 +8119,7 @@ class DatabaseClient(object):
|
|
8119
8119
|
:rtype: :class:`~oci.response.Response`
|
8120
8120
|
|
8121
8121
|
:example:
|
8122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
8123
8123
|
"""
|
8124
8124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8125
8125
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -8230,7 +8230,7 @@ class DatabaseClient(object):
|
|
8230
8230
|
:rtype: :class:`~oci.response.Response`
|
8231
8231
|
|
8232
8232
|
:example:
|
8233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
8234
8234
|
"""
|
8235
8235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8236
8236
|
required_arguments = ['cloudVmClusterId']
|
@@ -8333,7 +8333,7 @@ class DatabaseClient(object):
|
|
8333
8333
|
:rtype: :class:`~oci.response.Response`
|
8334
8334
|
|
8335
8335
|
:example:
|
8336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
8337
8337
|
"""
|
8338
8338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8339
8339
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8438,7 +8438,7 @@ class DatabaseClient(object):
|
|
8438
8438
|
:rtype: :class:`~oci.response.Response`
|
8439
8439
|
|
8440
8440
|
:example:
|
8441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
8442
8442
|
"""
|
8443
8443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8444
8444
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -8551,7 +8551,7 @@ class DatabaseClient(object):
|
|
8551
8551
|
:rtype: :class:`~oci.response.Response`
|
8552
8552
|
|
8553
8553
|
:example:
|
8554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8555
8555
|
"""
|
8556
8556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8557
8557
|
required_arguments = ['databaseId']
|
@@ -8659,7 +8659,7 @@ class DatabaseClient(object):
|
|
8659
8659
|
:rtype: :class:`~oci.response.Response`
|
8660
8660
|
|
8661
8661
|
:example:
|
8662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
8663
8663
|
"""
|
8664
8664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8665
8665
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -8766,7 +8766,7 @@ class DatabaseClient(object):
|
|
8766
8766
|
:rtype: :class:`~oci.response.Response`
|
8767
8767
|
|
8768
8768
|
:example:
|
8769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
8770
8770
|
"""
|
8771
8771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8772
8772
|
required_arguments = ['dbHomeId']
|
@@ -8875,7 +8875,7 @@ class DatabaseClient(object):
|
|
8875
8875
|
:rtype: :class:`~oci.response.Response`
|
8876
8876
|
|
8877
8877
|
:example:
|
8878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
8879
8879
|
"""
|
8880
8880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8881
8881
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8980,7 +8980,7 @@ class DatabaseClient(object):
|
|
8980
8980
|
:rtype: :class:`~oci.response.Response`
|
8981
8981
|
|
8982
8982
|
:example:
|
8983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
8984
8984
|
"""
|
8985
8985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8986
8986
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9086,7 +9086,7 @@ class DatabaseClient(object):
|
|
9086
9086
|
:rtype: :class:`~oci.response.Response`
|
9087
9087
|
|
9088
9088
|
:example:
|
9089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
9090
9090
|
"""
|
9091
9091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9092
9092
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -9189,7 +9189,7 @@ class DatabaseClient(object):
|
|
9189
9189
|
:rtype: :class:`~oci.response.Response`
|
9190
9190
|
|
9191
9191
|
:example:
|
9192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
9193
9193
|
"""
|
9194
9194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9195
9195
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9293,7 +9293,7 @@ class DatabaseClient(object):
|
|
9293
9293
|
:rtype: :class:`~oci.response.Response`
|
9294
9294
|
|
9295
9295
|
:example:
|
9296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
9297
9297
|
"""
|
9298
9298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9299
9299
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9396,7 +9396,7 @@ class DatabaseClient(object):
|
|
9396
9396
|
:rtype: :class:`~oci.response.Response`
|
9397
9397
|
|
9398
9398
|
:example:
|
9399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
9400
9400
|
"""
|
9401
9401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9402
9402
|
required_arguments = ['keyStoreId']
|
@@ -9499,7 +9499,7 @@ class DatabaseClient(object):
|
|
9499
9499
|
:rtype: :class:`~oci.response.Response`
|
9500
9500
|
|
9501
9501
|
:example:
|
9502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
9503
9503
|
"""
|
9504
9504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9505
9505
|
required_arguments = ['oneoffPatchId']
|
@@ -9602,7 +9602,7 @@ class DatabaseClient(object):
|
|
9602
9602
|
:rtype: :class:`~oci.response.Response`
|
9603
9603
|
|
9604
9604
|
:example:
|
9605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
9606
9606
|
"""
|
9607
9607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9608
9608
|
required_arguments = ['pluggableDatabaseId']
|
@@ -9705,7 +9705,7 @@ class DatabaseClient(object):
|
|
9705
9705
|
:rtype: :class:`~oci.response.Response`
|
9706
9706
|
|
9707
9707
|
:example:
|
9708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
9709
9709
|
"""
|
9710
9710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9711
9711
|
required_arguments = ['vmClusterId']
|
@@ -9814,7 +9814,7 @@ class DatabaseClient(object):
|
|
9814
9814
|
:rtype: :class:`~oci.response.Response`
|
9815
9815
|
|
9816
9816
|
:example:
|
9817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
9818
9818
|
"""
|
9819
9819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9820
9820
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -9916,7 +9916,7 @@ class DatabaseClient(object):
|
|
9916
9916
|
:rtype: :class:`~oci.response.Response`
|
9917
9917
|
|
9918
9918
|
:example:
|
9919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
9920
9920
|
"""
|
9921
9921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9922
9922
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10015,7 +10015,7 @@ class DatabaseClient(object):
|
|
10015
10015
|
:rtype: :class:`~oci.response.Response`
|
10016
10016
|
|
10017
10017
|
:example:
|
10018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
10019
10019
|
"""
|
10020
10020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10021
10021
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10111,7 +10111,7 @@ class DatabaseClient(object):
|
|
10111
10111
|
:rtype: :class:`~oci.response.Response`
|
10112
10112
|
|
10113
10113
|
:example:
|
10114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
10115
10115
|
"""
|
10116
10116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10117
10117
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10219,7 +10219,7 @@ class DatabaseClient(object):
|
|
10219
10219
|
:rtype: :class:`~oci.response.Response`
|
10220
10220
|
|
10221
10221
|
:example:
|
10222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
10223
10223
|
"""
|
10224
10224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10225
10225
|
required_arguments = ['databaseId']
|
@@ -10334,7 +10334,7 @@ class DatabaseClient(object):
|
|
10334
10334
|
:rtype: :class:`~oci.response.Response`
|
10335
10335
|
|
10336
10336
|
:example:
|
10337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
10338
10338
|
"""
|
10339
10339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10340
10340
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10447,7 +10447,7 @@ class DatabaseClient(object):
|
|
10447
10447
|
:rtype: :class:`~oci.response.Response`
|
10448
10448
|
|
10449
10449
|
:example:
|
10450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
10451
10451
|
"""
|
10452
10452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10453
10453
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10564,7 +10564,7 @@ class DatabaseClient(object):
|
|
10564
10564
|
:rtype: :class:`~oci.response.Response`
|
10565
10565
|
|
10566
10566
|
:example:
|
10567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
10568
10568
|
"""
|
10569
10569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10570
10570
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10677,7 +10677,7 @@ class DatabaseClient(object):
|
|
10677
10677
|
:rtype: :class:`~oci.response.Response`
|
10678
10678
|
|
10679
10679
|
:example:
|
10680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
10681
10681
|
"""
|
10682
10682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10683
10683
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10790,7 +10790,7 @@ class DatabaseClient(object):
|
|
10790
10790
|
:rtype: :class:`~oci.response.Response`
|
10791
10791
|
|
10792
10792
|
:example:
|
10793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
10794
10794
|
"""
|
10795
10795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10796
10796
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10907,7 +10907,7 @@ class DatabaseClient(object):
|
|
10907
10907
|
:rtype: :class:`~oci.response.Response`
|
10908
10908
|
|
10909
10909
|
:example:
|
10910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
10911
10911
|
"""
|
10912
10912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10913
10913
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
|
|
11020
11020
|
:rtype: :class:`~oci.response.Response`
|
11021
11021
|
|
11022
11022
|
:example:
|
11023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11133,7 +11133,7 @@ class DatabaseClient(object):
|
|
11133
11133
|
:rtype: :class:`~oci.response.Response`
|
11134
11134
|
|
11135
11135
|
:example:
|
11136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
11137
11137
|
"""
|
11138
11138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11139
11139
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
|
|
11246
11246
|
:rtype: :class:`~oci.response.Response`
|
11247
11247
|
|
11248
11248
|
:example:
|
11249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
11250
11250
|
"""
|
11251
11251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11252
11252
|
required_arguments = ['pluggableDatabaseId']
|
@@ -11356,7 +11356,7 @@ class DatabaseClient(object):
|
|
11356
11356
|
:rtype: :class:`~oci.response.Response`
|
11357
11357
|
|
11358
11358
|
:example:
|
11359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
11360
11360
|
"""
|
11361
11361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11362
11362
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11469,7 +11469,7 @@ class DatabaseClient(object):
|
|
11469
11469
|
:rtype: :class:`~oci.response.Response`
|
11470
11470
|
|
11471
11471
|
:example:
|
11472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
11473
11473
|
"""
|
11474
11474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11475
11475
|
required_arguments = ['oneoffPatchId']
|
@@ -11584,7 +11584,7 @@ class DatabaseClient(object):
|
|
11584
11584
|
:rtype: :class:`~oci.response.Response`
|
11585
11585
|
|
11586
11586
|
:example:
|
11587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
11588
11588
|
"""
|
11589
11589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11590
11590
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11698,7 +11698,7 @@ class DatabaseClient(object):
|
|
11698
11698
|
:rtype: :class:`~oci.response.Response`
|
11699
11699
|
|
11700
11700
|
:example:
|
11701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
11702
11702
|
"""
|
11703
11703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11704
11704
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11800,7 +11800,7 @@ class DatabaseClient(object):
|
|
11800
11800
|
:rtype: :class:`~oci.response.Response`
|
11801
11801
|
|
11802
11802
|
:example:
|
11803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
11804
11804
|
"""
|
11805
11805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11806
11806
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11896,7 +11896,7 @@ class DatabaseClient(object):
|
|
11896
11896
|
:rtype: :class:`~oci.response.Response`
|
11897
11897
|
|
11898
11898
|
:example:
|
11899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
11900
11900
|
"""
|
11901
11901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11902
11902
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12007,7 +12007,7 @@ class DatabaseClient(object):
|
|
12007
12007
|
:rtype: :class:`~oci.response.Response`
|
12008
12008
|
|
12009
12009
|
:example:
|
12010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
12011
12011
|
"""
|
12012
12012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12013
12013
|
required_arguments = ['databaseId']
|
@@ -12131,7 +12131,7 @@ class DatabaseClient(object):
|
|
12131
12131
|
:rtype: :class:`~oci.response.Response`
|
12132
12132
|
|
12133
12133
|
:example:
|
12134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
12135
12135
|
"""
|
12136
12136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12137
12137
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12249,7 +12249,7 @@ class DatabaseClient(object):
|
|
12249
12249
|
:rtype: :class:`~oci.response.Response`
|
12250
12250
|
|
12251
12251
|
:example:
|
12252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
12253
12253
|
"""
|
12254
12254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12255
12255
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12371,7 +12371,7 @@ class DatabaseClient(object):
|
|
12371
12371
|
:rtype: :class:`~oci.response.Response`
|
12372
12372
|
|
12373
12373
|
:example:
|
12374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
12375
12375
|
"""
|
12376
12376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12377
12377
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12489,7 +12489,7 @@ class DatabaseClient(object):
|
|
12489
12489
|
:rtype: :class:`~oci.response.Response`
|
12490
12490
|
|
12491
12491
|
:example:
|
12492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
12493
12493
|
"""
|
12494
12494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12495
12495
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12607,7 +12607,7 @@ class DatabaseClient(object):
|
|
12607
12607
|
:rtype: :class:`~oci.response.Response`
|
12608
12608
|
|
12609
12609
|
:example:
|
12610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
12611
12611
|
"""
|
12612
12612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12613
12613
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12729,7 +12729,7 @@ class DatabaseClient(object):
|
|
12729
12729
|
:rtype: :class:`~oci.response.Response`
|
12730
12730
|
|
12731
12731
|
:example:
|
12732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
12733
12733
|
"""
|
12734
12734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12735
12735
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12847,7 +12847,7 @@ class DatabaseClient(object):
|
|
12847
12847
|
:rtype: :class:`~oci.response.Response`
|
12848
12848
|
|
12849
12849
|
:example:
|
12850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
12851
12851
|
"""
|
12852
12852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12853
12853
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12965,7 +12965,7 @@ class DatabaseClient(object):
|
|
12965
12965
|
:rtype: :class:`~oci.response.Response`
|
12966
12966
|
|
12967
12967
|
:example:
|
12968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
12969
12969
|
"""
|
12970
12970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12971
12971
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13083,7 +13083,7 @@ class DatabaseClient(object):
|
|
13083
13083
|
:rtype: :class:`~oci.response.Response`
|
13084
13084
|
|
13085
13085
|
:example:
|
13086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
13087
13087
|
"""
|
13088
13088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13089
13089
|
required_arguments = ['pluggableDatabaseId']
|
@@ -13208,7 +13208,7 @@ class DatabaseClient(object):
|
|
13208
13208
|
:rtype: :class:`~oci.response.Response`
|
13209
13209
|
|
13210
13210
|
:example:
|
13211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
13212
13212
|
"""
|
13213
13213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13214
13214
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13328,7 +13328,7 @@ class DatabaseClient(object):
|
|
13328
13328
|
:rtype: :class:`~oci.response.Response`
|
13329
13329
|
|
13330
13330
|
:example:
|
13331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
13332
13332
|
"""
|
13333
13333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13334
13334
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13441,7 +13441,7 @@ class DatabaseClient(object):
|
|
13441
13441
|
:rtype: :class:`~oci.response.Response`
|
13442
13442
|
|
13443
13443
|
:example:
|
13444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
13445
13445
|
"""
|
13446
13446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13447
13447
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -13552,7 +13552,7 @@ class DatabaseClient(object):
|
|
13552
13552
|
:rtype: :class:`~oci.response.Response`
|
13553
13553
|
|
13554
13554
|
:example:
|
13555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
13556
13556
|
"""
|
13557
13557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13558
13558
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13665,7 +13665,7 @@ class DatabaseClient(object):
|
|
13665
13665
|
:rtype: :class:`~oci.response.Response`
|
13666
13666
|
|
13667
13667
|
:example:
|
13668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
13669
13669
|
"""
|
13670
13670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13671
13671
|
required_arguments = ['exadataInfrastructureId']
|
@@ -13768,7 +13768,7 @@ class DatabaseClient(object):
|
|
13768
13768
|
:rtype: :class:`~oci.response.Response`
|
13769
13769
|
|
13770
13770
|
:example:
|
13771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
13772
13772
|
"""
|
13773
13773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13774
13774
|
required_arguments = ['applicationVipId']
|
@@ -13863,7 +13863,7 @@ class DatabaseClient(object):
|
|
13863
13863
|
:rtype: :class:`~oci.response.Response`
|
13864
13864
|
|
13865
13865
|
:example:
|
13866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
13867
13867
|
"""
|
13868
13868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13869
13869
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13956,7 +13956,7 @@ class DatabaseClient(object):
|
|
13956
13956
|
:rtype: :class:`~oci.response.Response`
|
13957
13957
|
|
13958
13958
|
:example:
|
13959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
13960
13960
|
"""
|
13961
13961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13962
13962
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -14048,7 +14048,7 @@ class DatabaseClient(object):
|
|
14048
14048
|
:rtype: :class:`~oci.response.Response`
|
14049
14049
|
|
14050
14050
|
:example:
|
14051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
14052
14052
|
"""
|
14053
14053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14054
14054
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
|
|
14146
14146
|
:rtype: :class:`~oci.response.Response`
|
14147
14147
|
|
14148
14148
|
:example:
|
14149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
14150
14150
|
"""
|
14151
14151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14152
14152
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14244,7 +14244,7 @@ class DatabaseClient(object):
|
|
14244
14244
|
:rtype: :class:`~oci.response.Response`
|
14245
14245
|
|
14246
14246
|
:example:
|
14247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
14248
14248
|
"""
|
14249
14249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14250
14250
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -14347,7 +14347,7 @@ class DatabaseClient(object):
|
|
14347
14347
|
:rtype: :class:`~oci.response.Response`
|
14348
14348
|
|
14349
14349
|
:example:
|
14350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
14351
14351
|
"""
|
14352
14352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14353
14353
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -14441,7 +14441,7 @@ class DatabaseClient(object):
|
|
14441
14441
|
:rtype: :class:`~oci.response.Response`
|
14442
14442
|
|
14443
14443
|
:example:
|
14444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
14445
14445
|
"""
|
14446
14446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14447
14447
|
required_arguments = []
|
@@ -14527,7 +14527,7 @@ class DatabaseClient(object):
|
|
14527
14527
|
:rtype: :class:`~oci.response.Response`
|
14528
14528
|
|
14529
14529
|
:example:
|
14530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
14531
14531
|
"""
|
14532
14532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14533
14533
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -14625,7 +14625,7 @@ class DatabaseClient(object):
|
|
14625
14625
|
:rtype: :class:`~oci.response.Response`
|
14626
14626
|
|
14627
14627
|
:example:
|
14628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
14629
14629
|
"""
|
14630
14630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14631
14631
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14720,7 +14720,7 @@ class DatabaseClient(object):
|
|
14720
14720
|
:rtype: :class:`~oci.response.Response`
|
14721
14721
|
|
14722
14722
|
:example:
|
14723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
14724
14724
|
"""
|
14725
14725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14726
14726
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -14808,7 +14808,7 @@ class DatabaseClient(object):
|
|
14808
14808
|
:rtype: :class:`~oci.response.Response`
|
14809
14809
|
|
14810
14810
|
:example:
|
14811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
14812
14812
|
"""
|
14813
14813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14814
14814
|
required_arguments = ['autonomousPatchId']
|
@@ -14899,7 +14899,7 @@ class DatabaseClient(object):
|
|
14899
14899
|
:rtype: :class:`~oci.response.Response`
|
14900
14900
|
|
14901
14901
|
:example:
|
14902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
14903
14903
|
"""
|
14904
14904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14905
14905
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -14997,7 +14997,7 @@ class DatabaseClient(object):
|
|
14997
14997
|
:rtype: :class:`~oci.response.Response`
|
14998
14998
|
|
14999
14999
|
:example:
|
15000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
15001
15001
|
"""
|
15002
15002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15003
15003
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15095,7 +15095,7 @@ class DatabaseClient(object):
|
|
15095
15095
|
:rtype: :class:`~oci.response.Response`
|
15096
15096
|
|
15097
15097
|
:example:
|
15098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
15099
15099
|
"""
|
15100
15100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15101
15101
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15190,7 +15190,7 @@ class DatabaseClient(object):
|
|
15190
15190
|
:rtype: :class:`~oci.response.Response`
|
15191
15191
|
|
15192
15192
|
:example:
|
15193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
15194
15194
|
"""
|
15195
15195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15196
15196
|
required_arguments = ['backupId']
|
@@ -15281,7 +15281,7 @@ class DatabaseClient(object):
|
|
15281
15281
|
:rtype: :class:`~oci.response.Response`
|
15282
15282
|
|
15283
15283
|
:example:
|
15284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
15285
15285
|
"""
|
15286
15286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15287
15287
|
required_arguments = ['backupDestinationId']
|
@@ -15379,7 +15379,7 @@ class DatabaseClient(object):
|
|
15379
15379
|
:rtype: :class:`~oci.response.Response`
|
15380
15380
|
|
15381
15381
|
:example:
|
15382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
15383
15383
|
"""
|
15384
15384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15385
15385
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15477,7 +15477,7 @@ class DatabaseClient(object):
|
|
15477
15477
|
:rtype: :class:`~oci.response.Response`
|
15478
15478
|
|
15479
15479
|
:example:
|
15480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
15481
15481
|
"""
|
15482
15482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15483
15483
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15575,7 +15575,7 @@ class DatabaseClient(object):
|
|
15575
15575
|
:rtype: :class:`~oci.response.Response`
|
15576
15576
|
|
15577
15577
|
:example:
|
15578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
15579
15579
|
"""
|
15580
15580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15581
15581
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15678,7 +15678,7 @@ class DatabaseClient(object):
|
|
15678
15678
|
:rtype: :class:`~oci.response.Response`
|
15679
15679
|
|
15680
15680
|
:example:
|
15681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
15682
15682
|
"""
|
15683
15683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15684
15684
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15784,7 +15784,7 @@ class DatabaseClient(object):
|
|
15784
15784
|
:rtype: :class:`~oci.response.Response`
|
15785
15785
|
|
15786
15786
|
:example:
|
15787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
15788
15788
|
"""
|
15789
15789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15790
15790
|
required_arguments = ['cloudVmClusterId']
|
@@ -15883,7 +15883,7 @@ class DatabaseClient(object):
|
|
15883
15883
|
:rtype: :class:`~oci.response.Response`
|
15884
15884
|
|
15885
15885
|
:example:
|
15886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
15887
15887
|
"""
|
15888
15888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15889
15889
|
required_arguments = ['cloudVmClusterId']
|
@@ -15986,7 +15986,7 @@ class DatabaseClient(object):
|
|
15986
15986
|
:rtype: :class:`~oci.response.Response`
|
15987
15987
|
|
15988
15988
|
:example:
|
15989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
15990
15990
|
"""
|
15991
15991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15992
15992
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -16090,7 +16090,7 @@ class DatabaseClient(object):
|
|
16090
16090
|
:rtype: :class:`~oci.response.Response`
|
16091
16091
|
|
16092
16092
|
:example:
|
16093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
16094
16094
|
"""
|
16095
16095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16096
16096
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -16189,7 +16189,7 @@ class DatabaseClient(object):
|
|
16189
16189
|
:rtype: :class:`~oci.response.Response`
|
16190
16190
|
|
16191
16191
|
:example:
|
16192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
16193
16193
|
"""
|
16194
16194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16195
16195
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -16284,7 +16284,7 @@ class DatabaseClient(object):
|
|
16284
16284
|
:rtype: :class:`~oci.response.Response`
|
16285
16285
|
|
16286
16286
|
:example:
|
16287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
16288
16288
|
"""
|
16289
16289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16290
16290
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16386,7 +16386,7 @@ class DatabaseClient(object):
|
|
16386
16386
|
:rtype: :class:`~oci.response.Response`
|
16387
16387
|
|
16388
16388
|
:example:
|
16389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
16390
16390
|
"""
|
16391
16391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16392
16392
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16487,7 +16487,7 @@ class DatabaseClient(object):
|
|
16487
16487
|
:rtype: :class:`~oci.response.Response`
|
16488
16488
|
|
16489
16489
|
:example:
|
16490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
16491
16491
|
"""
|
16492
16492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16493
16493
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16576,7 +16576,7 @@ class DatabaseClient(object):
|
|
16576
16576
|
:rtype: :class:`~oci.response.Response`
|
16577
16577
|
|
16578
16578
|
:example:
|
16579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
16580
16580
|
"""
|
16581
16581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16582
16582
|
required_arguments = ['databaseId']
|
@@ -16664,7 +16664,7 @@ class DatabaseClient(object):
|
|
16664
16664
|
:rtype: :class:`~oci.response.Response`
|
16665
16665
|
|
16666
16666
|
:example:
|
16667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
16668
16668
|
"""
|
16669
16669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16670
16670
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -16760,7 +16760,7 @@ class DatabaseClient(object):
|
|
16760
16760
|
:rtype: :class:`~oci.response.Response`
|
16761
16761
|
|
16762
16762
|
:example:
|
16763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
16764
16764
|
"""
|
16765
16765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16766
16766
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -16856,7 +16856,7 @@ class DatabaseClient(object):
|
|
16856
16856
|
:rtype: :class:`~oci.response.Response`
|
16857
16857
|
|
16858
16858
|
:example:
|
16859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
16860
16860
|
"""
|
16861
16861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16862
16862
|
required_arguments = ['dbHomeId']
|
@@ -16949,7 +16949,7 @@ class DatabaseClient(object):
|
|
16949
16949
|
:rtype: :class:`~oci.response.Response`
|
16950
16950
|
|
16951
16951
|
:example:
|
16952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
16953
16953
|
"""
|
16954
16954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16955
16955
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -17043,7 +17043,7 @@ class DatabaseClient(object):
|
|
17043
17043
|
:rtype: :class:`~oci.response.Response`
|
17044
17044
|
|
17045
17045
|
:example:
|
17046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
17047
17047
|
"""
|
17048
17048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17049
17049
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -17132,7 +17132,7 @@ class DatabaseClient(object):
|
|
17132
17132
|
:rtype: :class:`~oci.response.Response`
|
17133
17133
|
|
17134
17134
|
:example:
|
17135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
17136
17136
|
"""
|
17137
17137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17138
17138
|
required_arguments = ['dbNodeId']
|
@@ -17228,7 +17228,7 @@ class DatabaseClient(object):
|
|
17228
17228
|
:rtype: :class:`~oci.response.Response`
|
17229
17229
|
|
17230
17230
|
:example:
|
17231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
17232
17232
|
"""
|
17233
17233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17234
17234
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -17337,7 +17337,7 @@ class DatabaseClient(object):
|
|
17337
17337
|
:rtype: :class:`~oci.response.Response`
|
17338
17338
|
|
17339
17339
|
:example:
|
17340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
17341
17341
|
"""
|
17342
17342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17343
17343
|
required_arguments = ['dbSystemId']
|
@@ -17430,7 +17430,7 @@ class DatabaseClient(object):
|
|
17430
17430
|
:rtype: :class:`~oci.response.Response`
|
17431
17431
|
|
17432
17432
|
:example:
|
17433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
17434
17434
|
"""
|
17435
17435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17436
17436
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -17524,7 +17524,7 @@ class DatabaseClient(object):
|
|
17524
17524
|
:rtype: :class:`~oci.response.Response`
|
17525
17525
|
|
17526
17526
|
:example:
|
17527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
17528
17528
|
"""
|
17529
17529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17530
17530
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -17621,7 +17621,7 @@ class DatabaseClient(object):
|
|
17621
17621
|
:rtype: :class:`~oci.response.Response`
|
17622
17622
|
|
17623
17623
|
:example:
|
17624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
17625
17625
|
"""
|
17626
17626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17627
17627
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -17726,7 +17726,7 @@ class DatabaseClient(object):
|
|
17726
17726
|
:rtype: :class:`~oci.response.Response`
|
17727
17727
|
|
17728
17728
|
:example:
|
17729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
17730
17730
|
"""
|
17731
17731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17732
17732
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17840,7 +17840,7 @@ class DatabaseClient(object):
|
|
17840
17840
|
:rtype: :class:`~oci.response.Response`
|
17841
17841
|
|
17842
17842
|
:example:
|
17843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
17844
17844
|
"""
|
17845
17845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17846
17846
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17943,7 +17943,7 @@ class DatabaseClient(object):
|
|
17943
17943
|
:rtype: :class:`~oci.response.Response`
|
17944
17944
|
|
17945
17945
|
:example:
|
17946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
17947
17947
|
"""
|
17948
17948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17949
17949
|
required_arguments = ['exadataInfrastructureId']
|
@@ -18060,7 +18060,7 @@ class DatabaseClient(object):
|
|
18060
18060
|
:rtype: :class:`~oci.response.Response`
|
18061
18061
|
|
18062
18062
|
:example:
|
18063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
18064
18064
|
"""
|
18065
18065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18066
18066
|
required_arguments = ['dbSystemId']
|
@@ -18159,7 +18159,7 @@ class DatabaseClient(object):
|
|
18159
18159
|
:rtype: :class:`~oci.response.Response`
|
18160
18160
|
|
18161
18161
|
:example:
|
18162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
18163
18163
|
"""
|
18164
18164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18165
18165
|
required_arguments = ['backupId']
|
@@ -18250,7 +18250,7 @@ class DatabaseClient(object):
|
|
18250
18250
|
:rtype: :class:`~oci.response.Response`
|
18251
18251
|
|
18252
18252
|
:example:
|
18253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
18254
18254
|
"""
|
18255
18255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18256
18256
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -18349,7 +18349,7 @@ class DatabaseClient(object):
|
|
18349
18349
|
:rtype: :class:`~oci.response.Response`
|
18350
18350
|
|
18351
18351
|
:example:
|
18352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
18353
18353
|
"""
|
18354
18354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18355
18355
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -18447,7 +18447,7 @@ class DatabaseClient(object):
|
|
18447
18447
|
:rtype: :class:`~oci.response.Response`
|
18448
18448
|
|
18449
18449
|
:example:
|
18450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
18451
18451
|
"""
|
18452
18452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18453
18453
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -18546,7 +18546,7 @@ class DatabaseClient(object):
|
|
18546
18546
|
:rtype: :class:`~oci.response.Response`
|
18547
18547
|
|
18548
18548
|
:example:
|
18549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
18550
18550
|
"""
|
18551
18551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18552
18552
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -18653,7 +18653,7 @@ class DatabaseClient(object):
|
|
18653
18653
|
:rtype: :class:`~oci.response.Response`
|
18654
18654
|
|
18655
18655
|
:example:
|
18656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
18657
18657
|
"""
|
18658
18658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18659
18659
|
required_arguments = ['compartmentId']
|
@@ -18757,7 +18757,7 @@ class DatabaseClient(object):
|
|
18757
18757
|
:rtype: :class:`~oci.response.Response`
|
18758
18758
|
|
18759
18759
|
:example:
|
18760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
18761
18761
|
"""
|
18762
18762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18763
18763
|
required_arguments = ['keyStoreId']
|
@@ -18850,7 +18850,7 @@ class DatabaseClient(object):
|
|
18850
18850
|
:rtype: :class:`~oci.response.Response`
|
18851
18851
|
|
18852
18852
|
:example:
|
18853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
18854
18854
|
"""
|
18855
18855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18856
18856
|
required_arguments = ['maintenanceRunId']
|
@@ -18936,7 +18936,7 @@ class DatabaseClient(object):
|
|
18936
18936
|
:rtype: :class:`~oci.response.Response`
|
18937
18937
|
|
18938
18938
|
:example:
|
18939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
18940
18940
|
"""
|
18941
18941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18942
18942
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -19027,7 +19027,7 @@ class DatabaseClient(object):
|
|
19027
19027
|
:rtype: :class:`~oci.response.Response`
|
19028
19028
|
|
19029
19029
|
:example:
|
19030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
19031
19031
|
"""
|
19032
19032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19033
19033
|
required_arguments = ['oneoffPatchId']
|
@@ -19130,7 +19130,7 @@ class DatabaseClient(object):
|
|
19130
19130
|
:rtype: :class:`~oci.response.Response`
|
19131
19131
|
|
19132
19132
|
:example:
|
19133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
19134
19134
|
"""
|
19135
19135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19136
19136
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -19226,7 +19226,7 @@ class DatabaseClient(object):
|
|
19226
19226
|
:rtype: :class:`~oci.response.Response`
|
19227
19227
|
|
19228
19228
|
:example:
|
19229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
19230
19230
|
"""
|
19231
19231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19232
19232
|
required_arguments = ['pluggableDatabaseId']
|
@@ -19317,7 +19317,7 @@ class DatabaseClient(object):
|
|
19317
19317
|
:rtype: :class:`~oci.response.Response`
|
19318
19318
|
|
19319
19319
|
:example:
|
19320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
19321
19321
|
"""
|
19322
19322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19323
19323
|
required_arguments = ['vmClusterId']
|
@@ -19421,7 +19421,7 @@ class DatabaseClient(object):
|
|
19421
19421
|
:rtype: :class:`~oci.response.Response`
|
19422
19422
|
|
19423
19423
|
:example:
|
19424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
19425
19425
|
"""
|
19426
19426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19427
19427
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -19522,7 +19522,7 @@ class DatabaseClient(object):
|
|
19522
19522
|
:rtype: :class:`~oci.response.Response`
|
19523
19523
|
|
19524
19524
|
:example:
|
19525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
19526
19526
|
"""
|
19527
19527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19528
19528
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -19616,7 +19616,7 @@ class DatabaseClient(object):
|
|
19616
19616
|
:rtype: :class:`~oci.response.Response`
|
19617
19617
|
|
19618
19618
|
:example:
|
19619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
19620
19620
|
"""
|
19621
19621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19622
19622
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -19713,7 +19713,7 @@ class DatabaseClient(object):
|
|
19713
19713
|
:rtype: :class:`~oci.response.Response`
|
19714
19714
|
|
19715
19715
|
:example:
|
19716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
19717
19717
|
"""
|
19718
19718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19719
19719
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -19817,7 +19817,7 @@ class DatabaseClient(object):
|
|
19817
19817
|
:rtype: :class:`~oci.response.Response`
|
19818
19818
|
|
19819
19819
|
:example:
|
19820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
19821
19821
|
"""
|
19822
19822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19823
19823
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -19918,7 +19918,7 @@ class DatabaseClient(object):
|
|
19918
19918
|
:rtype: :class:`~oci.response.Response`
|
19919
19919
|
|
19920
19920
|
:example:
|
19921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
19922
19922
|
"""
|
19923
19923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19924
19924
|
required_arguments = []
|
@@ -20030,7 +20030,7 @@ class DatabaseClient(object):
|
|
20030
20030
|
:rtype: :class:`~oci.response.Response`
|
20031
20031
|
|
20032
20032
|
:example:
|
20033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
20034
20034
|
"""
|
20035
20035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20036
20036
|
required_arguments = []
|
@@ -20148,7 +20148,7 @@ class DatabaseClient(object):
|
|
20148
20148
|
:rtype: :class:`~oci.response.Response`
|
20149
20149
|
|
20150
20150
|
:example:
|
20151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
20152
20152
|
"""
|
20153
20153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20154
20154
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -20276,7 +20276,7 @@ class DatabaseClient(object):
|
|
20276
20276
|
:rtype: :class:`~oci.response.Response`
|
20277
20277
|
|
20278
20278
|
:example:
|
20279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
20280
20280
|
"""
|
20281
20281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20282
20282
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -20397,7 +20397,7 @@ class DatabaseClient(object):
|
|
20397
20397
|
:rtype: :class:`~oci.response.Response`
|
20398
20398
|
|
20399
20399
|
:example:
|
20400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
20401
20401
|
"""
|
20402
20402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20403
20403
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -20559,7 +20559,7 @@ class DatabaseClient(object):
|
|
20559
20559
|
:rtype: :class:`~oci.response.Response`
|
20560
20560
|
|
20561
20561
|
:example:
|
20562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
20563
20563
|
"""
|
20564
20564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20565
20565
|
required_arguments = ['compartmentId']
|
@@ -20735,7 +20735,7 @@ class DatabaseClient(object):
|
|
20735
20735
|
:rtype: :class:`~oci.response.Response`
|
20736
20736
|
|
20737
20737
|
:example:
|
20738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
20739
20739
|
"""
|
20740
20740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20741
20741
|
required_arguments = []
|
@@ -20872,7 +20872,7 @@ class DatabaseClient(object):
|
|
20872
20872
|
:rtype: :class:`~oci.response.Response`
|
20873
20873
|
|
20874
20874
|
:example:
|
20875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
20876
20876
|
"""
|
20877
20877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20878
20878
|
required_arguments = []
|
@@ -21013,7 +21013,7 @@ class DatabaseClient(object):
|
|
21013
21013
|
:rtype: :class:`~oci.response.Response`
|
21014
21014
|
|
21015
21015
|
:example:
|
21016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
21017
21017
|
"""
|
21018
21018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21019
21019
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -21163,7 +21163,7 @@ class DatabaseClient(object):
|
|
21163
21163
|
:rtype: :class:`~oci.response.Response`
|
21164
21164
|
|
21165
21165
|
:example:
|
21166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
21167
21167
|
"""
|
21168
21168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21169
21169
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21274,7 +21274,7 @@ class DatabaseClient(object):
|
|
21274
21274
|
:rtype: :class:`~oci.response.Response`
|
21275
21275
|
|
21276
21276
|
:example:
|
21277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
21278
21278
|
"""
|
21279
21279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21280
21280
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21388,7 +21388,7 @@ class DatabaseClient(object):
|
|
21388
21388
|
:rtype: :class:`~oci.response.Response`
|
21389
21389
|
|
21390
21390
|
:example:
|
21391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
21392
21392
|
"""
|
21393
21393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21394
21394
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21525,7 +21525,7 @@ class DatabaseClient(object):
|
|
21525
21525
|
:rtype: :class:`~oci.response.Response`
|
21526
21526
|
|
21527
21527
|
:example:
|
21528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
21529
21529
|
"""
|
21530
21530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21531
21531
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -21721,7 +21721,7 @@ class DatabaseClient(object):
|
|
21721
21721
|
:rtype: :class:`~oci.response.Response`
|
21722
21722
|
|
21723
21723
|
:example:
|
21724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
21725
21725
|
"""
|
21726
21726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21727
21727
|
required_arguments = ['compartmentId']
|
@@ -21898,7 +21898,7 @@ class DatabaseClient(object):
|
|
21898
21898
|
:rtype: :class:`~oci.response.Response`
|
21899
21899
|
|
21900
21900
|
:example:
|
21901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
21902
21902
|
"""
|
21903
21903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21904
21904
|
required_arguments = ['compartmentId']
|
@@ -22029,7 +22029,7 @@ class DatabaseClient(object):
|
|
22029
22029
|
:rtype: :class:`~oci.response.Response`
|
22030
22030
|
|
22031
22031
|
:example:
|
22032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
22033
22033
|
"""
|
22034
22034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22035
22035
|
required_arguments = ['compartmentId']
|
@@ -22153,7 +22153,7 @@ class DatabaseClient(object):
|
|
22153
22153
|
:rtype: :class:`~oci.response.Response`
|
22154
22154
|
|
22155
22155
|
:example:
|
22156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
22157
22157
|
"""
|
22158
22158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22159
22159
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -22277,7 +22277,7 @@ class DatabaseClient(object):
|
|
22277
22277
|
:rtype: :class:`~oci.response.Response`
|
22278
22278
|
|
22279
22279
|
:example:
|
22280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
22281
22281
|
"""
|
22282
22282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22283
22283
|
required_arguments = ['compartmentId']
|
@@ -22418,7 +22418,7 @@ class DatabaseClient(object):
|
|
22418
22418
|
:rtype: :class:`~oci.response.Response`
|
22419
22419
|
|
22420
22420
|
:example:
|
22421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
22422
22422
|
"""
|
22423
22423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22424
22424
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -22536,7 +22536,7 @@ class DatabaseClient(object):
|
|
22536
22536
|
:rtype: :class:`~oci.response.Response`
|
22537
22537
|
|
22538
22538
|
:example:
|
22539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.
|
22540
22540
|
"""
|
22541
22541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22542
22542
|
required_arguments = ['autonomousVmClusterId']
|
@@ -22673,7 +22673,7 @@ class DatabaseClient(object):
|
|
22673
22673
|
:rtype: :class:`~oci.response.Response`
|
22674
22674
|
|
22675
22675
|
:example:
|
22676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
22677
22677
|
"""
|
22678
22678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22679
22679
|
required_arguments = ['compartmentId']
|
@@ -22810,7 +22810,7 @@ class DatabaseClient(object):
|
|
22810
22810
|
:rtype: :class:`~oci.response.Response`
|
22811
22811
|
|
22812
22812
|
:example:
|
22813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
22814
22814
|
"""
|
22815
22815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22816
22816
|
required_arguments = ['compartmentId']
|
@@ -22917,7 +22917,7 @@ class DatabaseClient(object):
|
|
22917
22917
|
:rtype: :class:`~oci.response.Response`
|
22918
22918
|
|
22919
22919
|
:example:
|
22920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
22921
22921
|
"""
|
22922
22922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22923
22923
|
required_arguments = []
|
@@ -23026,7 +23026,7 @@ class DatabaseClient(object):
|
|
23026
23026
|
:rtype: :class:`~oci.response.Response`
|
23027
23027
|
|
23028
23028
|
:example:
|
23029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.
|
23030
23030
|
"""
|
23031
23031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23032
23032
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -23166,7 +23166,7 @@ class DatabaseClient(object):
|
|
23166
23166
|
:rtype: :class:`~oci.response.Response`
|
23167
23167
|
|
23168
23168
|
:example:
|
23169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
23170
23170
|
"""
|
23171
23171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23172
23172
|
required_arguments = ['compartmentId']
|
@@ -23323,7 +23323,7 @@ class DatabaseClient(object):
|
|
23323
23323
|
:rtype: :class:`~oci.response.Response`
|
23324
23324
|
|
23325
23325
|
:example:
|
23326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
23327
23327
|
"""
|
23328
23328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23329
23329
|
required_arguments = ['compartmentId']
|
@@ -23462,7 +23462,7 @@ class DatabaseClient(object):
|
|
23462
23462
|
:rtype: :class:`~oci.response.Response`
|
23463
23463
|
|
23464
23464
|
:example:
|
23465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.
|
23466
23466
|
"""
|
23467
23467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23468
23468
|
required_arguments = ['cloudVmClusterId']
|
@@ -23590,7 +23590,7 @@ class DatabaseClient(object):
|
|
23590
23590
|
:rtype: :class:`~oci.response.Response`
|
23591
23591
|
|
23592
23592
|
:example:
|
23593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
23594
23594
|
"""
|
23595
23595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23596
23596
|
required_arguments = ['cloudVmClusterId']
|
@@ -23734,7 +23734,7 @@ class DatabaseClient(object):
|
|
23734
23734
|
:rtype: :class:`~oci.response.Response`
|
23735
23735
|
|
23736
23736
|
:example:
|
23737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
23738
23738
|
"""
|
23739
23739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23740
23740
|
required_arguments = ['compartmentId']
|
@@ -23859,7 +23859,7 @@ class DatabaseClient(object):
|
|
23859
23859
|
:rtype: :class:`~oci.response.Response`
|
23860
23860
|
|
23861
23861
|
:example:
|
23862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
23863
23863
|
"""
|
23864
23864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23865
23865
|
required_arguments = ['dbNodeId']
|
@@ -23974,7 +23974,7 @@ class DatabaseClient(object):
|
|
23974
23974
|
:rtype: :class:`~oci.response.Response`
|
23975
23975
|
|
23976
23976
|
:example:
|
23977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
23978
23978
|
"""
|
23979
23979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23980
23980
|
required_arguments = ['dbNodeId']
|
@@ -24124,7 +24124,7 @@ class DatabaseClient(object):
|
|
24124
24124
|
:rtype: :class:`~oci.response.Response`
|
24125
24125
|
|
24126
24126
|
:example:
|
24127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
24128
24128
|
"""
|
24129
24129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24130
24130
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -24242,7 +24242,7 @@ class DatabaseClient(object):
|
|
24242
24242
|
:rtype: :class:`~oci.response.Response`
|
24243
24243
|
|
24244
24244
|
:example:
|
24245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
24246
24246
|
"""
|
24247
24247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24248
24248
|
required_arguments = ['databaseId']
|
@@ -24385,7 +24385,7 @@ class DatabaseClient(object):
|
|
24385
24385
|
:rtype: :class:`~oci.response.Response`
|
24386
24386
|
|
24387
24387
|
:example:
|
24388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
24389
24389
|
"""
|
24390
24390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24391
24391
|
required_arguments = ['compartmentId']
|
@@ -24556,7 +24556,7 @@ class DatabaseClient(object):
|
|
24556
24556
|
:rtype: :class:`~oci.response.Response`
|
24557
24557
|
|
24558
24558
|
:example:
|
24559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
24560
24560
|
"""
|
24561
24561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24562
24562
|
required_arguments = ['databaseId']
|
@@ -24731,7 +24731,7 @@ class DatabaseClient(object):
|
|
24731
24731
|
:rtype: :class:`~oci.response.Response`
|
24732
24732
|
|
24733
24733
|
:example:
|
24734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
24735
24735
|
"""
|
24736
24736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24737
24737
|
required_arguments = ['compartmentId']
|
@@ -24861,7 +24861,7 @@ class DatabaseClient(object):
|
|
24861
24861
|
:rtype: :class:`~oci.response.Response`
|
24862
24862
|
|
24863
24863
|
:example:
|
24864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
24865
24865
|
"""
|
24866
24866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24867
24867
|
required_arguments = ['dbHomeId']
|
@@ -24969,7 +24969,7 @@ class DatabaseClient(object):
|
|
24969
24969
|
:rtype: :class:`~oci.response.Response`
|
24970
24970
|
|
24971
24971
|
:example:
|
24972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
24973
24973
|
"""
|
24974
24974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24975
24975
|
required_arguments = ['dbHomeId']
|
@@ -25113,7 +25113,7 @@ class DatabaseClient(object):
|
|
25113
25113
|
:rtype: :class:`~oci.response.Response`
|
25114
25114
|
|
25115
25115
|
:example:
|
25116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
25117
25117
|
"""
|
25118
25118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25119
25119
|
required_arguments = ['compartmentId']
|
@@ -25277,7 +25277,7 @@ class DatabaseClient(object):
|
|
25277
25277
|
:rtype: :class:`~oci.response.Response`
|
25278
25278
|
|
25279
25279
|
:example:
|
25280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
25281
25281
|
"""
|
25282
25282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25283
25283
|
required_arguments = ['compartmentId']
|
@@ -25433,7 +25433,7 @@ class DatabaseClient(object):
|
|
25433
25433
|
:rtype: :class:`~oci.response.Response`
|
25434
25434
|
|
25435
25435
|
:example:
|
25436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
25437
25437
|
"""
|
25438
25438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25439
25439
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -25558,7 +25558,7 @@ class DatabaseClient(object):
|
|
25558
25558
|
:rtype: :class:`~oci.response.Response`
|
25559
25559
|
|
25560
25560
|
:example:
|
25561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
25562
25562
|
"""
|
25563
25563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25564
25564
|
required_arguments = []
|
@@ -25655,7 +25655,7 @@ class DatabaseClient(object):
|
|
25655
25655
|
:rtype: :class:`~oci.response.Response`
|
25656
25656
|
|
25657
25657
|
:example:
|
25658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
25659
25659
|
"""
|
25660
25660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25661
25661
|
required_arguments = ['dbSystemId']
|
@@ -25763,7 +25763,7 @@ class DatabaseClient(object):
|
|
25763
25763
|
:rtype: :class:`~oci.response.Response`
|
25764
25764
|
|
25765
25765
|
:example:
|
25766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
25767
25767
|
"""
|
25768
25768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25769
25769
|
required_arguments = ['dbSystemId']
|
@@ -25874,7 +25874,7 @@ class DatabaseClient(object):
|
|
25874
25874
|
:rtype: :class:`~oci.response.Response`
|
25875
25875
|
|
25876
25876
|
:example:
|
25877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
25878
25878
|
"""
|
25879
25879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25880
25880
|
required_arguments = ['compartmentId']
|
@@ -25975,7 +25975,7 @@ class DatabaseClient(object):
|
|
25975
25975
|
:rtype: :class:`~oci.response.Response`
|
25976
25976
|
|
25977
25977
|
:example:
|
25978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
25979
25979
|
"""
|
25980
25980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25981
25981
|
required_arguments = ['storageManagement']
|
@@ -26102,7 +26102,7 @@ class DatabaseClient(object):
|
|
26102
26102
|
:rtype: :class:`~oci.response.Response`
|
26103
26103
|
|
26104
26104
|
:example:
|
26105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
26106
26106
|
"""
|
26107
26107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26108
26108
|
required_arguments = ['dbSystemId']
|
@@ -26284,7 +26284,7 @@ class DatabaseClient(object):
|
|
26284
26284
|
:rtype: :class:`~oci.response.Response`
|
26285
26285
|
|
26286
26286
|
:example:
|
26287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
26288
26288
|
"""
|
26289
26289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26290
26290
|
required_arguments = ['compartmentId']
|
@@ -26435,7 +26435,7 @@ class DatabaseClient(object):
|
|
26435
26435
|
:rtype: :class:`~oci.response.Response`
|
26436
26436
|
|
26437
26437
|
:example:
|
26438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
26439
26439
|
"""
|
26440
26440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26441
26441
|
required_arguments = ['compartmentId']
|
@@ -26576,7 +26576,7 @@ class DatabaseClient(object):
|
|
26576
26576
|
:rtype: :class:`~oci.response.Response`
|
26577
26577
|
|
26578
26578
|
:example:
|
26579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
26580
26580
|
"""
|
26581
26581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26582
26582
|
required_arguments = ['compartmentId']
|
@@ -26739,7 +26739,7 @@ class DatabaseClient(object):
|
|
26739
26739
|
:rtype: :class:`~oci.response.Response`
|
26740
26740
|
|
26741
26741
|
:example:
|
26742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
26743
26743
|
"""
|
26744
26744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26745
26745
|
required_arguments = ['compartmentId']
|
@@ -26897,7 +26897,7 @@ class DatabaseClient(object):
|
|
26897
26897
|
:rtype: :class:`~oci.response.Response`
|
26898
26898
|
|
26899
26899
|
:example:
|
26900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
26901
26901
|
"""
|
26902
26902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26903
26903
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -27051,7 +27051,7 @@ class DatabaseClient(object):
|
|
27051
27051
|
:rtype: :class:`~oci.response.Response`
|
27052
27052
|
|
27053
27053
|
:example:
|
27054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
27055
27055
|
"""
|
27056
27056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27057
27057
|
required_arguments = ['compartmentId']
|
@@ -27210,7 +27210,7 @@ class DatabaseClient(object):
|
|
27210
27210
|
:rtype: :class:`~oci.response.Response`
|
27211
27211
|
|
27212
27212
|
:example:
|
27213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
27214
27214
|
"""
|
27215
27215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27216
27216
|
required_arguments = ['compartmentId']
|
@@ -27354,7 +27354,7 @@ class DatabaseClient(object):
|
|
27354
27354
|
:rtype: :class:`~oci.response.Response`
|
27355
27355
|
|
27356
27356
|
:example:
|
27357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
27358
27358
|
"""
|
27359
27359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27360
27360
|
required_arguments = ['compartmentId']
|
@@ -27479,7 +27479,7 @@ class DatabaseClient(object):
|
|
27479
27479
|
:rtype: :class:`~oci.response.Response`
|
27480
27480
|
|
27481
27481
|
:example:
|
27482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
27483
27483
|
"""
|
27484
27484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27485
27485
|
required_arguments = ['compartmentId']
|
@@ -27590,7 +27590,7 @@ class DatabaseClient(object):
|
|
27590
27590
|
:rtype: :class:`~oci.response.Response`
|
27591
27591
|
|
27592
27592
|
:example:
|
27593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
27594
27594
|
"""
|
27595
27595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27596
27596
|
required_arguments = ['compartmentId']
|
@@ -27728,7 +27728,7 @@ class DatabaseClient(object):
|
|
27728
27728
|
:rtype: :class:`~oci.response.Response`
|
27729
27729
|
|
27730
27730
|
:example:
|
27731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
27732
27732
|
"""
|
27733
27733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27734
27734
|
required_arguments = ['compartmentId']
|
@@ -27921,7 +27921,7 @@ class DatabaseClient(object):
|
|
27921
27921
|
:rtype: :class:`~oci.response.Response`
|
27922
27922
|
|
27923
27923
|
:example:
|
27924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
27925
27925
|
"""
|
27926
27926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27927
27927
|
required_arguments = ['compartmentId']
|
@@ -28097,7 +28097,7 @@ class DatabaseClient(object):
|
|
28097
28097
|
:rtype: :class:`~oci.response.Response`
|
28098
28098
|
|
28099
28099
|
:example:
|
28100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
28101
28101
|
"""
|
28102
28102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28103
28103
|
required_arguments = ['compartmentId']
|
@@ -28249,7 +28249,7 @@ class DatabaseClient(object):
|
|
28249
28249
|
:rtype: :class:`~oci.response.Response`
|
28250
28250
|
|
28251
28251
|
:example:
|
28252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
28253
28253
|
"""
|
28254
28254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28255
28255
|
required_arguments = ['databaseId']
|
@@ -28419,7 +28419,7 @@ class DatabaseClient(object):
|
|
28419
28419
|
:rtype: :class:`~oci.response.Response`
|
28420
28420
|
|
28421
28421
|
:example:
|
28422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
28423
28423
|
"""
|
28424
28424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28425
28425
|
required_arguments = []
|
@@ -28562,7 +28562,7 @@ class DatabaseClient(object):
|
|
28562
28562
|
:rtype: :class:`~oci.response.Response`
|
28563
28563
|
|
28564
28564
|
:example:
|
28565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
28566
28566
|
"""
|
28567
28567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28568
28568
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -28699,7 +28699,7 @@ class DatabaseClient(object):
|
|
28699
28699
|
:rtype: :class:`~oci.response.Response`
|
28700
28700
|
|
28701
28701
|
:example:
|
28702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
28703
28703
|
"""
|
28704
28704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28705
28705
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -28840,7 +28840,7 @@ class DatabaseClient(object):
|
|
28840
28840
|
:rtype: :class:`~oci.response.Response`
|
28841
28841
|
|
28842
28842
|
:example:
|
28843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
28844
28844
|
"""
|
28845
28845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28846
28846
|
required_arguments = ['vmClusterId']
|
@@ -28948,7 +28948,7 @@ class DatabaseClient(object):
|
|
28948
28948
|
:rtype: :class:`~oci.response.Response`
|
28949
28949
|
|
28950
28950
|
:example:
|
28951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
28952
28952
|
"""
|
28953
28953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28954
28954
|
required_arguments = ['vmClusterId']
|
@@ -29069,7 +29069,7 @@ class DatabaseClient(object):
|
|
29069
29069
|
:rtype: :class:`~oci.response.Response`
|
29070
29070
|
|
29071
29071
|
:example:
|
29072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
29073
29073
|
"""
|
29074
29074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29075
29075
|
required_arguments = ['vmClusterId']
|
@@ -29211,7 +29211,7 @@ class DatabaseClient(object):
|
|
29211
29211
|
:rtype: :class:`~oci.response.Response`
|
29212
29212
|
|
29213
29213
|
:example:
|
29214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
29215
29215
|
"""
|
29216
29216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29217
29217
|
required_arguments = ['vmClusterId']
|
@@ -29365,7 +29365,7 @@ class DatabaseClient(object):
|
|
29365
29365
|
:rtype: :class:`~oci.response.Response`
|
29366
29366
|
|
29367
29367
|
:example:
|
29368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
29369
29369
|
"""
|
29370
29370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29371
29371
|
required_arguments = ['compartmentId']
|
@@ -29509,7 +29509,7 @@ class DatabaseClient(object):
|
|
29509
29509
|
:rtype: :class:`~oci.response.Response`
|
29510
29510
|
|
29511
29511
|
:example:
|
29512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
29513
29513
|
"""
|
29514
29514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29515
29515
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29629,7 +29629,7 @@ class DatabaseClient(object):
|
|
29629
29629
|
:rtype: :class:`~oci.response.Response`
|
29630
29630
|
|
29631
29631
|
:example:
|
29632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
29633
29633
|
"""
|
29634
29634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29635
29635
|
required_arguments = ['dbSystemId']
|
@@ -29749,7 +29749,7 @@ class DatabaseClient(object):
|
|
29749
29749
|
:rtype: :class:`~oci.response.Response`
|
29750
29750
|
|
29751
29751
|
:example:
|
29752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
29753
29753
|
"""
|
29754
29754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29755
29755
|
required_arguments = ['databaseId']
|
@@ -29869,7 +29869,7 @@ class DatabaseClient(object):
|
|
29869
29869
|
:rtype: :class:`~oci.response.Response`
|
29870
29870
|
|
29871
29871
|
:example:
|
29872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
29873
29873
|
"""
|
29874
29874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29875
29875
|
required_arguments = ['databaseId']
|
@@ -29989,7 +29989,7 @@ class DatabaseClient(object):
|
|
29989
29989
|
:rtype: :class:`~oci.response.Response`
|
29990
29990
|
|
29991
29991
|
:example:
|
29992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
29993
29993
|
"""
|
29994
29994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29995
29995
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30106,7 +30106,7 @@ class DatabaseClient(object):
|
|
30106
30106
|
:rtype: :class:`~oci.response.Response`
|
30107
30107
|
|
30108
30108
|
:example:
|
30109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
30110
30110
|
"""
|
30111
30111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30112
30112
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30212,7 +30212,7 @@ class DatabaseClient(object):
|
|
30212
30212
|
:rtype: :class:`~oci.response.Response`
|
30213
30213
|
|
30214
30214
|
:example:
|
30215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
30216
30216
|
"""
|
30217
30217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30218
30218
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30318,7 +30318,7 @@ class DatabaseClient(object):
|
|
30318
30318
|
:rtype: :class:`~oci.response.Response`
|
30319
30319
|
|
30320
30320
|
:example:
|
30321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
30322
30322
|
"""
|
30323
30323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30324
30324
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -30427,7 +30427,7 @@ class DatabaseClient(object):
|
|
30427
30427
|
:rtype: :class:`~oci.response.Response`
|
30428
30428
|
|
30429
30429
|
:example:
|
30430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
30431
30431
|
"""
|
30432
30432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30433
30433
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -30545,7 +30545,7 @@ class DatabaseClient(object):
|
|
30545
30545
|
:rtype: :class:`~oci.response.Response`
|
30546
30546
|
|
30547
30547
|
:example:
|
30548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
30549
30549
|
"""
|
30550
30550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30551
30551
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30665,7 +30665,7 @@ class DatabaseClient(object):
|
|
30665
30665
|
:rtype: :class:`~oci.response.Response`
|
30666
30666
|
|
30667
30667
|
:example:
|
30668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.
|
30669
30669
|
"""
|
30670
30670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30671
30671
|
required_arguments = ['cloudVmClusterId']
|
@@ -30785,7 +30785,7 @@ class DatabaseClient(object):
|
|
30785
30785
|
:rtype: :class:`~oci.response.Response`
|
30786
30786
|
|
30787
30787
|
:example:
|
30788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
30789
30789
|
"""
|
30790
30790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30791
30791
|
required_arguments = ['vmClusterId']
|
@@ -30911,7 +30911,7 @@ class DatabaseClient(object):
|
|
30911
30911
|
:rtype: :class:`~oci.response.Response`
|
30912
30912
|
|
30913
30913
|
:example:
|
30914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
30915
30915
|
"""
|
30916
30916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30917
30917
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -31030,7 +31030,7 @@ class DatabaseClient(object):
|
|
31030
31030
|
:rtype: :class:`~oci.response.Response`
|
31031
31031
|
|
31032
31032
|
:example:
|
31033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
31034
31034
|
"""
|
31035
31035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31036
31036
|
required_arguments = []
|
@@ -31136,7 +31136,7 @@ class DatabaseClient(object):
|
|
31136
31136
|
:rtype: :class:`~oci.response.Response`
|
31137
31137
|
|
31138
31138
|
:example:
|
31139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
31140
31140
|
"""
|
31141
31141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31142
31142
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31238,7 +31238,7 @@ class DatabaseClient(object):
|
|
31238
31238
|
:rtype: :class:`~oci.response.Response`
|
31239
31239
|
|
31240
31240
|
:example:
|
31241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
31242
31242
|
"""
|
31243
31243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31244
31244
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31341,7 +31341,7 @@ class DatabaseClient(object):
|
|
31341
31341
|
:rtype: :class:`~oci.response.Response`
|
31342
31342
|
|
31343
31343
|
:example:
|
31344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
31345
31345
|
"""
|
31346
31346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31347
31347
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31446,7 +31446,7 @@ class DatabaseClient(object):
|
|
31446
31446
|
:rtype: :class:`~oci.response.Response`
|
31447
31447
|
|
31448
31448
|
:example:
|
31449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
31450
31450
|
"""
|
31451
31451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31452
31452
|
required_arguments = ['databaseId']
|
@@ -31560,7 +31560,7 @@ class DatabaseClient(object):
|
|
31560
31560
|
:rtype: :class:`~oci.response.Response`
|
31561
31561
|
|
31562
31562
|
:example:
|
31563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
31564
31564
|
"""
|
31565
31565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31566
31566
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31677,7 +31677,7 @@ class DatabaseClient(object):
|
|
31677
31677
|
:rtype: :class:`~oci.response.Response`
|
31678
31678
|
|
31679
31679
|
:example:
|
31680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
31681
31681
|
"""
|
31682
31682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31683
31683
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31795,7 +31795,7 @@ class DatabaseClient(object):
|
|
31795
31795
|
:rtype: :class:`~oci.response.Response`
|
31796
31796
|
|
31797
31797
|
:example:
|
31798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
31799
31799
|
"""
|
31800
31800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31801
31801
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31913,7 +31913,7 @@ class DatabaseClient(object):
|
|
31913
31913
|
:rtype: :class:`~oci.response.Response`
|
31914
31914
|
|
31915
31915
|
:example:
|
31916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
31917
31917
|
"""
|
31918
31918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31919
31919
|
required_arguments = ['autonomousVmClusterId']
|
@@ -32031,7 +32031,7 @@ class DatabaseClient(object):
|
|
32031
32031
|
:rtype: :class:`~oci.response.Response`
|
32032
32032
|
|
32033
32033
|
:example:
|
32034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.
|
32035
32035
|
"""
|
32036
32036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32037
32037
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32150,7 +32150,7 @@ class DatabaseClient(object):
|
|
32150
32150
|
:rtype: :class:`~oci.response.Response`
|
32151
32151
|
|
32152
32152
|
:example:
|
32153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.
|
32154
32154
|
"""
|
32155
32155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32156
32156
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32266,7 +32266,7 @@ class DatabaseClient(object):
|
|
32266
32266
|
:rtype: :class:`~oci.response.Response`
|
32267
32267
|
|
32268
32268
|
:example:
|
32269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
32270
32270
|
"""
|
32271
32271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32272
32272
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32379,7 +32379,7 @@ class DatabaseClient(object):
|
|
32379
32379
|
:rtype: :class:`~oci.response.Response`
|
32380
32380
|
|
32381
32381
|
:example:
|
32382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
32383
32383
|
"""
|
32384
32384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32385
32385
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32492,7 +32492,7 @@ class DatabaseClient(object):
|
|
32492
32492
|
:rtype: :class:`~oci.response.Response`
|
32493
32493
|
|
32494
32494
|
:example:
|
32495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
32496
32496
|
"""
|
32497
32497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32498
32498
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32607,7 +32607,7 @@ class DatabaseClient(object):
|
|
32607
32607
|
:rtype: :class:`~oci.response.Response`
|
32608
32608
|
|
32609
32609
|
:example:
|
32610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
32611
32611
|
"""
|
32612
32612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32613
32613
|
required_arguments = ['databaseId']
|
@@ -32710,7 +32710,7 @@ class DatabaseClient(object):
|
|
32710
32710
|
:rtype: :class:`~oci.response.Response`
|
32711
32711
|
|
32712
32712
|
:example:
|
32713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
32714
32714
|
"""
|
32715
32715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32716
32716
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32822,7 +32822,7 @@ class DatabaseClient(object):
|
|
32822
32822
|
:rtype: :class:`~oci.response.Response`
|
32823
32823
|
|
32824
32824
|
:example:
|
32825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
32826
32826
|
"""
|
32827
32827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32828
32828
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -32930,7 +32930,7 @@ class DatabaseClient(object):
|
|
32930
32930
|
:rtype: :class:`~oci.response.Response`
|
32931
32931
|
|
32932
32932
|
:example:
|
32933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
32934
32934
|
"""
|
32935
32935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32936
32936
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33030,7 +33030,7 @@ class DatabaseClient(object):
|
|
33030
33030
|
:rtype: :class:`~oci.response.Response`
|
33031
33031
|
|
33032
33032
|
:example:
|
33033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
33034
33034
|
"""
|
33035
33035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33036
33036
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33140,7 +33140,7 @@ class DatabaseClient(object):
|
|
33140
33140
|
:rtype: :class:`~oci.response.Response`
|
33141
33141
|
|
33142
33142
|
:example:
|
33143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
33144
33144
|
"""
|
33145
33145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33146
33146
|
required_arguments = ['pluggableDatabaseId']
|
@@ -33248,7 +33248,7 @@ class DatabaseClient(object):
|
|
33248
33248
|
:rtype: :class:`~oci.response.Response`
|
33249
33249
|
|
33250
33250
|
:example:
|
33251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
33252
33252
|
"""
|
33253
33253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33254
33254
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33360,7 +33360,7 @@ class DatabaseClient(object):
|
|
33360
33360
|
:rtype: :class:`~oci.response.Response`
|
33361
33361
|
|
33362
33362
|
:example:
|
33363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
33364
33364
|
"""
|
33365
33365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33366
33366
|
required_arguments = ['pluggableDatabaseId']
|
@@ -33472,7 +33472,7 @@ class DatabaseClient(object):
|
|
33472
33472
|
:rtype: :class:`~oci.response.Response`
|
33473
33473
|
|
33474
33474
|
:example:
|
33475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
33476
33476
|
"""
|
33477
33477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33478
33478
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -33591,7 +33591,7 @@ class DatabaseClient(object):
|
|
33591
33591
|
:rtype: :class:`~oci.response.Response`
|
33592
33592
|
|
33593
33593
|
:example:
|
33594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
33595
33595
|
"""
|
33596
33596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33597
33597
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33715,7 +33715,7 @@ class DatabaseClient(object):
|
|
33715
33715
|
:rtype: :class:`~oci.response.Response`
|
33716
33716
|
|
33717
33717
|
:example:
|
33718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
33719
33719
|
"""
|
33720
33720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33721
33721
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -33818,7 +33818,7 @@ class DatabaseClient(object):
|
|
33818
33818
|
:rtype: :class:`~oci.response.Response`
|
33819
33819
|
|
33820
33820
|
:example:
|
33821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
33822
33822
|
"""
|
33823
33823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33824
33824
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33916,7 +33916,7 @@ class DatabaseClient(object):
|
|
33916
33916
|
:rtype: :class:`~oci.response.Response`
|
33917
33917
|
|
33918
33918
|
:example:
|
33919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
33920
33920
|
"""
|
33921
33921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33922
33922
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34021,7 +34021,7 @@ class DatabaseClient(object):
|
|
34021
34021
|
:rtype: :class:`~oci.response.Response`
|
34022
34022
|
|
34023
34023
|
:example:
|
34024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
34025
34025
|
"""
|
34026
34026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34027
34027
|
required_arguments = ['dbSystemId']
|
@@ -34122,7 +34122,7 @@ class DatabaseClient(object):
|
|
34122
34122
|
:rtype: :class:`~oci.response.Response`
|
34123
34123
|
|
34124
34124
|
:example:
|
34125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
34126
34126
|
"""
|
34127
34127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34128
34128
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -34235,7 +34235,7 @@ class DatabaseClient(object):
|
|
34235
34235
|
:rtype: :class:`~oci.response.Response`
|
34236
34236
|
|
34237
34237
|
:example:
|
34238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
34239
34239
|
"""
|
34240
34240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34241
34241
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -34346,7 +34346,7 @@ class DatabaseClient(object):
|
|
34346
34346
|
:rtype: :class:`~oci.response.Response`
|
34347
34347
|
|
34348
34348
|
:example:
|
34349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
34350
34350
|
"""
|
34351
34351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34352
34352
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34456,7 +34456,7 @@ class DatabaseClient(object):
|
|
34456
34456
|
:rtype: :class:`~oci.response.Response`
|
34457
34457
|
|
34458
34458
|
:example:
|
34459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
34460
34460
|
"""
|
34461
34461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34462
34462
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -34556,7 +34556,7 @@ class DatabaseClient(object):
|
|
34556
34556
|
:rtype: :class:`~oci.response.Response`
|
34557
34557
|
|
34558
34558
|
:example:
|
34559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
34560
34560
|
"""
|
34561
34561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34562
34562
|
required_arguments = []
|
@@ -34650,7 +34650,7 @@ class DatabaseClient(object):
|
|
34650
34650
|
:rtype: :class:`~oci.response.Response`
|
34651
34651
|
|
34652
34652
|
:example:
|
34653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
34654
34654
|
"""
|
34655
34655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34656
34656
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -34755,7 +34755,7 @@ class DatabaseClient(object):
|
|
34755
34755
|
:rtype: :class:`~oci.response.Response`
|
34756
34756
|
|
34757
34757
|
:example:
|
34758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
34759
34759
|
"""
|
34760
34760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34761
34761
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34858,7 +34858,7 @@ class DatabaseClient(object):
|
|
34858
34858
|
:rtype: :class:`~oci.response.Response`
|
34859
34859
|
|
34860
34860
|
:example:
|
34861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
34862
34862
|
"""
|
34863
34863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34864
34864
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34966,7 +34966,7 @@ class DatabaseClient(object):
|
|
34966
34966
|
:rtype: :class:`~oci.response.Response`
|
34967
34967
|
|
34968
34968
|
:example:
|
34969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
34970
34970
|
"""
|
34971
34971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34972
34972
|
required_arguments = ['autonomousVmClusterId']
|
@@ -35079,7 +35079,7 @@ class DatabaseClient(object):
|
|
35079
35079
|
:rtype: :class:`~oci.response.Response`
|
35080
35080
|
|
35081
35081
|
:example:
|
35082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
35083
35083
|
"""
|
35084
35084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35085
35085
|
required_arguments = ['backupDestinationId']
|
@@ -35189,7 +35189,7 @@ class DatabaseClient(object):
|
|
35189
35189
|
:rtype: :class:`~oci.response.Response`
|
35190
35190
|
|
35191
35191
|
:example:
|
35192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
35193
35193
|
"""
|
35194
35194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35195
35195
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -35299,7 +35299,7 @@ class DatabaseClient(object):
|
|
35299
35299
|
:rtype: :class:`~oci.response.Response`
|
35300
35300
|
|
35301
35301
|
:example:
|
35302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
35303
35303
|
"""
|
35304
35304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35305
35305
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -35409,7 +35409,7 @@ class DatabaseClient(object):
|
|
35409
35409
|
:rtype: :class:`~oci.response.Response`
|
35410
35410
|
|
35411
35411
|
:example:
|
35412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
35413
35413
|
"""
|
35414
35414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35415
35415
|
required_arguments = ['cloudVmClusterId']
|
@@ -35519,7 +35519,7 @@ class DatabaseClient(object):
|
|
35519
35519
|
:rtype: :class:`~oci.response.Response`
|
35520
35520
|
|
35521
35521
|
:example:
|
35522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
35523
35523
|
"""
|
35524
35524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35525
35525
|
required_arguments = ['cloudVmClusterId']
|
@@ -35632,7 +35632,7 @@ class DatabaseClient(object):
|
|
35632
35632
|
:rtype: :class:`~oci.response.Response`
|
35633
35633
|
|
35634
35634
|
:example:
|
35635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
35636
35636
|
"""
|
35637
35637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35638
35638
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -35746,7 +35746,7 @@ class DatabaseClient(object):
|
|
35746
35746
|
:rtype: :class:`~oci.response.Response`
|
35747
35747
|
|
35748
35748
|
:example:
|
35749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
35750
35750
|
"""
|
35751
35751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35752
35752
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -35862,7 +35862,7 @@ class DatabaseClient(object):
|
|
35862
35862
|
:rtype: :class:`~oci.response.Response`
|
35863
35863
|
|
35864
35864
|
:example:
|
35865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
35866
35866
|
"""
|
35867
35867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35868
35868
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -35970,7 +35970,7 @@ class DatabaseClient(object):
|
|
35970
35970
|
:rtype: :class:`~oci.response.Response`
|
35971
35971
|
|
35972
35972
|
:example:
|
35973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
35974
35974
|
"""
|
35975
35975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35976
35976
|
required_arguments = ['databaseId']
|
@@ -36075,7 +36075,7 @@ class DatabaseClient(object):
|
|
36075
36075
|
:rtype: :class:`~oci.response.Response`
|
36076
36076
|
|
36077
36077
|
:example:
|
36078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
36079
36079
|
"""
|
36080
36080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36081
36081
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -36180,7 +36180,7 @@ class DatabaseClient(object):
|
|
36180
36180
|
:rtype: :class:`~oci.response.Response`
|
36181
36181
|
|
36182
36182
|
:example:
|
36183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
36184
36184
|
"""
|
36185
36185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36186
36186
|
required_arguments = ['dbHomeId']
|
@@ -36288,7 +36288,7 @@ class DatabaseClient(object):
|
|
36288
36288
|
:rtype: :class:`~oci.response.Response`
|
36289
36289
|
|
36290
36290
|
:example:
|
36291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
36292
36292
|
"""
|
36293
36293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36294
36294
|
required_arguments = ['dbNodeId']
|
@@ -36402,7 +36402,7 @@ class DatabaseClient(object):
|
|
36402
36402
|
:rtype: :class:`~oci.response.Response`
|
36403
36403
|
|
36404
36404
|
:example:
|
36405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
36406
36406
|
"""
|
36407
36407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36408
36408
|
required_arguments = ['dbSystemId']
|
@@ -36511,7 +36511,7 @@ class DatabaseClient(object):
|
|
36511
36511
|
:rtype: :class:`~oci.response.Response`
|
36512
36512
|
|
36513
36513
|
:example:
|
36514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
36515
36515
|
"""
|
36516
36516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36517
36517
|
required_arguments = ['exadataInfrastructureId']
|
@@ -36631,7 +36631,7 @@ class DatabaseClient(object):
|
|
36631
36631
|
:rtype: :class:`~oci.response.Response`
|
36632
36632
|
|
36633
36633
|
:example:
|
36634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
36635
36635
|
"""
|
36636
36636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36637
36637
|
required_arguments = ['dbSystemId']
|
@@ -36744,7 +36744,7 @@ class DatabaseClient(object):
|
|
36744
36744
|
:rtype: :class:`~oci.response.Response`
|
36745
36745
|
|
36746
36746
|
:example:
|
36747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
36748
36748
|
"""
|
36749
36749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36750
36750
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -36855,7 +36855,7 @@ class DatabaseClient(object):
|
|
36855
36855
|
:rtype: :class:`~oci.response.Response`
|
36856
36856
|
|
36857
36857
|
:example:
|
36858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
36859
36859
|
"""
|
36860
36860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36861
36861
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -36965,7 +36965,7 @@ class DatabaseClient(object):
|
|
36965
36965
|
:rtype: :class:`~oci.response.Response`
|
36966
36966
|
|
36967
36967
|
:example:
|
36968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
36969
36969
|
"""
|
36970
36970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36971
36971
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -37077,7 +37077,7 @@ class DatabaseClient(object):
|
|
37077
37077
|
:rtype: :class:`~oci.response.Response`
|
37078
37078
|
|
37079
37079
|
:example:
|
37080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
37081
37081
|
"""
|
37082
37082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37083
37083
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -37187,7 +37187,7 @@ class DatabaseClient(object):
|
|
37187
37187
|
:rtype: :class:`~oci.response.Response`
|
37188
37188
|
|
37189
37189
|
:example:
|
37190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
37191
37191
|
"""
|
37192
37192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37193
37193
|
required_arguments = ['keyStoreId']
|
@@ -37292,7 +37292,7 @@ class DatabaseClient(object):
|
|
37292
37292
|
:rtype: :class:`~oci.response.Response`
|
37293
37293
|
|
37294
37294
|
:example:
|
37295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
37296
37296
|
"""
|
37297
37297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37298
37298
|
required_arguments = ['maintenanceRunId']
|
@@ -37400,7 +37400,7 @@ class DatabaseClient(object):
|
|
37400
37400
|
:rtype: :class:`~oci.response.Response`
|
37401
37401
|
|
37402
37402
|
:example:
|
37403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
37404
37404
|
"""
|
37405
37405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37406
37406
|
required_arguments = ['oneoffPatchId']
|
@@ -37507,7 +37507,7 @@ class DatabaseClient(object):
|
|
37507
37507
|
:rtype: :class:`~oci.response.Response`
|
37508
37508
|
|
37509
37509
|
:example:
|
37510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
37511
37511
|
"""
|
37512
37512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37513
37513
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37615,7 +37615,7 @@ class DatabaseClient(object):
|
|
37615
37615
|
:rtype: :class:`~oci.response.Response`
|
37616
37616
|
|
37617
37617
|
:example:
|
37618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
37619
37619
|
"""
|
37620
37620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37621
37621
|
required_arguments = ['vmClusterId']
|
@@ -37731,7 +37731,7 @@ class DatabaseClient(object):
|
|
37731
37731
|
:rtype: :class:`~oci.response.Response`
|
37732
37732
|
|
37733
37733
|
:example:
|
37734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
37735
37735
|
"""
|
37736
37736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37737
37737
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37842,7 +37842,7 @@ class DatabaseClient(object):
|
|
37842
37842
|
:rtype: :class:`~oci.response.Response`
|
37843
37843
|
|
37844
37844
|
:example:
|
37845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
37846
37846
|
"""
|
37847
37847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37848
37848
|
required_arguments = ['databaseId']
|
@@ -37959,7 +37959,7 @@ class DatabaseClient(object):
|
|
37959
37959
|
:rtype: :class:`~oci.response.Response`
|
37960
37960
|
|
37961
37961
|
:example:
|
37962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
37963
37963
|
"""
|
37964
37964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37965
37965
|
required_arguments = ['dbSystemId']
|
@@ -38076,7 +38076,7 @@ class DatabaseClient(object):
|
|
38076
38076
|
:rtype: :class:`~oci.response.Response`
|
38077
38077
|
|
38078
38078
|
:example:
|
38079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
38080
38080
|
"""
|
38081
38081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38082
38082
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|