oci 2.133.0__py3-none-any.whl → 2.134.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +214 -17
- oci/ai_speech/models/__init__.py +23 -1
- oci/ai_speech/models/synthesize_speech_details.py +196 -0
- oci/ai_speech/models/tts_audio_config.py +106 -0
- oci/ai_speech/models/tts_base_audio_config.py +82 -0
- oci/ai_speech/models/tts_configuration.py +103 -0
- oci/ai_speech/models/tts_oracle_configuration.py +105 -0
- oci/ai_speech/models/tts_oracle_model_details.py +113 -0
- oci/ai_speech/models/tts_oracle_speech_settings.py +246 -0
- oci/ai_speech/models/tts_oracle_tts1_standard_model_details.py +84 -0
- oci/ai_speech/models/tts_oracle_tts2_natural_model_details.py +84 -0
- oci/ai_speech/models/voice_collection.py +72 -0
- oci/ai_speech/models/voice_summary.py +379 -0
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +1692 -423
- oci/capacity_management/capacity_management_client_composite_operations.py +146 -0
- oci/capacity_management/models/__init__.py +23 -1
- oci/capacity_management/models/associated_capacity_request_details.py +103 -0
- oci/capacity_management/models/associated_occ_handover_resource_block.py +103 -0
- oci/capacity_management/models/create_occ_capacity_request_details.py +3 -3
- oci/capacity_management/models/create_occ_customer_details.py +181 -0
- oci/capacity_management/models/create_occ_customer_group_details.py +309 -0
- oci/capacity_management/models/occ_capacity_request_base_details.py +62 -0
- oci/capacity_management/models/occ_handover_resource_block_collection.py +72 -0
- oci/capacity_management/models/occ_handover_resource_block_detail_collection.py +72 -0
- oci/capacity_management/models/occ_handover_resource_block_detail_summary.py +104 -0
- oci/capacity_management/models/occ_handover_resource_block_summary.py +332 -0
- oci/capacity_management/models/placement_details.py +227 -0
- oci/capacity_management/models/update_occ_customer_details.py +150 -0
- oci/capacity_management/models/update_occ_customer_group_details.py +216 -0
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- 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 +287 -287
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +394 -394
- oci/database_management/db_management_client.py +211 -211
- 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 +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +52 -52
- oci/delegate_access_control/work_request_client.py +8 -8
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +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 +54 -54
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +16 -16
- oci/fleet_apps_management/fleet_apps_management_client.py +70 -70
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +10 -10
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +8 -8
- oci/fleet_software_update/fleet_software_update_client.py +48 -48
- oci/fleet_software_update/models/create_db_fsu_collection_details.py +7 -3
- oci/fleet_software_update/models/create_gi_fsu_collection_details.py +7 -3
- oci/fleet_software_update/models/db_collection.py +7 -3
- oci/fleet_software_update/models/db_discovery_details.py +7 -3
- oci/fleet_software_update/models/db_fsu_collection_summary.py +7 -3
- oci/fleet_software_update/models/gi_collection.py +7 -3
- oci/fleet_software_update/models/gi_discovery_details.py +7 -3
- oci/fleet_software_update/models/gi_fsu_collection_summary.py +7 -3
- oci/fleet_software_update/models/work_request.py +7 -3
- oci/fleet_software_update/models/work_request_summary.py +7 -3
- 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 +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +23 -23
- oci/generative_ai/models/create_endpoint_details.py +2 -2
- oci/generative_ai/models/dedicated_ai_cluster.py +7 -3
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- 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 +307 -307
- oci/integration/integration_instance_client.py +16 -16
- oci/jms/java_management_service_client.py +75 -75
- 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/lockbox/models/access_request.py +35 -2
- oci/lockbox/models/access_request_ext.py +35 -2
- oci/lockbox/models/access_request_summary.py +33 -0
- oci/lockbox/models/create_access_request_details.py +35 -2
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +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 +177 -177
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +3 -0
- 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/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.133.0.dist-info → oci-2.134.0.dist-info}/METADATA +1 -1
- {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/RECORD +306 -284
- {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/WHEEL +0 -0
- {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -978,7 +978,7 @@ class DatabaseClient(object):
|
|
978
978
|
:rtype: :class:`~oci.response.Response`
|
979
979
|
|
980
980
|
:example:
|
981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
|
982
982
|
"""
|
983
983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
984
984
|
required_arguments = ['executionWindowId']
|
@@ -1095,7 +1095,7 @@ class DatabaseClient(object):
|
|
1095
1095
|
:rtype: :class:`~oci.response.Response`
|
1096
1096
|
|
1097
1097
|
:example:
|
1098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
|
1099
1099
|
"""
|
1100
1100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1101
1101
|
required_arguments = ['schedulingPlanId']
|
@@ -1215,7 +1215,7 @@ class DatabaseClient(object):
|
|
1215
1215
|
:rtype: :class:`~oci.response.Response`
|
1216
1216
|
|
1217
1217
|
:example:
|
1218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
1219
1219
|
"""
|
1220
1220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1221
1221
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
|
|
1337
1337
|
:rtype: :class:`~oci.response.Response`
|
1338
1338
|
|
1339
1339
|
:example:
|
1340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1341
1341
|
"""
|
1342
1342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1343
1343
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1455,7 +1455,7 @@ class DatabaseClient(object):
|
|
1455
1455
|
:rtype: :class:`~oci.response.Response`
|
1456
1456
|
|
1457
1457
|
:example:
|
1458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1459
1459
|
"""
|
1460
1460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1461
1461
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1573,7 +1573,7 @@ class DatabaseClient(object):
|
|
1573
1573
|
:rtype: :class:`~oci.response.Response`
|
1574
1574
|
|
1575
1575
|
:example:
|
1576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1577
1577
|
"""
|
1578
1578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1579
1579
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1695,7 +1695,7 @@ class DatabaseClient(object):
|
|
1695
1695
|
:rtype: :class:`~oci.response.Response`
|
1696
1696
|
|
1697
1697
|
:example:
|
1698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1699
1699
|
"""
|
1700
1700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1701
1701
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1813,7 +1813,7 @@ class DatabaseClient(object):
|
|
1813
1813
|
:rtype: :class:`~oci.response.Response`
|
1814
1814
|
|
1815
1815
|
:example:
|
1816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1817
1817
|
"""
|
1818
1818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1819
1819
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1935,7 +1935,7 @@ class DatabaseClient(object):
|
|
1935
1935
|
:rtype: :class:`~oci.response.Response`
|
1936
1936
|
|
1937
1937
|
:example:
|
1938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1939
1939
|
"""
|
1940
1940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1941
1941
|
required_arguments = ['backupDestinationId']
|
@@ -2053,7 +2053,7 @@ class DatabaseClient(object):
|
|
2053
2053
|
:rtype: :class:`~oci.response.Response`
|
2054
2054
|
|
2055
2055
|
:example:
|
2056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
2057
2057
|
"""
|
2058
2058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2059
2059
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2173,7 +2173,7 @@ class DatabaseClient(object):
|
|
2173
2173
|
:rtype: :class:`~oci.response.Response`
|
2174
2174
|
|
2175
2175
|
:example:
|
2176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
2177
2177
|
"""
|
2178
2178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2179
2179
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2291,7 +2291,7 @@ class DatabaseClient(object):
|
|
2291
2291
|
:rtype: :class:`~oci.response.Response`
|
2292
2292
|
|
2293
2293
|
:example:
|
2294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2295
2295
|
"""
|
2296
2296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2297
2297
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2409,7 +2409,7 @@ class DatabaseClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['cloudVmClusterId']
|
@@ -2527,7 +2527,7 @@ class DatabaseClient(object):
|
|
2527
2527
|
:rtype: :class:`~oci.response.Response`
|
2528
2528
|
|
2529
2529
|
:example:
|
2530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2531
2531
|
"""
|
2532
2532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2533
2533
|
required_arguments = ['cloudVmClusterId']
|
@@ -2649,7 +2649,7 @@ class DatabaseClient(object):
|
|
2649
2649
|
:rtype: :class:`~oci.response.Response`
|
2650
2650
|
|
2651
2651
|
:example:
|
2652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2653
2653
|
"""
|
2654
2654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2655
2655
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2772,7 +2772,7 @@ class DatabaseClient(object):
|
|
2772
2772
|
:rtype: :class:`~oci.response.Response`
|
2773
2773
|
|
2774
2774
|
:example:
|
2775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2776
2776
|
"""
|
2777
2777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2778
2778
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2903,7 +2903,7 @@ class DatabaseClient(object):
|
|
2903
2903
|
:rtype: :class:`~oci.response.Response`
|
2904
2904
|
|
2905
2905
|
:example:
|
2906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2907
2907
|
"""
|
2908
2908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2909
2909
|
required_arguments = ['dbSystemId']
|
@@ -3014,7 +3014,7 @@ class DatabaseClient(object):
|
|
3014
3014
|
:rtype: :class:`~oci.response.Response`
|
3015
3015
|
|
3016
3016
|
:example:
|
3017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
3018
3018
|
"""
|
3019
3019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3020
3020
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3132,7 +3132,7 @@ class DatabaseClient(object):
|
|
3132
3132
|
:rtype: :class:`~oci.response.Response`
|
3133
3133
|
|
3134
3134
|
:example:
|
3135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
3136
3136
|
"""
|
3137
3137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3138
3138
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3250,7 +3250,7 @@ class DatabaseClient(object):
|
|
3250
3250
|
:rtype: :class:`~oci.response.Response`
|
3251
3251
|
|
3252
3252
|
:example:
|
3253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3254
3254
|
"""
|
3255
3255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3256
3256
|
required_arguments = ['exadbVmClusterId']
|
@@ -3368,7 +3368,7 @@ class DatabaseClient(object):
|
|
3368
3368
|
:rtype: :class:`~oci.response.Response`
|
3369
3369
|
|
3370
3370
|
:example:
|
3371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
3372
3372
|
"""
|
3373
3373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3374
3374
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3491,7 +3491,7 @@ class DatabaseClient(object):
|
|
3491
3491
|
:rtype: :class:`~oci.response.Response`
|
3492
3492
|
|
3493
3493
|
:example:
|
3494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
3495
3495
|
"""
|
3496
3496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3497
3497
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -3613,7 +3613,7 @@ class DatabaseClient(object):
|
|
3613
3613
|
:rtype: :class:`~oci.response.Response`
|
3614
3614
|
|
3615
3615
|
:example:
|
3616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
3617
3617
|
"""
|
3618
3618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3619
3619
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -3738,7 +3738,7 @@ class DatabaseClient(object):
|
|
3738
3738
|
:rtype: :class:`~oci.response.Response`
|
3739
3739
|
|
3740
3740
|
:example:
|
3741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
3742
3742
|
"""
|
3743
3743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3744
3744
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3860,7 +3860,7 @@ class DatabaseClient(object):
|
|
3860
3860
|
:rtype: :class:`~oci.response.Response`
|
3861
3861
|
|
3862
3862
|
:example:
|
3863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3864
3864
|
"""
|
3865
3865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3866
3866
|
required_arguments = ['keyStoreId']
|
@@ -3978,7 +3978,7 @@ class DatabaseClient(object):
|
|
3978
3978
|
:rtype: :class:`~oci.response.Response`
|
3979
3979
|
|
3980
3980
|
:example:
|
3981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3982
3982
|
"""
|
3983
3983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3984
3984
|
required_arguments = ['databaseId']
|
@@ -4096,7 +4096,7 @@ class DatabaseClient(object):
|
|
4096
4096
|
:rtype: :class:`~oci.response.Response`
|
4097
4097
|
|
4098
4098
|
:example:
|
4099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
4100
4100
|
"""
|
4101
4101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4102
4102
|
required_arguments = ['oneoffPatchId']
|
@@ -4214,7 +4214,7 @@ class DatabaseClient(object):
|
|
4214
4214
|
:rtype: :class:`~oci.response.Response`
|
4215
4215
|
|
4216
4216
|
:example:
|
4217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
|
4218
4218
|
"""
|
4219
4219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4220
4220
|
required_arguments = ['schedulingPlanId']
|
@@ -4332,7 +4332,7 @@ class DatabaseClient(object):
|
|
4332
4332
|
:rtype: :class:`~oci.response.Response`
|
4333
4333
|
|
4334
4334
|
:example:
|
4335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
|
4336
4336
|
"""
|
4337
4337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4338
4338
|
required_arguments = ['schedulingPolicyId']
|
@@ -4451,7 +4451,7 @@ class DatabaseClient(object):
|
|
4451
4451
|
:rtype: :class:`~oci.response.Response`
|
4452
4452
|
|
4453
4453
|
:example:
|
4454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
4455
4455
|
"""
|
4456
4456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4457
4457
|
required_arguments = ['vmClusterId']
|
@@ -4568,7 +4568,7 @@ class DatabaseClient(object):
|
|
4568
4568
|
:rtype: :class:`~oci.response.Response`
|
4569
4569
|
|
4570
4570
|
:example:
|
4571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
4572
4572
|
"""
|
4573
4573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4574
4574
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -4685,7 +4685,7 @@ class DatabaseClient(object):
|
|
4685
4685
|
:rtype: :class:`~oci.response.Response`
|
4686
4686
|
|
4687
4687
|
:example:
|
4688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
4689
4689
|
"""
|
4690
4690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4691
4691
|
required_arguments = ['backupId']
|
@@ -4807,7 +4807,7 @@ class DatabaseClient(object):
|
|
4807
4807
|
:rtype: :class:`~oci.response.Response`
|
4808
4808
|
|
4809
4809
|
:example:
|
4810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
4811
4811
|
"""
|
4812
4812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4813
4813
|
required_arguments = ['autonomousDatabaseId']
|
@@ -4918,7 +4918,7 @@ class DatabaseClient(object):
|
|
4918
4918
|
:rtype: :class:`~oci.response.Response`
|
4919
4919
|
|
4920
4920
|
:example:
|
4921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
4922
4922
|
"""
|
4923
4923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4924
4924
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5033,7 +5033,7 @@ class DatabaseClient(object):
|
|
5033
5033
|
:rtype: :class:`~oci.response.Response`
|
5034
5034
|
|
5035
5035
|
:example:
|
5036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
5037
5037
|
"""
|
5038
5038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5039
5039
|
required_arguments = ['keyStoreId']
|
@@ -5142,7 +5142,7 @@ class DatabaseClient(object):
|
|
5142
5142
|
:rtype: :class:`~oci.response.Response`
|
5143
5143
|
|
5144
5144
|
:example:
|
5145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
5146
5146
|
"""
|
5147
5147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5148
5148
|
required_arguments = ['databaseId']
|
@@ -5260,7 +5260,7 @@ class DatabaseClient(object):
|
|
5260
5260
|
:rtype: :class:`~oci.response.Response`
|
5261
5261
|
|
5262
5262
|
:example:
|
5263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
5264
5264
|
"""
|
5265
5265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5266
5266
|
required_arguments = ['pluggableDatabaseId']
|
@@ -5370,7 +5370,7 @@ class DatabaseClient(object):
|
|
5370
5370
|
:rtype: :class:`~oci.response.Response`
|
5371
5371
|
|
5372
5372
|
:example:
|
5373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
5374
5374
|
"""
|
5375
5375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5376
5376
|
required_arguments = []
|
@@ -5463,7 +5463,7 @@ class DatabaseClient(object):
|
|
5463
5463
|
:rtype: :class:`~oci.response.Response`
|
5464
5464
|
|
5465
5465
|
:example:
|
5466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
5467
5467
|
"""
|
5468
5468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5469
5469
|
required_arguments = []
|
@@ -5569,7 +5569,7 @@ class DatabaseClient(object):
|
|
5569
5569
|
:rtype: :class:`~oci.response.Response`
|
5570
5570
|
|
5571
5571
|
:example:
|
5572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
5573
5573
|
"""
|
5574
5574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5575
5575
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -5675,7 +5675,7 @@ class DatabaseClient(object):
|
|
5675
5675
|
:rtype: :class:`~oci.response.Response`
|
5676
5676
|
|
5677
5677
|
:example:
|
5678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
5679
5679
|
"""
|
5680
5680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5681
5681
|
required_arguments = []
|
@@ -5771,7 +5771,7 @@ class DatabaseClient(object):
|
|
5771
5771
|
:rtype: :class:`~oci.response.Response`
|
5772
5772
|
|
5773
5773
|
:example:
|
5774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
5775
5775
|
"""
|
5776
5776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5777
5777
|
required_arguments = []
|
@@ -5867,7 +5867,7 @@ class DatabaseClient(object):
|
|
5867
5867
|
:rtype: :class:`~oci.response.Response`
|
5868
5868
|
|
5869
5869
|
:example:
|
5870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
5871
5871
|
"""
|
5872
5872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5873
5873
|
required_arguments = []
|
@@ -5963,7 +5963,7 @@ class DatabaseClient(object):
|
|
5963
5963
|
:rtype: :class:`~oci.response.Response`
|
5964
5964
|
|
5965
5965
|
:example:
|
5966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
5967
5967
|
"""
|
5968
5968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5969
5969
|
required_arguments = []
|
@@ -6056,7 +6056,7 @@ class DatabaseClient(object):
|
|
6056
6056
|
:rtype: :class:`~oci.response.Response`
|
6057
6057
|
|
6058
6058
|
:example:
|
6059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
6060
6060
|
"""
|
6061
6061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6062
6062
|
required_arguments = []
|
@@ -6150,7 +6150,7 @@ class DatabaseClient(object):
|
|
6150
6150
|
:rtype: :class:`~oci.response.Response`
|
6151
6151
|
|
6152
6152
|
:example:
|
6153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
6154
6154
|
"""
|
6155
6155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6156
6156
|
required_arguments = []
|
@@ -6246,7 +6246,7 @@ class DatabaseClient(object):
|
|
6246
6246
|
:rtype: :class:`~oci.response.Response`
|
6247
6247
|
|
6248
6248
|
:example:
|
6249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
6250
6250
|
"""
|
6251
6251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6252
6252
|
required_arguments = []
|
@@ -6346,7 +6346,7 @@ class DatabaseClient(object):
|
|
6346
6346
|
:rtype: :class:`~oci.response.Response`
|
6347
6347
|
|
6348
6348
|
:example:
|
6349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
6350
6350
|
"""
|
6351
6351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6352
6352
|
required_arguments = []
|
@@ -6444,7 +6444,7 @@ class DatabaseClient(object):
|
|
6444
6444
|
:rtype: :class:`~oci.response.Response`
|
6445
6445
|
|
6446
6446
|
:example:
|
6447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
6448
6448
|
"""
|
6449
6449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6450
6450
|
required_arguments = []
|
@@ -6544,7 +6544,7 @@ class DatabaseClient(object):
|
|
6544
6544
|
:rtype: :class:`~oci.response.Response`
|
6545
6545
|
|
6546
6546
|
:example:
|
6547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
6548
6548
|
"""
|
6549
6549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6550
6550
|
required_arguments = ['dbNodeId']
|
@@ -6655,7 +6655,7 @@ class DatabaseClient(object):
|
|
6655
6655
|
:rtype: :class:`~oci.response.Response`
|
6656
6656
|
|
6657
6657
|
:example:
|
6658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
6659
6659
|
"""
|
6660
6660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6661
6661
|
required_arguments = ['dbNodeId']
|
@@ -6775,7 +6775,7 @@ class DatabaseClient(object):
|
|
6775
6775
|
:rtype: :class:`~oci.response.Response`
|
6776
6776
|
|
6777
6777
|
:example:
|
6778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
6779
6779
|
"""
|
6780
6780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6781
6781
|
required_arguments = ['databaseId']
|
@@ -6881,7 +6881,7 @@ class DatabaseClient(object):
|
|
6881
6881
|
:rtype: :class:`~oci.response.Response`
|
6882
6882
|
|
6883
6883
|
:example:
|
6884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
6885
6885
|
"""
|
6886
6886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6887
6887
|
required_arguments = []
|
@@ -6974,7 +6974,7 @@ class DatabaseClient(object):
|
|
6974
6974
|
:rtype: :class:`~oci.response.Response`
|
6975
6975
|
|
6976
6976
|
:example:
|
6977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
6978
6978
|
"""
|
6979
6979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6980
6980
|
required_arguments = []
|
@@ -7065,7 +7065,7 @@ class DatabaseClient(object):
|
|
7065
7065
|
:rtype: :class:`~oci.response.Response`
|
7066
7066
|
|
7067
7067
|
:example:
|
7068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
7069
7069
|
"""
|
7070
7070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7071
7071
|
required_arguments = []
|
@@ -7160,7 +7160,7 @@ class DatabaseClient(object):
|
|
7160
7160
|
:rtype: :class:`~oci.response.Response`
|
7161
7161
|
|
7162
7162
|
:example:
|
7163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
7164
7164
|
"""
|
7165
7165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7166
7166
|
required_arguments = []
|
@@ -7258,7 +7258,7 @@ class DatabaseClient(object):
|
|
7258
7258
|
:rtype: :class:`~oci.response.Response`
|
7259
7259
|
|
7260
7260
|
:example:
|
7261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
7262
7262
|
"""
|
7263
7263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7264
7264
|
required_arguments = []
|
@@ -7354,7 +7354,7 @@ class DatabaseClient(object):
|
|
7354
7354
|
:rtype: :class:`~oci.response.Response`
|
7355
7355
|
|
7356
7356
|
:example:
|
7357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
7358
7358
|
"""
|
7359
7359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7360
7360
|
required_arguments = []
|
@@ -7450,7 +7450,7 @@ class DatabaseClient(object):
|
|
7450
7450
|
:rtype: :class:`~oci.response.Response`
|
7451
7451
|
|
7452
7452
|
:example:
|
7453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
|
7454
7454
|
"""
|
7455
7455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7456
7456
|
required_arguments = []
|
@@ -7546,7 +7546,7 @@ class DatabaseClient(object):
|
|
7546
7546
|
:rtype: :class:`~oci.response.Response`
|
7547
7547
|
|
7548
7548
|
:example:
|
7549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
|
7550
7550
|
"""
|
7551
7551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7552
7552
|
required_arguments = []
|
@@ -7643,7 +7643,7 @@ class DatabaseClient(object):
|
|
7643
7643
|
:rtype: :class:`~oci.response.Response`
|
7644
7644
|
|
7645
7645
|
:example:
|
7646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
7647
7647
|
"""
|
7648
7648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7649
7649
|
required_arguments = []
|
@@ -7737,7 +7737,7 @@ class DatabaseClient(object):
|
|
7737
7737
|
:rtype: :class:`~oci.response.Response`
|
7738
7738
|
|
7739
7739
|
:example:
|
7740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
7741
7741
|
"""
|
7742
7742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7743
7743
|
required_arguments = []
|
@@ -7833,7 +7833,7 @@ class DatabaseClient(object):
|
|
7833
7833
|
:rtype: :class:`~oci.response.Response`
|
7834
7834
|
|
7835
7835
|
:example:
|
7836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
7837
7837
|
"""
|
7838
7838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7839
7839
|
required_arguments = []
|
@@ -7929,7 +7929,7 @@ class DatabaseClient(object):
|
|
7929
7929
|
:rtype: :class:`~oci.response.Response`
|
7930
7930
|
|
7931
7931
|
:example:
|
7932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
7933
7933
|
"""
|
7934
7934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7935
7935
|
required_arguments = []
|
@@ -8026,7 +8026,7 @@ class DatabaseClient(object):
|
|
8026
8026
|
:rtype: :class:`~oci.response.Response`
|
8027
8027
|
|
8028
8028
|
:example:
|
8029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
8030
8030
|
"""
|
8031
8031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8032
8032
|
required_arguments = []
|
@@ -8122,7 +8122,7 @@ class DatabaseClient(object):
|
|
8122
8122
|
:rtype: :class:`~oci.response.Response`
|
8123
8123
|
|
8124
8124
|
:example:
|
8125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
8126
8126
|
"""
|
8127
8127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8128
8128
|
required_arguments = []
|
@@ -8221,7 +8221,7 @@ class DatabaseClient(object):
|
|
8221
8221
|
:rtype: :class:`~oci.response.Response`
|
8222
8222
|
|
8223
8223
|
:example:
|
8224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
8225
8225
|
"""
|
8226
8226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8227
8227
|
required_arguments = []
|
@@ -8317,7 +8317,7 @@ class DatabaseClient(object):
|
|
8317
8317
|
:rtype: :class:`~oci.response.Response`
|
8318
8318
|
|
8319
8319
|
:example:
|
8320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
8321
8321
|
"""
|
8322
8322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8323
8323
|
required_arguments = []
|
@@ -8415,7 +8415,7 @@ class DatabaseClient(object):
|
|
8415
8415
|
:rtype: :class:`~oci.response.Response`
|
8416
8416
|
|
8417
8417
|
:example:
|
8418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
8419
8419
|
"""
|
8420
8420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8421
8421
|
required_arguments = []
|
@@ -8511,7 +8511,7 @@ class DatabaseClient(object):
|
|
8511
8511
|
:rtype: :class:`~oci.response.Response`
|
8512
8512
|
|
8513
8513
|
:example:
|
8514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
|
8515
8515
|
"""
|
8516
8516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8517
8517
|
required_arguments = []
|
@@ -8607,7 +8607,7 @@ class DatabaseClient(object):
|
|
8607
8607
|
:rtype: :class:`~oci.response.Response`
|
8608
8608
|
|
8609
8609
|
:example:
|
8610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
|
8611
8611
|
"""
|
8612
8612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8613
8613
|
required_arguments = []
|
@@ -8703,7 +8703,7 @@ class DatabaseClient(object):
|
|
8703
8703
|
:rtype: :class:`~oci.response.Response`
|
8704
8704
|
|
8705
8705
|
:example:
|
8706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
|
8707
8707
|
"""
|
8708
8708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8709
8709
|
required_arguments = []
|
@@ -8804,7 +8804,7 @@ class DatabaseClient(object):
|
|
8804
8804
|
:rtype: :class:`~oci.response.Response`
|
8805
8805
|
|
8806
8806
|
:example:
|
8807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
|
8808
8808
|
"""
|
8809
8809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8810
8810
|
required_arguments = ['schedulingPolicyId']
|
@@ -8913,7 +8913,7 @@ class DatabaseClient(object):
|
|
8913
8913
|
:rtype: :class:`~oci.response.Response`
|
8914
8914
|
|
8915
8915
|
:example:
|
8916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
8917
8917
|
"""
|
8918
8918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8919
8919
|
required_arguments = []
|
@@ -9015,7 +9015,7 @@ class DatabaseClient(object):
|
|
9015
9015
|
:rtype: :class:`~oci.response.Response`
|
9016
9016
|
|
9017
9017
|
:example:
|
9018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
9019
9019
|
"""
|
9020
9020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9021
9021
|
required_arguments = ['exadataInfrastructureId']
|
@@ -9144,7 +9144,7 @@ class DatabaseClient(object):
|
|
9144
9144
|
:rtype: :class:`~oci.response.Response`
|
9145
9145
|
|
9146
9146
|
:example:
|
9147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
9148
9148
|
"""
|
9149
9149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9150
9150
|
required_arguments = ['dbNodeId', 'action']
|
@@ -9257,7 +9257,7 @@ class DatabaseClient(object):
|
|
9257
9257
|
:rtype: :class:`~oci.response.Response`
|
9258
9258
|
|
9259
9259
|
:example:
|
9260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
9261
9261
|
"""
|
9262
9262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9263
9263
|
required_arguments = ['applicationVipId']
|
@@ -9360,7 +9360,7 @@ class DatabaseClient(object):
|
|
9360
9360
|
:rtype: :class:`~oci.response.Response`
|
9361
9361
|
|
9362
9362
|
:example:
|
9363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
9364
9364
|
"""
|
9365
9365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9366
9366
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9463,7 +9463,7 @@ class DatabaseClient(object):
|
|
9463
9463
|
:rtype: :class:`~oci.response.Response`
|
9464
9464
|
|
9465
9465
|
:example:
|
9466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
9467
9467
|
"""
|
9468
9468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9469
9469
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -9566,7 +9566,7 @@ class DatabaseClient(object):
|
|
9566
9566
|
:rtype: :class:`~oci.response.Response`
|
9567
9567
|
|
9568
9568
|
:example:
|
9569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
9570
9570
|
"""
|
9571
9571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9572
9572
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -9669,7 +9669,7 @@ class DatabaseClient(object):
|
|
9669
9669
|
:rtype: :class:`~oci.response.Response`
|
9670
9670
|
|
9671
9671
|
:example:
|
9672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
9673
9673
|
"""
|
9674
9674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9675
9675
|
required_arguments = ['autonomousVmClusterId']
|
@@ -9769,7 +9769,7 @@ class DatabaseClient(object):
|
|
9769
9769
|
:rtype: :class:`~oci.response.Response`
|
9770
9770
|
|
9771
9771
|
:example:
|
9772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
9773
9773
|
"""
|
9774
9774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9775
9775
|
required_arguments = ['backupId']
|
@@ -9870,7 +9870,7 @@ class DatabaseClient(object):
|
|
9870
9870
|
:rtype: :class:`~oci.response.Response`
|
9871
9871
|
|
9872
9872
|
:example:
|
9873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
9874
9874
|
"""
|
9875
9875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9876
9876
|
required_arguments = ['backupDestinationId']
|
@@ -9973,7 +9973,7 @@ class DatabaseClient(object):
|
|
9973
9973
|
:rtype: :class:`~oci.response.Response`
|
9974
9974
|
|
9975
9975
|
:example:
|
9976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
9977
9977
|
"""
|
9978
9978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9979
9979
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -10079,7 +10079,7 @@ class DatabaseClient(object):
|
|
10079
10079
|
:rtype: :class:`~oci.response.Response`
|
10080
10080
|
|
10081
10081
|
:example:
|
10082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
10083
10083
|
"""
|
10084
10084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10085
10085
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -10190,7 +10190,7 @@ class DatabaseClient(object):
|
|
10190
10190
|
:rtype: :class:`~oci.response.Response`
|
10191
10191
|
|
10192
10192
|
:example:
|
10193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
10194
10194
|
"""
|
10195
10195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10196
10196
|
required_arguments = ['cloudVmClusterId']
|
@@ -10293,7 +10293,7 @@ class DatabaseClient(object):
|
|
10293
10293
|
:rtype: :class:`~oci.response.Response`
|
10294
10294
|
|
10295
10295
|
:example:
|
10296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
10297
10297
|
"""
|
10298
10298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10299
10299
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -10398,7 +10398,7 @@ class DatabaseClient(object):
|
|
10398
10398
|
:rtype: :class:`~oci.response.Response`
|
10399
10399
|
|
10400
10400
|
:example:
|
10401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
10402
10402
|
"""
|
10403
10403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10404
10404
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -10511,7 +10511,7 @@ class DatabaseClient(object):
|
|
10511
10511
|
:rtype: :class:`~oci.response.Response`
|
10512
10512
|
|
10513
10513
|
:example:
|
10514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
10515
10515
|
"""
|
10516
10516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10517
10517
|
required_arguments = ['databaseId']
|
@@ -10619,7 +10619,7 @@ class DatabaseClient(object):
|
|
10619
10619
|
:rtype: :class:`~oci.response.Response`
|
10620
10620
|
|
10621
10621
|
:example:
|
10622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
10623
10623
|
"""
|
10624
10624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10625
10625
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -10726,7 +10726,7 @@ class DatabaseClient(object):
|
|
10726
10726
|
:rtype: :class:`~oci.response.Response`
|
10727
10727
|
|
10728
10728
|
:example:
|
10729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
10730
10730
|
"""
|
10731
10731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10732
10732
|
required_arguments = ['dbHomeId']
|
@@ -10835,7 +10835,7 @@ class DatabaseClient(object):
|
|
10835
10835
|
:rtype: :class:`~oci.response.Response`
|
10836
10836
|
|
10837
10837
|
:example:
|
10838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
10839
10839
|
"""
|
10840
10840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10841
10841
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10938,7 +10938,7 @@ class DatabaseClient(object):
|
|
10938
10938
|
:rtype: :class:`~oci.response.Response`
|
10939
10939
|
|
10940
10940
|
:example:
|
10941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
10942
10942
|
"""
|
10943
10943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10944
10944
|
required_arguments = ['exadbVmClusterId']
|
@@ -11041,7 +11041,7 @@ class DatabaseClient(object):
|
|
11041
11041
|
:rtype: :class:`~oci.response.Response`
|
11042
11042
|
|
11043
11043
|
:example:
|
11044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
11045
11045
|
"""
|
11046
11046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11047
11047
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -11144,7 +11144,7 @@ class DatabaseClient(object):
|
|
11144
11144
|
:rtype: :class:`~oci.response.Response`
|
11145
11145
|
|
11146
11146
|
:example:
|
11147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
|
11148
11148
|
"""
|
11149
11149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11150
11150
|
required_arguments = ['executionActionId']
|
@@ -11247,7 +11247,7 @@ class DatabaseClient(object):
|
|
11247
11247
|
:rtype: :class:`~oci.response.Response`
|
11248
11248
|
|
11249
11249
|
:example:
|
11250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
|
11251
11251
|
"""
|
11252
11252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11253
11253
|
required_arguments = ['executionWindowId']
|
@@ -11352,7 +11352,7 @@ class DatabaseClient(object):
|
|
11352
11352
|
:rtype: :class:`~oci.response.Response`
|
11353
11353
|
|
11354
11354
|
:example:
|
11355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
11356
11356
|
"""
|
11357
11357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11358
11358
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11458,7 +11458,7 @@ class DatabaseClient(object):
|
|
11458
11458
|
:rtype: :class:`~oci.response.Response`
|
11459
11459
|
|
11460
11460
|
:example:
|
11461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
11462
11462
|
"""
|
11463
11463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11464
11464
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -11561,7 +11561,7 @@ class DatabaseClient(object):
|
|
11561
11561
|
:rtype: :class:`~oci.response.Response`
|
11562
11562
|
|
11563
11563
|
:example:
|
11564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
11565
11565
|
"""
|
11566
11566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11567
11567
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11665,7 +11665,7 @@ class DatabaseClient(object):
|
|
11665
11665
|
:rtype: :class:`~oci.response.Response`
|
11666
11666
|
|
11667
11667
|
:example:
|
11668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
11669
11669
|
"""
|
11670
11670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11671
11671
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11768,7 +11768,7 @@ class DatabaseClient(object):
|
|
11768
11768
|
:rtype: :class:`~oci.response.Response`
|
11769
11769
|
|
11770
11770
|
:example:
|
11771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
11772
11772
|
"""
|
11773
11773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11774
11774
|
required_arguments = ['keyStoreId']
|
@@ -11871,7 +11871,7 @@ class DatabaseClient(object):
|
|
11871
11871
|
:rtype: :class:`~oci.response.Response`
|
11872
11872
|
|
11873
11873
|
:example:
|
11874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
11875
11875
|
"""
|
11876
11876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11877
11877
|
required_arguments = ['oneoffPatchId']
|
@@ -11974,7 +11974,7 @@ class DatabaseClient(object):
|
|
11974
11974
|
:rtype: :class:`~oci.response.Response`
|
11975
11975
|
|
11976
11976
|
:example:
|
11977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
11978
11978
|
"""
|
11979
11979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11980
11980
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12077,7 +12077,7 @@ class DatabaseClient(object):
|
|
12077
12077
|
:rtype: :class:`~oci.response.Response`
|
12078
12078
|
|
12079
12079
|
:example:
|
12080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
|
12081
12081
|
"""
|
12082
12082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12083
12083
|
required_arguments = ['scheduledActionId']
|
@@ -12180,7 +12180,7 @@ class DatabaseClient(object):
|
|
12180
12180
|
:rtype: :class:`~oci.response.Response`
|
12181
12181
|
|
12182
12182
|
:example:
|
12183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
|
12184
12184
|
"""
|
12185
12185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12186
12186
|
required_arguments = ['schedulingPlanId']
|
@@ -12283,7 +12283,7 @@ class DatabaseClient(object):
|
|
12283
12283
|
:rtype: :class:`~oci.response.Response`
|
12284
12284
|
|
12285
12285
|
:example:
|
12286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
|
12287
12287
|
"""
|
12288
12288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12289
12289
|
required_arguments = ['schedulingPolicyId']
|
@@ -12391,7 +12391,7 @@ class DatabaseClient(object):
|
|
12391
12391
|
:rtype: :class:`~oci.response.Response`
|
12392
12392
|
|
12393
12393
|
:example:
|
12394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
|
12395
12395
|
"""
|
12396
12396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12397
12397
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -12495,7 +12495,7 @@ class DatabaseClient(object):
|
|
12495
12495
|
:rtype: :class:`~oci.response.Response`
|
12496
12496
|
|
12497
12497
|
:example:
|
12498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
12499
12499
|
"""
|
12500
12500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12501
12501
|
required_arguments = ['vmClusterId']
|
@@ -12604,7 +12604,7 @@ class DatabaseClient(object):
|
|
12604
12604
|
:rtype: :class:`~oci.response.Response`
|
12605
12605
|
|
12606
12606
|
:example:
|
12607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
12608
12608
|
"""
|
12609
12609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12610
12610
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -12706,7 +12706,7 @@ class DatabaseClient(object):
|
|
12706
12706
|
:rtype: :class:`~oci.response.Response`
|
12707
12707
|
|
12708
12708
|
:example:
|
12709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
12710
12710
|
"""
|
12711
12711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12712
12712
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12805,7 +12805,7 @@ class DatabaseClient(object):
|
|
12805
12805
|
:rtype: :class:`~oci.response.Response`
|
12806
12806
|
|
12807
12807
|
:example:
|
12808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
12809
12809
|
"""
|
12810
12810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12811
12811
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12901,7 +12901,7 @@ class DatabaseClient(object):
|
|
12901
12901
|
:rtype: :class:`~oci.response.Response`
|
12902
12902
|
|
12903
12903
|
:example:
|
12904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
12905
12905
|
"""
|
12906
12906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12907
12907
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13009,7 +13009,7 @@ class DatabaseClient(object):
|
|
13009
13009
|
:rtype: :class:`~oci.response.Response`
|
13010
13010
|
|
13011
13011
|
:example:
|
13012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
13013
13013
|
"""
|
13014
13014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13015
13015
|
required_arguments = ['databaseId']
|
@@ -13124,7 +13124,7 @@ class DatabaseClient(object):
|
|
13124
13124
|
:rtype: :class:`~oci.response.Response`
|
13125
13125
|
|
13126
13126
|
:example:
|
13127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
13128
13128
|
"""
|
13129
13129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13130
13130
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13237,7 +13237,7 @@ class DatabaseClient(object):
|
|
13237
13237
|
:rtype: :class:`~oci.response.Response`
|
13238
13238
|
|
13239
13239
|
:example:
|
13240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
13241
13241
|
"""
|
13242
13242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13243
13243
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13354,7 +13354,7 @@ class DatabaseClient(object):
|
|
13354
13354
|
:rtype: :class:`~oci.response.Response`
|
13355
13355
|
|
13356
13356
|
:example:
|
13357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
13358
13358
|
"""
|
13359
13359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13360
13360
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13467,7 +13467,7 @@ class DatabaseClient(object):
|
|
13467
13467
|
:rtype: :class:`~oci.response.Response`
|
13468
13468
|
|
13469
13469
|
:example:
|
13470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
13471
13471
|
"""
|
13472
13472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13473
13473
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13580,7 +13580,7 @@ class DatabaseClient(object):
|
|
13580
13580
|
:rtype: :class:`~oci.response.Response`
|
13581
13581
|
|
13582
13582
|
:example:
|
13583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
13584
13584
|
"""
|
13585
13585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13586
13586
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13697,7 +13697,7 @@ class DatabaseClient(object):
|
|
13697
13697
|
:rtype: :class:`~oci.response.Response`
|
13698
13698
|
|
13699
13699
|
:example:
|
13700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
13701
13701
|
"""
|
13702
13702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13703
13703
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13810,7 +13810,7 @@ class DatabaseClient(object):
|
|
13810
13810
|
:rtype: :class:`~oci.response.Response`
|
13811
13811
|
|
13812
13812
|
:example:
|
13813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
13814
13814
|
"""
|
13815
13815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13816
13816
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13923,7 +13923,7 @@ class DatabaseClient(object):
|
|
13923
13923
|
:rtype: :class:`~oci.response.Response`
|
13924
13924
|
|
13925
13925
|
:example:
|
13926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
13927
13927
|
"""
|
13928
13928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13929
13929
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14036,7 +14036,7 @@ class DatabaseClient(object):
|
|
14036
14036
|
:rtype: :class:`~oci.response.Response`
|
14037
14037
|
|
14038
14038
|
:example:
|
14039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
14040
14040
|
"""
|
14041
14041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14042
14042
|
required_arguments = ['pluggableDatabaseId']
|
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
|
|
14146
14146
|
:rtype: :class:`~oci.response.Response`
|
14147
14147
|
|
14148
14148
|
:example:
|
14149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
14150
14150
|
"""
|
14151
14151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14152
14152
|
required_arguments = ['exadataInfrastructureId']
|
@@ -14259,7 +14259,7 @@ class DatabaseClient(object):
|
|
14259
14259
|
:rtype: :class:`~oci.response.Response`
|
14260
14260
|
|
14261
14261
|
:example:
|
14262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
14263
14263
|
"""
|
14264
14264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14265
14265
|
required_arguments = ['oneoffPatchId']
|
@@ -14374,7 +14374,7 @@ class DatabaseClient(object):
|
|
14374
14374
|
:rtype: :class:`~oci.response.Response`
|
14375
14375
|
|
14376
14376
|
:example:
|
14377
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
14378
14378
|
"""
|
14379
14379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14380
14380
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -14488,7 +14488,7 @@ class DatabaseClient(object):
|
|
14488
14488
|
:rtype: :class:`~oci.response.Response`
|
14489
14489
|
|
14490
14490
|
:example:
|
14491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
14492
14492
|
"""
|
14493
14493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14494
14494
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -14590,7 +14590,7 @@ class DatabaseClient(object):
|
|
14590
14590
|
:rtype: :class:`~oci.response.Response`
|
14591
14591
|
|
14592
14592
|
:example:
|
14593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
14594
14594
|
"""
|
14595
14595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14596
14596
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14686,7 +14686,7 @@ class DatabaseClient(object):
|
|
14686
14686
|
:rtype: :class:`~oci.response.Response`
|
14687
14687
|
|
14688
14688
|
:example:
|
14689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
14690
14690
|
"""
|
14691
14691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14692
14692
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14797,7 +14797,7 @@ class DatabaseClient(object):
|
|
14797
14797
|
:rtype: :class:`~oci.response.Response`
|
14798
14798
|
|
14799
14799
|
:example:
|
14800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
14801
14801
|
"""
|
14802
14802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14803
14803
|
required_arguments = ['databaseId']
|
@@ -14921,7 +14921,7 @@ class DatabaseClient(object):
|
|
14921
14921
|
:rtype: :class:`~oci.response.Response`
|
14922
14922
|
|
14923
14923
|
:example:
|
14924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
14925
14925
|
"""
|
14926
14926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14927
14927
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -15039,7 +15039,7 @@ class DatabaseClient(object):
|
|
15039
15039
|
:rtype: :class:`~oci.response.Response`
|
15040
15040
|
|
15041
15041
|
:example:
|
15042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
15043
15043
|
"""
|
15044
15044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15045
15045
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -15161,7 +15161,7 @@ class DatabaseClient(object):
|
|
15161
15161
|
:rtype: :class:`~oci.response.Response`
|
15162
15162
|
|
15163
15163
|
:example:
|
15164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
15165
15165
|
"""
|
15166
15166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15167
15167
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15279,7 +15279,7 @@ class DatabaseClient(object):
|
|
15279
15279
|
:rtype: :class:`~oci.response.Response`
|
15280
15280
|
|
15281
15281
|
:example:
|
15282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
15283
15283
|
"""
|
15284
15284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15285
15285
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15397,7 +15397,7 @@ class DatabaseClient(object):
|
|
15397
15397
|
:rtype: :class:`~oci.response.Response`
|
15398
15398
|
|
15399
15399
|
:example:
|
15400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
15401
15401
|
"""
|
15402
15402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15403
15403
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15519,7 +15519,7 @@ class DatabaseClient(object):
|
|
15519
15519
|
:rtype: :class:`~oci.response.Response`
|
15520
15520
|
|
15521
15521
|
:example:
|
15522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
15523
15523
|
"""
|
15524
15524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15525
15525
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15637,7 +15637,7 @@ class DatabaseClient(object):
|
|
15637
15637
|
:rtype: :class:`~oci.response.Response`
|
15638
15638
|
|
15639
15639
|
:example:
|
15640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
15641
15641
|
"""
|
15642
15642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15643
15643
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15755,7 +15755,7 @@ class DatabaseClient(object):
|
|
15755
15755
|
:rtype: :class:`~oci.response.Response`
|
15756
15756
|
|
15757
15757
|
:example:
|
15758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
15759
15759
|
"""
|
15760
15760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15761
15761
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15873,7 +15873,7 @@ class DatabaseClient(object):
|
|
15873
15873
|
:rtype: :class:`~oci.response.Response`
|
15874
15874
|
|
15875
15875
|
:example:
|
15876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
15877
15877
|
"""
|
15878
15878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15879
15879
|
required_arguments = ['pluggableDatabaseId']
|
@@ -15998,7 +15998,7 @@ class DatabaseClient(object):
|
|
15998
15998
|
:rtype: :class:`~oci.response.Response`
|
15999
15999
|
|
16000
16000
|
:example:
|
16001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
16002
16002
|
"""
|
16003
16003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16004
16004
|
required_arguments = ['autonomousDatabaseId']
|
@@ -16118,7 +16118,7 @@ class DatabaseClient(object):
|
|
16118
16118
|
:rtype: :class:`~oci.response.Response`
|
16119
16119
|
|
16120
16120
|
:example:
|
16121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
16122
16122
|
"""
|
16123
16123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16124
16124
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -16231,7 +16231,7 @@ class DatabaseClient(object):
|
|
16231
16231
|
:rtype: :class:`~oci.response.Response`
|
16232
16232
|
|
16233
16233
|
:example:
|
16234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
16235
16235
|
"""
|
16236
16236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16237
16237
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16342,7 +16342,7 @@ class DatabaseClient(object):
|
|
16342
16342
|
:rtype: :class:`~oci.response.Response`
|
16343
16343
|
|
16344
16344
|
:example:
|
16345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
16346
16346
|
"""
|
16347
16347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16348
16348
|
required_arguments = ['autonomousDatabaseId']
|
@@ -16455,7 +16455,7 @@ class DatabaseClient(object):
|
|
16455
16455
|
:rtype: :class:`~oci.response.Response`
|
16456
16456
|
|
16457
16457
|
:example:
|
16458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
16459
16459
|
"""
|
16460
16460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16461
16461
|
required_arguments = ['exadataInfrastructureId']
|
@@ -16558,7 +16558,7 @@ class DatabaseClient(object):
|
|
16558
16558
|
:rtype: :class:`~oci.response.Response`
|
16559
16559
|
|
16560
16560
|
:example:
|
16561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
16562
16562
|
"""
|
16563
16563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16564
16564
|
required_arguments = ['applicationVipId']
|
@@ -16653,7 +16653,7 @@ class DatabaseClient(object):
|
|
16653
16653
|
:rtype: :class:`~oci.response.Response`
|
16654
16654
|
|
16655
16655
|
:example:
|
16656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
16657
16657
|
"""
|
16658
16658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16659
16659
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -16746,7 +16746,7 @@ class DatabaseClient(object):
|
|
16746
16746
|
:rtype: :class:`~oci.response.Response`
|
16747
16747
|
|
16748
16748
|
:example:
|
16749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
16750
16750
|
"""
|
16751
16751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16752
16752
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -16838,7 +16838,7 @@ class DatabaseClient(object):
|
|
16838
16838
|
:rtype: :class:`~oci.response.Response`
|
16839
16839
|
|
16840
16840
|
:example:
|
16841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
16842
16842
|
"""
|
16843
16843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16844
16844
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -16936,7 +16936,7 @@ class DatabaseClient(object):
|
|
16936
16936
|
:rtype: :class:`~oci.response.Response`
|
16937
16937
|
|
16938
16938
|
:example:
|
16939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
16940
16940
|
"""
|
16941
16941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16942
16942
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17034,7 +17034,7 @@ class DatabaseClient(object):
|
|
17034
17034
|
:rtype: :class:`~oci.response.Response`
|
17035
17035
|
|
17036
17036
|
:example:
|
17037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
17038
17038
|
"""
|
17039
17039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17040
17040
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -17137,7 +17137,7 @@ class DatabaseClient(object):
|
|
17137
17137
|
:rtype: :class:`~oci.response.Response`
|
17138
17138
|
|
17139
17139
|
:example:
|
17140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
17141
17141
|
"""
|
17142
17142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17143
17143
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -17231,7 +17231,7 @@ class DatabaseClient(object):
|
|
17231
17231
|
:rtype: :class:`~oci.response.Response`
|
17232
17232
|
|
17233
17233
|
:example:
|
17234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
17235
17235
|
"""
|
17236
17236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17237
17237
|
required_arguments = []
|
@@ -17317,7 +17317,7 @@ class DatabaseClient(object):
|
|
17317
17317
|
:rtype: :class:`~oci.response.Response`
|
17318
17318
|
|
17319
17319
|
:example:
|
17320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
17321
17321
|
"""
|
17322
17322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17323
17323
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -17415,7 +17415,7 @@ class DatabaseClient(object):
|
|
17415
17415
|
:rtype: :class:`~oci.response.Response`
|
17416
17416
|
|
17417
17417
|
:example:
|
17418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
17419
17419
|
"""
|
17420
17420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17421
17421
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17510,7 +17510,7 @@ class DatabaseClient(object):
|
|
17510
17510
|
:rtype: :class:`~oci.response.Response`
|
17511
17511
|
|
17512
17512
|
:example:
|
17513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
17514
17514
|
"""
|
17515
17515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17516
17516
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17598,7 +17598,7 @@ class DatabaseClient(object):
|
|
17598
17598
|
:rtype: :class:`~oci.response.Response`
|
17599
17599
|
|
17600
17600
|
:example:
|
17601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
17602
17602
|
"""
|
17603
17603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17604
17604
|
required_arguments = ['autonomousPatchId']
|
@@ -17689,7 +17689,7 @@ class DatabaseClient(object):
|
|
17689
17689
|
:rtype: :class:`~oci.response.Response`
|
17690
17690
|
|
17691
17691
|
:example:
|
17692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
17693
17693
|
"""
|
17694
17694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17695
17695
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -17787,7 +17787,7 @@ class DatabaseClient(object):
|
|
17787
17787
|
:rtype: :class:`~oci.response.Response`
|
17788
17788
|
|
17789
17789
|
:example:
|
17790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
17791
17791
|
"""
|
17792
17792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17793
17793
|
required_arguments = ['autonomousVmClusterId']
|
@@ -17885,7 +17885,7 @@ class DatabaseClient(object):
|
|
17885
17885
|
:rtype: :class:`~oci.response.Response`
|
17886
17886
|
|
17887
17887
|
:example:
|
17888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
17889
17889
|
"""
|
17890
17890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17891
17891
|
required_arguments = ['autonomousVmClusterId']
|
@@ -17980,7 +17980,7 @@ class DatabaseClient(object):
|
|
17980
17980
|
:rtype: :class:`~oci.response.Response`
|
17981
17981
|
|
17982
17982
|
:example:
|
17983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
17984
17984
|
"""
|
17985
17985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17986
17986
|
required_arguments = ['backupId']
|
@@ -18071,7 +18071,7 @@ class DatabaseClient(object):
|
|
18071
18071
|
:rtype: :class:`~oci.response.Response`
|
18072
18072
|
|
18073
18073
|
:example:
|
18074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
18075
18075
|
"""
|
18076
18076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18077
18077
|
required_arguments = ['backupDestinationId']
|
@@ -18169,7 +18169,7 @@ class DatabaseClient(object):
|
|
18169
18169
|
:rtype: :class:`~oci.response.Response`
|
18170
18170
|
|
18171
18171
|
:example:
|
18172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
18173
18173
|
"""
|
18174
18174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18175
18175
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -18267,7 +18267,7 @@ class DatabaseClient(object):
|
|
18267
18267
|
:rtype: :class:`~oci.response.Response`
|
18268
18268
|
|
18269
18269
|
:example:
|
18270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
18271
18271
|
"""
|
18272
18272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18273
18273
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -18365,7 +18365,7 @@ class DatabaseClient(object):
|
|
18365
18365
|
:rtype: :class:`~oci.response.Response`
|
18366
18366
|
|
18367
18367
|
:example:
|
18368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
18369
18369
|
"""
|
18370
18370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18371
18371
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -18468,7 +18468,7 @@ class DatabaseClient(object):
|
|
18468
18468
|
:rtype: :class:`~oci.response.Response`
|
18469
18469
|
|
18470
18470
|
:example:
|
18471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
18472
18472
|
"""
|
18473
18473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18474
18474
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -18574,7 +18574,7 @@ class DatabaseClient(object):
|
|
18574
18574
|
:rtype: :class:`~oci.response.Response`
|
18575
18575
|
|
18576
18576
|
:example:
|
18577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
18578
18578
|
"""
|
18579
18579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18580
18580
|
required_arguments = ['cloudVmClusterId']
|
@@ -18673,7 +18673,7 @@ class DatabaseClient(object):
|
|
18673
18673
|
:rtype: :class:`~oci.response.Response`
|
18674
18674
|
|
18675
18675
|
:example:
|
18676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
18677
18677
|
"""
|
18678
18678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18679
18679
|
required_arguments = ['cloudVmClusterId']
|
@@ -18776,7 +18776,7 @@ class DatabaseClient(object):
|
|
18776
18776
|
:rtype: :class:`~oci.response.Response`
|
18777
18777
|
|
18778
18778
|
:example:
|
18779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
18780
18780
|
"""
|
18781
18781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18782
18782
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -18880,7 +18880,7 @@ class DatabaseClient(object):
|
|
18880
18880
|
:rtype: :class:`~oci.response.Response`
|
18881
18881
|
|
18882
18882
|
:example:
|
18883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
18884
18884
|
"""
|
18885
18885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18886
18886
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -18979,7 +18979,7 @@ class DatabaseClient(object):
|
|
18979
18979
|
:rtype: :class:`~oci.response.Response`
|
18980
18980
|
|
18981
18981
|
:example:
|
18982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
18983
18983
|
"""
|
18984
18984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18985
18985
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -19074,7 +19074,7 @@ class DatabaseClient(object):
|
|
19074
19074
|
:rtype: :class:`~oci.response.Response`
|
19075
19075
|
|
19076
19076
|
:example:
|
19077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
19078
19078
|
"""
|
19079
19079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19080
19080
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -19176,7 +19176,7 @@ class DatabaseClient(object):
|
|
19176
19176
|
:rtype: :class:`~oci.response.Response`
|
19177
19177
|
|
19178
19178
|
:example:
|
19179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
19180
19180
|
"""
|
19181
19181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19182
19182
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -19277,7 +19277,7 @@ class DatabaseClient(object):
|
|
19277
19277
|
:rtype: :class:`~oci.response.Response`
|
19278
19278
|
|
19279
19279
|
:example:
|
19280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
19281
19281
|
"""
|
19282
19282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19283
19283
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -19366,7 +19366,7 @@ class DatabaseClient(object):
|
|
19366
19366
|
:rtype: :class:`~oci.response.Response`
|
19367
19367
|
|
19368
19368
|
:example:
|
19369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
19370
19370
|
"""
|
19371
19371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19372
19372
|
required_arguments = ['databaseId']
|
@@ -19454,7 +19454,7 @@ class DatabaseClient(object):
|
|
19454
19454
|
:rtype: :class:`~oci.response.Response`
|
19455
19455
|
|
19456
19456
|
:example:
|
19457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
19458
19458
|
"""
|
19459
19459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19460
19460
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -19550,7 +19550,7 @@ class DatabaseClient(object):
|
|
19550
19550
|
:rtype: :class:`~oci.response.Response`
|
19551
19551
|
|
19552
19552
|
:example:
|
19553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
19554
19554
|
"""
|
19555
19555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19556
19556
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -19646,7 +19646,7 @@ class DatabaseClient(object):
|
|
19646
19646
|
:rtype: :class:`~oci.response.Response`
|
19647
19647
|
|
19648
19648
|
:example:
|
19649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
19650
19650
|
"""
|
19651
19651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19652
19652
|
required_arguments = ['dbHomeId']
|
@@ -19739,7 +19739,7 @@ class DatabaseClient(object):
|
|
19739
19739
|
:rtype: :class:`~oci.response.Response`
|
19740
19740
|
|
19741
19741
|
:example:
|
19742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
19743
19743
|
"""
|
19744
19744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19745
19745
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -19833,7 +19833,7 @@ class DatabaseClient(object):
|
|
19833
19833
|
:rtype: :class:`~oci.response.Response`
|
19834
19834
|
|
19835
19835
|
:example:
|
19836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
19837
19837
|
"""
|
19838
19838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19839
19839
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -19922,7 +19922,7 @@ class DatabaseClient(object):
|
|
19922
19922
|
:rtype: :class:`~oci.response.Response`
|
19923
19923
|
|
19924
19924
|
:example:
|
19925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
19926
19926
|
"""
|
19927
19927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19928
19928
|
required_arguments = ['dbNodeId']
|
@@ -20018,7 +20018,7 @@ class DatabaseClient(object):
|
|
20018
20018
|
:rtype: :class:`~oci.response.Response`
|
20019
20019
|
|
20020
20020
|
:example:
|
20021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
20022
20022
|
"""
|
20023
20023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20024
20024
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -20127,7 +20127,7 @@ class DatabaseClient(object):
|
|
20127
20127
|
:rtype: :class:`~oci.response.Response`
|
20128
20128
|
|
20129
20129
|
:example:
|
20130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
20131
20131
|
"""
|
20132
20132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20133
20133
|
required_arguments = ['dbSystemId']
|
@@ -20220,7 +20220,7 @@ class DatabaseClient(object):
|
|
20220
20220
|
:rtype: :class:`~oci.response.Response`
|
20221
20221
|
|
20222
20222
|
:example:
|
20223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
20224
20224
|
"""
|
20225
20225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20226
20226
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -20314,7 +20314,7 @@ class DatabaseClient(object):
|
|
20314
20314
|
:rtype: :class:`~oci.response.Response`
|
20315
20315
|
|
20316
20316
|
:example:
|
20317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
20318
20318
|
"""
|
20319
20319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20320
20320
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -20411,7 +20411,7 @@ class DatabaseClient(object):
|
|
20411
20411
|
:rtype: :class:`~oci.response.Response`
|
20412
20412
|
|
20413
20413
|
:example:
|
20414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
20415
20415
|
"""
|
20416
20416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20417
20417
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -20516,7 +20516,7 @@ class DatabaseClient(object):
|
|
20516
20516
|
:rtype: :class:`~oci.response.Response`
|
20517
20517
|
|
20518
20518
|
:example:
|
20519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
20520
20520
|
"""
|
20521
20521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20522
20522
|
required_arguments = ['exadataInfrastructureId']
|
@@ -20630,7 +20630,7 @@ class DatabaseClient(object):
|
|
20630
20630
|
:rtype: :class:`~oci.response.Response`
|
20631
20631
|
|
20632
20632
|
:example:
|
20633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
20634
20634
|
"""
|
20635
20635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20636
20636
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -20733,7 +20733,7 @@ class DatabaseClient(object):
|
|
20733
20733
|
:rtype: :class:`~oci.response.Response`
|
20734
20734
|
|
20735
20735
|
:example:
|
20736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
20737
20737
|
"""
|
20738
20738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20739
20739
|
required_arguments = ['exadataInfrastructureId']
|
@@ -20850,7 +20850,7 @@ class DatabaseClient(object):
|
|
20850
20850
|
:rtype: :class:`~oci.response.Response`
|
20851
20851
|
|
20852
20852
|
:example:
|
20853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
20854
20854
|
"""
|
20855
20855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20856
20856
|
required_arguments = ['dbSystemId']
|
@@ -20948,7 +20948,7 @@ class DatabaseClient(object):
|
|
20948
20948
|
:rtype: :class:`~oci.response.Response`
|
20949
20949
|
|
20950
20950
|
:example:
|
20951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
20952
20952
|
"""
|
20953
20953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20954
20954
|
required_arguments = ['exadbVmClusterId']
|
@@ -21051,7 +21051,7 @@ class DatabaseClient(object):
|
|
21051
21051
|
:rtype: :class:`~oci.response.Response`
|
21052
21052
|
|
21053
21053
|
:example:
|
21054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
21055
21055
|
"""
|
21056
21056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21057
21057
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -21155,7 +21155,7 @@ class DatabaseClient(object):
|
|
21155
21155
|
:rtype: :class:`~oci.response.Response`
|
21156
21156
|
|
21157
21157
|
:example:
|
21158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
|
21159
21159
|
"""
|
21160
21160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21161
21161
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -21254,7 +21254,7 @@ class DatabaseClient(object):
|
|
21254
21254
|
:rtype: :class:`~oci.response.Response`
|
21255
21255
|
|
21256
21256
|
:example:
|
21257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
21258
21258
|
"""
|
21259
21259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21260
21260
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -21352,7 +21352,7 @@ class DatabaseClient(object):
|
|
21352
21352
|
:rtype: :class:`~oci.response.Response`
|
21353
21353
|
|
21354
21354
|
:example:
|
21355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
|
21356
21356
|
"""
|
21357
21357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21358
21358
|
required_arguments = ['executionActionId']
|
@@ -21450,7 +21450,7 @@ class DatabaseClient(object):
|
|
21450
21450
|
:rtype: :class:`~oci.response.Response`
|
21451
21451
|
|
21452
21452
|
:example:
|
21453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
|
21454
21454
|
"""
|
21455
21455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21456
21456
|
required_arguments = ['executionWindowId']
|
@@ -21549,7 +21549,7 @@ class DatabaseClient(object):
|
|
21549
21549
|
:rtype: :class:`~oci.response.Response`
|
21550
21550
|
|
21551
21551
|
:example:
|
21552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
21553
21553
|
"""
|
21554
21554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21555
21555
|
required_arguments = ['backupId']
|
@@ -21640,7 +21640,7 @@ class DatabaseClient(object):
|
|
21640
21640
|
:rtype: :class:`~oci.response.Response`
|
21641
21641
|
|
21642
21642
|
:example:
|
21643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
21644
21644
|
"""
|
21645
21645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21646
21646
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -21739,7 +21739,7 @@ class DatabaseClient(object):
|
|
21739
21739
|
:rtype: :class:`~oci.response.Response`
|
21740
21740
|
|
21741
21741
|
:example:
|
21742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
21743
21743
|
"""
|
21744
21744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21745
21745
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -21837,7 +21837,7 @@ class DatabaseClient(object):
|
|
21837
21837
|
:rtype: :class:`~oci.response.Response`
|
21838
21838
|
|
21839
21839
|
:example:
|
21840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
21841
21841
|
"""
|
21842
21842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21843
21843
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -21936,7 +21936,7 @@ class DatabaseClient(object):
|
|
21936
21936
|
:rtype: :class:`~oci.response.Response`
|
21937
21937
|
|
21938
21938
|
:example:
|
21939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
21940
21940
|
"""
|
21941
21941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21942
21942
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -22043,7 +22043,7 @@ class DatabaseClient(object):
|
|
22043
22043
|
:rtype: :class:`~oci.response.Response`
|
22044
22044
|
|
22045
22045
|
:example:
|
22046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
22047
22047
|
"""
|
22048
22048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22049
22049
|
required_arguments = ['compartmentId']
|
@@ -22147,7 +22147,7 @@ class DatabaseClient(object):
|
|
22147
22147
|
:rtype: :class:`~oci.response.Response`
|
22148
22148
|
|
22149
22149
|
:example:
|
22150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
22151
22151
|
"""
|
22152
22152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22153
22153
|
required_arguments = ['keyStoreId']
|
@@ -22240,7 +22240,7 @@ class DatabaseClient(object):
|
|
22240
22240
|
:rtype: :class:`~oci.response.Response`
|
22241
22241
|
|
22242
22242
|
:example:
|
22243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
22244
22244
|
"""
|
22245
22245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22246
22246
|
required_arguments = ['maintenanceRunId']
|
@@ -22326,7 +22326,7 @@ class DatabaseClient(object):
|
|
22326
22326
|
:rtype: :class:`~oci.response.Response`
|
22327
22327
|
|
22328
22328
|
:example:
|
22329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
22330
22330
|
"""
|
22331
22331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22332
22332
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -22417,7 +22417,7 @@ class DatabaseClient(object):
|
|
22417
22417
|
:rtype: :class:`~oci.response.Response`
|
22418
22418
|
|
22419
22419
|
:example:
|
22420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
22421
22421
|
"""
|
22422
22422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22423
22423
|
required_arguments = ['oneoffPatchId']
|
@@ -22520,7 +22520,7 @@ class DatabaseClient(object):
|
|
22520
22520
|
:rtype: :class:`~oci.response.Response`
|
22521
22521
|
|
22522
22522
|
:example:
|
22523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
22524
22524
|
"""
|
22525
22525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22526
22526
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -22616,7 +22616,7 @@ class DatabaseClient(object):
|
|
22616
22616
|
:rtype: :class:`~oci.response.Response`
|
22617
22617
|
|
22618
22618
|
:example:
|
22619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
22620
22620
|
"""
|
22621
22621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22622
22622
|
required_arguments = ['pluggableDatabaseId']
|
@@ -22707,7 +22707,7 @@ class DatabaseClient(object):
|
|
22707
22707
|
:rtype: :class:`~oci.response.Response`
|
22708
22708
|
|
22709
22709
|
:example:
|
22710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
|
22711
22711
|
"""
|
22712
22712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22713
22713
|
required_arguments = ['scheduledActionId']
|
@@ -22805,7 +22805,7 @@ class DatabaseClient(object):
|
|
22805
22805
|
:rtype: :class:`~oci.response.Response`
|
22806
22806
|
|
22807
22807
|
:example:
|
22808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
|
22809
22809
|
"""
|
22810
22810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22811
22811
|
required_arguments = ['schedulingPlanId']
|
@@ -22903,7 +22903,7 @@ class DatabaseClient(object):
|
|
22903
22903
|
:rtype: :class:`~oci.response.Response`
|
22904
22904
|
|
22905
22905
|
:example:
|
22906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
|
22907
22907
|
"""
|
22908
22908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22909
22909
|
required_arguments = ['schedulingPolicyId']
|
@@ -23006,7 +23006,7 @@ class DatabaseClient(object):
|
|
23006
23006
|
:rtype: :class:`~oci.response.Response`
|
23007
23007
|
|
23008
23008
|
:example:
|
23009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
|
23010
23010
|
"""
|
23011
23011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23012
23012
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -23105,7 +23105,7 @@ class DatabaseClient(object):
|
|
23105
23105
|
:rtype: :class:`~oci.response.Response`
|
23106
23106
|
|
23107
23107
|
:example:
|
23108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
23109
23109
|
"""
|
23110
23110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23111
23111
|
required_arguments = ['vmClusterId']
|
@@ -23209,7 +23209,7 @@ class DatabaseClient(object):
|
|
23209
23209
|
:rtype: :class:`~oci.response.Response`
|
23210
23210
|
|
23211
23211
|
:example:
|
23212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
23213
23213
|
"""
|
23214
23214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23215
23215
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -23310,7 +23310,7 @@ class DatabaseClient(object):
|
|
23310
23310
|
:rtype: :class:`~oci.response.Response`
|
23311
23311
|
|
23312
23312
|
:example:
|
23313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
23314
23314
|
"""
|
23315
23315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23316
23316
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -23404,7 +23404,7 @@ class DatabaseClient(object):
|
|
23404
23404
|
:rtype: :class:`~oci.response.Response`
|
23405
23405
|
|
23406
23406
|
:example:
|
23407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
23408
23408
|
"""
|
23409
23409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23410
23410
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -23501,7 +23501,7 @@ class DatabaseClient(object):
|
|
23501
23501
|
:rtype: :class:`~oci.response.Response`
|
23502
23502
|
|
23503
23503
|
:example:
|
23504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
23505
23505
|
"""
|
23506
23506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23507
23507
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -23605,7 +23605,7 @@ class DatabaseClient(object):
|
|
23605
23605
|
:rtype: :class:`~oci.response.Response`
|
23606
23606
|
|
23607
23607
|
:example:
|
23608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
23609
23609
|
"""
|
23610
23610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23611
23611
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -23706,7 +23706,7 @@ class DatabaseClient(object):
|
|
23706
23706
|
:rtype: :class:`~oci.response.Response`
|
23707
23707
|
|
23708
23708
|
:example:
|
23709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
23710
23710
|
"""
|
23711
23711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23712
23712
|
required_arguments = []
|
@@ -23818,7 +23818,7 @@ class DatabaseClient(object):
|
|
23818
23818
|
:rtype: :class:`~oci.response.Response`
|
23819
23819
|
|
23820
23820
|
:example:
|
23821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
23822
23822
|
"""
|
23823
23823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23824
23824
|
required_arguments = []
|
@@ -23936,7 +23936,7 @@ class DatabaseClient(object):
|
|
23936
23936
|
:rtype: :class:`~oci.response.Response`
|
23937
23937
|
|
23938
23938
|
:example:
|
23939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
23940
23940
|
"""
|
23941
23941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23942
23942
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -24064,7 +24064,7 @@ class DatabaseClient(object):
|
|
24064
24064
|
:rtype: :class:`~oci.response.Response`
|
24065
24065
|
|
24066
24066
|
:example:
|
24067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
24068
24068
|
"""
|
24069
24069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24070
24070
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -24185,7 +24185,7 @@ class DatabaseClient(object):
|
|
24185
24185
|
:rtype: :class:`~oci.response.Response`
|
24186
24186
|
|
24187
24187
|
:example:
|
24188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
24189
24189
|
"""
|
24190
24190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24191
24191
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -24347,7 +24347,7 @@ class DatabaseClient(object):
|
|
24347
24347
|
:rtype: :class:`~oci.response.Response`
|
24348
24348
|
|
24349
24349
|
:example:
|
24350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
24351
24351
|
"""
|
24352
24352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24353
24353
|
required_arguments = ['compartmentId']
|
@@ -24523,7 +24523,7 @@ class DatabaseClient(object):
|
|
24523
24523
|
:rtype: :class:`~oci.response.Response`
|
24524
24524
|
|
24525
24525
|
:example:
|
24526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
24527
24527
|
"""
|
24528
24528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24529
24529
|
required_arguments = []
|
@@ -24660,7 +24660,7 @@ class DatabaseClient(object):
|
|
24660
24660
|
:rtype: :class:`~oci.response.Response`
|
24661
24661
|
|
24662
24662
|
:example:
|
24663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
24664
24664
|
"""
|
24665
24665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24666
24666
|
required_arguments = []
|
@@ -24801,7 +24801,7 @@ class DatabaseClient(object):
|
|
24801
24801
|
:rtype: :class:`~oci.response.Response`
|
24802
24802
|
|
24803
24803
|
:example:
|
24804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
24805
24805
|
"""
|
24806
24806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24807
24807
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -24951,7 +24951,7 @@ class DatabaseClient(object):
|
|
24951
24951
|
:rtype: :class:`~oci.response.Response`
|
24952
24952
|
|
24953
24953
|
:example:
|
24954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
24955
24955
|
"""
|
24956
24956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24957
24957
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25062,7 +25062,7 @@ class DatabaseClient(object):
|
|
25062
25062
|
:rtype: :class:`~oci.response.Response`
|
25063
25063
|
|
25064
25064
|
:example:
|
25065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
25066
25066
|
"""
|
25067
25067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25068
25068
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25176,7 +25176,7 @@ class DatabaseClient(object):
|
|
25176
25176
|
:rtype: :class:`~oci.response.Response`
|
25177
25177
|
|
25178
25178
|
:example:
|
25179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
25180
25180
|
"""
|
25181
25181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25182
25182
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25313,7 +25313,7 @@ class DatabaseClient(object):
|
|
25313
25313
|
:rtype: :class:`~oci.response.Response`
|
25314
25314
|
|
25315
25315
|
:example:
|
25316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
25317
25317
|
"""
|
25318
25318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25319
25319
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -25509,7 +25509,7 @@ class DatabaseClient(object):
|
|
25509
25509
|
:rtype: :class:`~oci.response.Response`
|
25510
25510
|
|
25511
25511
|
:example:
|
25512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
25513
25513
|
"""
|
25514
25514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25515
25515
|
required_arguments = ['compartmentId']
|
@@ -25686,7 +25686,7 @@ class DatabaseClient(object):
|
|
25686
25686
|
:rtype: :class:`~oci.response.Response`
|
25687
25687
|
|
25688
25688
|
:example:
|
25689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
25690
25690
|
"""
|
25691
25691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25692
25692
|
required_arguments = ['compartmentId']
|
@@ -25817,7 +25817,7 @@ class DatabaseClient(object):
|
|
25817
25817
|
:rtype: :class:`~oci.response.Response`
|
25818
25818
|
|
25819
25819
|
:example:
|
25820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
25821
25821
|
"""
|
25822
25822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25823
25823
|
required_arguments = ['compartmentId']
|
@@ -25941,7 +25941,7 @@ class DatabaseClient(object):
|
|
25941
25941
|
:rtype: :class:`~oci.response.Response`
|
25942
25942
|
|
25943
25943
|
:example:
|
25944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
25945
25945
|
"""
|
25946
25946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25947
25947
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -26065,7 +26065,7 @@ class DatabaseClient(object):
|
|
26065
26065
|
:rtype: :class:`~oci.response.Response`
|
26066
26066
|
|
26067
26067
|
:example:
|
26068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
26069
26069
|
"""
|
26070
26070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26071
26071
|
required_arguments = ['compartmentId']
|
@@ -26206,7 +26206,7 @@ class DatabaseClient(object):
|
|
26206
26206
|
:rtype: :class:`~oci.response.Response`
|
26207
26207
|
|
26208
26208
|
:example:
|
26209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
26210
26210
|
"""
|
26211
26211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26212
26212
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -26324,7 +26324,7 @@ class DatabaseClient(object):
|
|
26324
26324
|
:rtype: :class:`~oci.response.Response`
|
26325
26325
|
|
26326
26326
|
:example:
|
26327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
26328
26328
|
"""
|
26329
26329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26330
26330
|
required_arguments = ['autonomousVmClusterId']
|
@@ -26461,7 +26461,7 @@ class DatabaseClient(object):
|
|
26461
26461
|
:rtype: :class:`~oci.response.Response`
|
26462
26462
|
|
26463
26463
|
:example:
|
26464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
26465
26465
|
"""
|
26466
26466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26467
26467
|
required_arguments = ['compartmentId']
|
@@ -26598,7 +26598,7 @@ class DatabaseClient(object):
|
|
26598
26598
|
:rtype: :class:`~oci.response.Response`
|
26599
26599
|
|
26600
26600
|
:example:
|
26601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
26602
26602
|
"""
|
26603
26603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26604
26604
|
required_arguments = ['compartmentId']
|
@@ -26710,7 +26710,7 @@ class DatabaseClient(object):
|
|
26710
26710
|
:rtype: :class:`~oci.response.Response`
|
26711
26711
|
|
26712
26712
|
:example:
|
26713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
26714
26714
|
"""
|
26715
26715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26716
26716
|
required_arguments = []
|
@@ -26828,7 +26828,7 @@ class DatabaseClient(object):
|
|
26828
26828
|
:rtype: :class:`~oci.response.Response`
|
26829
26829
|
|
26830
26830
|
:example:
|
26831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
26832
26832
|
"""
|
26833
26833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26834
26834
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -26968,7 +26968,7 @@ class DatabaseClient(object):
|
|
26968
26968
|
:rtype: :class:`~oci.response.Response`
|
26969
26969
|
|
26970
26970
|
:example:
|
26971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
26972
26972
|
"""
|
26973
26973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26974
26974
|
required_arguments = ['compartmentId']
|
@@ -27125,7 +27125,7 @@ class DatabaseClient(object):
|
|
27125
27125
|
:rtype: :class:`~oci.response.Response`
|
27126
27126
|
|
27127
27127
|
:example:
|
27128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
27129
27129
|
"""
|
27130
27130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27131
27131
|
required_arguments = ['compartmentId']
|
@@ -27264,7 +27264,7 @@ class DatabaseClient(object):
|
|
27264
27264
|
:rtype: :class:`~oci.response.Response`
|
27265
27265
|
|
27266
27266
|
:example:
|
27267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
27268
27268
|
"""
|
27269
27269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27270
27270
|
required_arguments = ['cloudVmClusterId']
|
@@ -27392,7 +27392,7 @@ class DatabaseClient(object):
|
|
27392
27392
|
:rtype: :class:`~oci.response.Response`
|
27393
27393
|
|
27394
27394
|
:example:
|
27395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
27396
27396
|
"""
|
27397
27397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27398
27398
|
required_arguments = ['cloudVmClusterId']
|
@@ -27536,7 +27536,7 @@ class DatabaseClient(object):
|
|
27536
27536
|
:rtype: :class:`~oci.response.Response`
|
27537
27537
|
|
27538
27538
|
:example:
|
27539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
27540
27540
|
"""
|
27541
27541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27542
27542
|
required_arguments = ['compartmentId']
|
@@ -27661,7 +27661,7 @@ class DatabaseClient(object):
|
|
27661
27661
|
:rtype: :class:`~oci.response.Response`
|
27662
27662
|
|
27663
27663
|
:example:
|
27664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
27665
27665
|
"""
|
27666
27666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27667
27667
|
required_arguments = ['dbNodeId']
|
@@ -27776,7 +27776,7 @@ class DatabaseClient(object):
|
|
27776
27776
|
:rtype: :class:`~oci.response.Response`
|
27777
27777
|
|
27778
27778
|
:example:
|
27779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
27780
27780
|
"""
|
27781
27781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27782
27782
|
required_arguments = ['dbNodeId']
|
@@ -27926,7 +27926,7 @@ class DatabaseClient(object):
|
|
27926
27926
|
:rtype: :class:`~oci.response.Response`
|
27927
27927
|
|
27928
27928
|
:example:
|
27929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
27930
27930
|
"""
|
27931
27931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27932
27932
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -28044,7 +28044,7 @@ class DatabaseClient(object):
|
|
28044
28044
|
:rtype: :class:`~oci.response.Response`
|
28045
28045
|
|
28046
28046
|
:example:
|
28047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
28048
28048
|
"""
|
28049
28049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28050
28050
|
required_arguments = ['databaseId']
|
@@ -28187,7 +28187,7 @@ class DatabaseClient(object):
|
|
28187
28187
|
:rtype: :class:`~oci.response.Response`
|
28188
28188
|
|
28189
28189
|
:example:
|
28190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
28191
28191
|
"""
|
28192
28192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28193
28193
|
required_arguments = ['compartmentId']
|
@@ -28358,7 +28358,7 @@ class DatabaseClient(object):
|
|
28358
28358
|
:rtype: :class:`~oci.response.Response`
|
28359
28359
|
|
28360
28360
|
:example:
|
28361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
28362
28362
|
"""
|
28363
28363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28364
28364
|
required_arguments = ['databaseId']
|
@@ -28533,7 +28533,7 @@ class DatabaseClient(object):
|
|
28533
28533
|
:rtype: :class:`~oci.response.Response`
|
28534
28534
|
|
28535
28535
|
:example:
|
28536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
28537
28537
|
"""
|
28538
28538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28539
28539
|
required_arguments = ['compartmentId']
|
@@ -28663,7 +28663,7 @@ class DatabaseClient(object):
|
|
28663
28663
|
:rtype: :class:`~oci.response.Response`
|
28664
28664
|
|
28665
28665
|
:example:
|
28666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
28667
28667
|
"""
|
28668
28668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28669
28669
|
required_arguments = ['dbHomeId']
|
@@ -28771,7 +28771,7 @@ class DatabaseClient(object):
|
|
28771
28771
|
:rtype: :class:`~oci.response.Response`
|
28772
28772
|
|
28773
28773
|
:example:
|
28774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
28775
28775
|
"""
|
28776
28776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28777
28777
|
required_arguments = ['dbHomeId']
|
@@ -28915,7 +28915,7 @@ class DatabaseClient(object):
|
|
28915
28915
|
:rtype: :class:`~oci.response.Response`
|
28916
28916
|
|
28917
28917
|
:example:
|
28918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
28919
28919
|
"""
|
28920
28920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28921
28921
|
required_arguments = ['compartmentId']
|
@@ -29079,7 +29079,7 @@ class DatabaseClient(object):
|
|
29079
29079
|
:rtype: :class:`~oci.response.Response`
|
29080
29080
|
|
29081
29081
|
:example:
|
29082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
29083
29083
|
"""
|
29084
29084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29085
29085
|
required_arguments = ['compartmentId']
|
@@ -29235,7 +29235,7 @@ class DatabaseClient(object):
|
|
29235
29235
|
:rtype: :class:`~oci.response.Response`
|
29236
29236
|
|
29237
29237
|
:example:
|
29238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
29239
29239
|
"""
|
29240
29240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29241
29241
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -29360,7 +29360,7 @@ class DatabaseClient(object):
|
|
29360
29360
|
:rtype: :class:`~oci.response.Response`
|
29361
29361
|
|
29362
29362
|
:example:
|
29363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
29364
29364
|
"""
|
29365
29365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29366
29366
|
required_arguments = []
|
@@ -29457,7 +29457,7 @@ class DatabaseClient(object):
|
|
29457
29457
|
:rtype: :class:`~oci.response.Response`
|
29458
29458
|
|
29459
29459
|
:example:
|
29460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
29461
29461
|
"""
|
29462
29462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29463
29463
|
required_arguments = ['dbSystemId']
|
@@ -29565,7 +29565,7 @@ class DatabaseClient(object):
|
|
29565
29565
|
:rtype: :class:`~oci.response.Response`
|
29566
29566
|
|
29567
29567
|
:example:
|
29568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
29569
29569
|
"""
|
29570
29570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29571
29571
|
required_arguments = ['dbSystemId']
|
@@ -29676,7 +29676,7 @@ class DatabaseClient(object):
|
|
29676
29676
|
:rtype: :class:`~oci.response.Response`
|
29677
29677
|
|
29678
29678
|
:example:
|
29679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
29680
29680
|
"""
|
29681
29681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29682
29682
|
required_arguments = ['compartmentId']
|
@@ -29777,7 +29777,7 @@ class DatabaseClient(object):
|
|
29777
29777
|
:rtype: :class:`~oci.response.Response`
|
29778
29778
|
|
29779
29779
|
:example:
|
29780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
29781
29781
|
"""
|
29782
29782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29783
29783
|
required_arguments = ['storageManagement']
|
@@ -29904,7 +29904,7 @@ class DatabaseClient(object):
|
|
29904
29904
|
:rtype: :class:`~oci.response.Response`
|
29905
29905
|
|
29906
29906
|
:example:
|
29907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
29908
29908
|
"""
|
29909
29909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29910
29910
|
required_arguments = ['dbSystemId']
|
@@ -30086,7 +30086,7 @@ class DatabaseClient(object):
|
|
30086
30086
|
:rtype: :class:`~oci.response.Response`
|
30087
30087
|
|
30088
30088
|
:example:
|
30089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
30090
30090
|
"""
|
30091
30091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30092
30092
|
required_arguments = ['compartmentId']
|
@@ -30237,7 +30237,7 @@ class DatabaseClient(object):
|
|
30237
30237
|
:rtype: :class:`~oci.response.Response`
|
30238
30238
|
|
30239
30239
|
:example:
|
30240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
30241
30241
|
"""
|
30242
30242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30243
30243
|
required_arguments = ['compartmentId']
|
@@ -30378,7 +30378,7 @@ class DatabaseClient(object):
|
|
30378
30378
|
:rtype: :class:`~oci.response.Response`
|
30379
30379
|
|
30380
30380
|
:example:
|
30381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
30382
30382
|
"""
|
30383
30383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30384
30384
|
required_arguments = ['compartmentId']
|
@@ -30525,7 +30525,7 @@ class DatabaseClient(object):
|
|
30525
30525
|
:rtype: :class:`~oci.response.Response`
|
30526
30526
|
|
30527
30527
|
:example:
|
30528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
|
30529
30529
|
"""
|
30530
30530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30531
30531
|
required_arguments = ['exadbVmClusterId']
|
@@ -30656,7 +30656,7 @@ class DatabaseClient(object):
|
|
30656
30656
|
:rtype: :class:`~oci.response.Response`
|
30657
30657
|
|
30658
30658
|
:example:
|
30659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
30660
30660
|
"""
|
30661
30661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30662
30662
|
required_arguments = ['exadbVmClusterId']
|
@@ -30802,7 +30802,7 @@ class DatabaseClient(object):
|
|
30802
30802
|
:rtype: :class:`~oci.response.Response`
|
30803
30803
|
|
30804
30804
|
:example:
|
30805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
30806
30806
|
"""
|
30807
30807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30808
30808
|
required_arguments = ['compartmentId']
|
@@ -30954,7 +30954,7 @@ class DatabaseClient(object):
|
|
30954
30954
|
:rtype: :class:`~oci.response.Response`
|
30955
30955
|
|
30956
30956
|
:example:
|
30957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
30958
30958
|
"""
|
30959
30959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30960
30960
|
required_arguments = ['compartmentId']
|
@@ -31107,7 +31107,7 @@ class DatabaseClient(object):
|
|
31107
31107
|
:rtype: :class:`~oci.response.Response`
|
31108
31108
|
|
31109
31109
|
:example:
|
31110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
|
31111
31111
|
"""
|
31112
31112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31113
31113
|
required_arguments = ['compartmentId']
|
@@ -31262,7 +31262,7 @@ class DatabaseClient(object):
|
|
31262
31262
|
:rtype: :class:`~oci.response.Response`
|
31263
31263
|
|
31264
31264
|
:example:
|
31265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
|
31266
31266
|
"""
|
31267
31267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31268
31268
|
required_arguments = ['compartmentId']
|
@@ -31417,7 +31417,7 @@ class DatabaseClient(object):
|
|
31417
31417
|
:rtype: :class:`~oci.response.Response`
|
31418
31418
|
|
31419
31419
|
:example:
|
31420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
31421
31421
|
"""
|
31422
31422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31423
31423
|
required_arguments = ['compartmentId']
|
@@ -31575,7 +31575,7 @@ class DatabaseClient(object):
|
|
31575
31575
|
:rtype: :class:`~oci.response.Response`
|
31576
31576
|
|
31577
31577
|
:example:
|
31578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
31579
31579
|
"""
|
31580
31580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31581
31581
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -31729,7 +31729,7 @@ class DatabaseClient(object):
|
|
31729
31729
|
:rtype: :class:`~oci.response.Response`
|
31730
31730
|
|
31731
31731
|
:example:
|
31732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
31733
31733
|
"""
|
31734
31734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31735
31735
|
required_arguments = ['compartmentId']
|
@@ -31888,7 +31888,7 @@ class DatabaseClient(object):
|
|
31888
31888
|
:rtype: :class:`~oci.response.Response`
|
31889
31889
|
|
31890
31890
|
:example:
|
31891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
31892
31892
|
"""
|
31893
31893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31894
31894
|
required_arguments = ['compartmentId']
|
@@ -32032,7 +32032,7 @@ class DatabaseClient(object):
|
|
32032
32032
|
:rtype: :class:`~oci.response.Response`
|
32033
32033
|
|
32034
32034
|
:example:
|
32035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
32036
32036
|
"""
|
32037
32037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32038
32038
|
required_arguments = ['compartmentId']
|
@@ -32179,7 +32179,7 @@ class DatabaseClient(object):
|
|
32179
32179
|
:rtype: :class:`~oci.response.Response`
|
32180
32180
|
|
32181
32181
|
:example:
|
32182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32182
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
32183
32183
|
"""
|
32184
32184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32185
32185
|
required_arguments = ['version']
|
@@ -32336,7 +32336,7 @@ class DatabaseClient(object):
|
|
32336
32336
|
:rtype: :class:`~oci.response.Response`
|
32337
32337
|
|
32338
32338
|
:example:
|
32339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
32340
32340
|
"""
|
32341
32341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32342
32342
|
required_arguments = ['compartmentId']
|
@@ -32449,7 +32449,7 @@ class DatabaseClient(object):
|
|
32449
32449
|
:rtype: :class:`~oci.response.Response`
|
32450
32450
|
|
32451
32451
|
:example:
|
32452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
32453
32453
|
"""
|
32454
32454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32455
32455
|
required_arguments = ['compartmentId']
|
@@ -32587,7 +32587,7 @@ class DatabaseClient(object):
|
|
32587
32587
|
:rtype: :class:`~oci.response.Response`
|
32588
32588
|
|
32589
32589
|
:example:
|
32590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
32591
32591
|
"""
|
32592
32592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32593
32593
|
required_arguments = ['compartmentId']
|
@@ -32780,7 +32780,7 @@ class DatabaseClient(object):
|
|
32780
32780
|
:rtype: :class:`~oci.response.Response`
|
32781
32781
|
|
32782
32782
|
:example:
|
32783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
32784
32784
|
"""
|
32785
32785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32786
32786
|
required_arguments = ['compartmentId']
|
@@ -32956,7 +32956,7 @@ class DatabaseClient(object):
|
|
32956
32956
|
:rtype: :class:`~oci.response.Response`
|
32957
32957
|
|
32958
32958
|
:example:
|
32959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
32960
32960
|
"""
|
32961
32961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32962
32962
|
required_arguments = ['compartmentId']
|
@@ -33088,7 +33088,7 @@ class DatabaseClient(object):
|
|
33088
33088
|
:rtype: :class:`~oci.response.Response`
|
33089
33089
|
|
33090
33090
|
:example:
|
33091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
|
33092
33092
|
"""
|
33093
33093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33094
33094
|
required_arguments = ['type']
|
@@ -33217,7 +33217,7 @@ class DatabaseClient(object):
|
|
33217
33217
|
:rtype: :class:`~oci.response.Response`
|
33218
33218
|
|
33219
33219
|
:example:
|
33220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
33221
33221
|
"""
|
33222
33222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33223
33223
|
required_arguments = ['databaseId']
|
@@ -33387,7 +33387,7 @@ class DatabaseClient(object):
|
|
33387
33387
|
:rtype: :class:`~oci.response.Response`
|
33388
33388
|
|
33389
33389
|
:example:
|
33390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
33391
33391
|
"""
|
33392
33392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33393
33393
|
required_arguments = []
|
@@ -33529,7 +33529,7 @@ class DatabaseClient(object):
|
|
33529
33529
|
:rtype: :class:`~oci.response.Response`
|
33530
33530
|
|
33531
33531
|
:example:
|
33532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
|
33533
33533
|
"""
|
33534
33534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33535
33535
|
required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
|
@@ -33678,7 +33678,7 @@ class DatabaseClient(object):
|
|
33678
33678
|
:rtype: :class:`~oci.response.Response`
|
33679
33679
|
|
33680
33680
|
:example:
|
33681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
|
33682
33682
|
"""
|
33683
33683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33684
33684
|
required_arguments = ['compartmentId']
|
@@ -33843,7 +33843,7 @@ class DatabaseClient(object):
|
|
33843
33843
|
:rtype: :class:`~oci.response.Response`
|
33844
33844
|
|
33845
33845
|
:example:
|
33846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
|
33847
33847
|
"""
|
33848
33848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33849
33849
|
required_arguments = ['compartmentId']
|
@@ -33999,7 +33999,7 @@ class DatabaseClient(object):
|
|
33999
33999
|
:rtype: :class:`~oci.response.Response`
|
34000
34000
|
|
34001
34001
|
:example:
|
34002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
|
34003
34003
|
"""
|
34004
34004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34005
34005
|
required_arguments = ['compartmentId']
|
@@ -34154,7 +34154,7 @@ class DatabaseClient(object):
|
|
34154
34154
|
:rtype: :class:`~oci.response.Response`
|
34155
34155
|
|
34156
34156
|
:example:
|
34157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
|
34158
34158
|
"""
|
34159
34159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34160
34160
|
required_arguments = ['schedulingPolicyId']
|
@@ -34310,7 +34310,7 @@ class DatabaseClient(object):
|
|
34310
34310
|
:rtype: :class:`~oci.response.Response`
|
34311
34311
|
|
34312
34312
|
:example:
|
34313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
34314
34314
|
"""
|
34315
34315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34316
34316
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -34447,7 +34447,7 @@ class DatabaseClient(object):
|
|
34447
34447
|
:rtype: :class:`~oci.response.Response`
|
34448
34448
|
|
34449
34449
|
:example:
|
34450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
34451
34451
|
"""
|
34452
34452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34453
34453
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -34588,7 +34588,7 @@ class DatabaseClient(object):
|
|
34588
34588
|
:rtype: :class:`~oci.response.Response`
|
34589
34589
|
|
34590
34590
|
:example:
|
34591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
34592
34592
|
"""
|
34593
34593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34594
34594
|
required_arguments = ['vmClusterId']
|
@@ -34696,7 +34696,7 @@ class DatabaseClient(object):
|
|
34696
34696
|
:rtype: :class:`~oci.response.Response`
|
34697
34697
|
|
34698
34698
|
:example:
|
34699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
34700
34700
|
"""
|
34701
34701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34702
34702
|
required_arguments = ['vmClusterId']
|
@@ -34817,7 +34817,7 @@ class DatabaseClient(object):
|
|
34817
34817
|
:rtype: :class:`~oci.response.Response`
|
34818
34818
|
|
34819
34819
|
:example:
|
34820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
34821
34821
|
"""
|
34822
34822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34823
34823
|
required_arguments = ['vmClusterId']
|
@@ -34959,7 +34959,7 @@ class DatabaseClient(object):
|
|
34959
34959
|
:rtype: :class:`~oci.response.Response`
|
34960
34960
|
|
34961
34961
|
:example:
|
34962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
34963
34963
|
"""
|
34964
34964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34965
34965
|
required_arguments = ['vmClusterId']
|
@@ -35113,7 +35113,7 @@ class DatabaseClient(object):
|
|
35113
35113
|
:rtype: :class:`~oci.response.Response`
|
35114
35114
|
|
35115
35115
|
:example:
|
35116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
35117
35117
|
"""
|
35118
35118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35119
35119
|
required_arguments = ['compartmentId']
|
@@ -35257,7 +35257,7 @@ class DatabaseClient(object):
|
|
35257
35257
|
:rtype: :class:`~oci.response.Response`
|
35258
35258
|
|
35259
35259
|
:example:
|
35260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
35261
35261
|
"""
|
35262
35262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35263
35263
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35377,7 +35377,7 @@ class DatabaseClient(object):
|
|
35377
35377
|
:rtype: :class:`~oci.response.Response`
|
35378
35378
|
|
35379
35379
|
:example:
|
35380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
35381
35381
|
"""
|
35382
35382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35383
35383
|
required_arguments = ['dbSystemId']
|
@@ -35497,7 +35497,7 @@ class DatabaseClient(object):
|
|
35497
35497
|
:rtype: :class:`~oci.response.Response`
|
35498
35498
|
|
35499
35499
|
:example:
|
35500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
35501
35501
|
"""
|
35502
35502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35503
35503
|
required_arguments = ['databaseId']
|
@@ -35617,7 +35617,7 @@ class DatabaseClient(object):
|
|
35617
35617
|
:rtype: :class:`~oci.response.Response`
|
35618
35618
|
|
35619
35619
|
:example:
|
35620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
35621
35621
|
"""
|
35622
35622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35623
35623
|
required_arguments = ['databaseId']
|
@@ -35737,7 +35737,7 @@ class DatabaseClient(object):
|
|
35737
35737
|
:rtype: :class:`~oci.response.Response`
|
35738
35738
|
|
35739
35739
|
:example:
|
35740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
35741
35741
|
"""
|
35742
35742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35743
35743
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35857,7 +35857,7 @@ class DatabaseClient(object):
|
|
35857
35857
|
:rtype: :class:`~oci.response.Response`
|
35858
35858
|
|
35859
35859
|
:example:
|
35860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
|
35861
35861
|
"""
|
35862
35862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35863
35863
|
required_arguments = ['executionActionId']
|
@@ -35974,7 +35974,7 @@ class DatabaseClient(object):
|
|
35974
35974
|
:rtype: :class:`~oci.response.Response`
|
35975
35975
|
|
35976
35976
|
:example:
|
35977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
35978
35978
|
"""
|
35979
35979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35980
35980
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36080,7 +36080,7 @@ class DatabaseClient(object):
|
|
36080
36080
|
:rtype: :class:`~oci.response.Response`
|
36081
36081
|
|
36082
36082
|
:example:
|
36083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
36084
36084
|
"""
|
36085
36085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36086
36086
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36186,7 +36186,7 @@ class DatabaseClient(object):
|
|
36186
36186
|
:rtype: :class:`~oci.response.Response`
|
36187
36187
|
|
36188
36188
|
:example:
|
36189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
36190
36190
|
"""
|
36191
36191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36192
36192
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -36295,7 +36295,7 @@ class DatabaseClient(object):
|
|
36295
36295
|
:rtype: :class:`~oci.response.Response`
|
36296
36296
|
|
36297
36297
|
:example:
|
36298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
36299
36299
|
"""
|
36300
36300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36301
36301
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -36413,7 +36413,7 @@ class DatabaseClient(object):
|
|
36413
36413
|
:rtype: :class:`~oci.response.Response`
|
36414
36414
|
|
36415
36415
|
:example:
|
36416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
36417
36417
|
"""
|
36418
36418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36419
36419
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36533,7 +36533,7 @@ class DatabaseClient(object):
|
|
36533
36533
|
:rtype: :class:`~oci.response.Response`
|
36534
36534
|
|
36535
36535
|
:example:
|
36536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
36537
36537
|
"""
|
36538
36538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36539
36539
|
required_arguments = ['cloudVmClusterId']
|
@@ -36653,7 +36653,7 @@ class DatabaseClient(object):
|
|
36653
36653
|
:rtype: :class:`~oci.response.Response`
|
36654
36654
|
|
36655
36655
|
:example:
|
36656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
|
36657
36657
|
"""
|
36658
36658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36659
36659
|
required_arguments = ['exadbVmClusterId']
|
@@ -36773,7 +36773,7 @@ class DatabaseClient(object):
|
|
36773
36773
|
:rtype: :class:`~oci.response.Response`
|
36774
36774
|
|
36775
36775
|
:example:
|
36776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
36777
36777
|
"""
|
36778
36778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36779
36779
|
required_arguments = ['vmClusterId']
|
@@ -36893,7 +36893,7 @@ class DatabaseClient(object):
|
|
36893
36893
|
:rtype: :class:`~oci.response.Response`
|
36894
36894
|
|
36895
36895
|
:example:
|
36896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
|
36897
36897
|
"""
|
36898
36898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36899
36899
|
required_arguments = ['executionWindowId']
|
@@ -37013,7 +37013,7 @@ class DatabaseClient(object):
|
|
37013
37013
|
:rtype: :class:`~oci.response.Response`
|
37014
37014
|
|
37015
37015
|
:example:
|
37016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
|
37017
37017
|
"""
|
37018
37018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37019
37019
|
required_arguments = ['schedulingPlanId']
|
@@ -37139,7 +37139,7 @@ class DatabaseClient(object):
|
|
37139
37139
|
:rtype: :class:`~oci.response.Response`
|
37140
37140
|
|
37141
37141
|
:example:
|
37142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
37143
37143
|
"""
|
37144
37144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37145
37145
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37258,7 +37258,7 @@ class DatabaseClient(object):
|
|
37258
37258
|
:rtype: :class:`~oci.response.Response`
|
37259
37259
|
|
37260
37260
|
:example:
|
37261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
37262
37262
|
"""
|
37263
37263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37264
37264
|
required_arguments = []
|
@@ -37364,7 +37364,7 @@ class DatabaseClient(object):
|
|
37364
37364
|
:rtype: :class:`~oci.response.Response`
|
37365
37365
|
|
37366
37366
|
:example:
|
37367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
37368
37368
|
"""
|
37369
37369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37370
37370
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -37466,7 +37466,7 @@ class DatabaseClient(object):
|
|
37466
37466
|
:rtype: :class:`~oci.response.Response`
|
37467
37467
|
|
37468
37468
|
:example:
|
37469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
37470
37470
|
"""
|
37471
37471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37472
37472
|
required_arguments = ['autonomousDatabaseId']
|
@@ -37569,7 +37569,7 @@ class DatabaseClient(object):
|
|
37569
37569
|
:rtype: :class:`~oci.response.Response`
|
37570
37570
|
|
37571
37571
|
:example:
|
37572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
37573
37573
|
"""
|
37574
37574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37575
37575
|
required_arguments = ['autonomousDatabaseId']
|
@@ -37674,7 +37674,7 @@ class DatabaseClient(object):
|
|
37674
37674
|
:rtype: :class:`~oci.response.Response`
|
37675
37675
|
|
37676
37676
|
:example:
|
37677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
37678
37678
|
"""
|
37679
37679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37680
37680
|
required_arguments = ['databaseId']
|
@@ -37788,7 +37788,7 @@ class DatabaseClient(object):
|
|
37788
37788
|
:rtype: :class:`~oci.response.Response`
|
37789
37789
|
|
37790
37790
|
:example:
|
37791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
37792
37792
|
"""
|
37793
37793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37794
37794
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -37905,7 +37905,7 @@ class DatabaseClient(object):
|
|
37905
37905
|
:rtype: :class:`~oci.response.Response`
|
37906
37906
|
|
37907
37907
|
:example:
|
37908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
37909
37909
|
"""
|
37910
37910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37911
37911
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38023,7 +38023,7 @@ class DatabaseClient(object):
|
|
38023
38023
|
:rtype: :class:`~oci.response.Response`
|
38024
38024
|
|
38025
38025
|
:example:
|
38026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
38027
38027
|
"""
|
38028
38028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38029
38029
|
required_arguments = ['autonomousVmClusterId']
|
@@ -38141,7 +38141,7 @@ class DatabaseClient(object):
|
|
38141
38141
|
:rtype: :class:`~oci.response.Response`
|
38142
38142
|
|
38143
38143
|
:example:
|
38144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
38145
38145
|
"""
|
38146
38146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38147
38147
|
required_arguments = ['autonomousVmClusterId']
|
@@ -38259,7 +38259,7 @@ class DatabaseClient(object):
|
|
38259
38259
|
:rtype: :class:`~oci.response.Response`
|
38260
38260
|
|
38261
38261
|
:example:
|
38262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
38263
38263
|
"""
|
38264
38264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38265
38265
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -38378,7 +38378,7 @@ class DatabaseClient(object):
|
|
38378
38378
|
:rtype: :class:`~oci.response.Response`
|
38379
38379
|
|
38380
38380
|
:example:
|
38381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
38382
38382
|
"""
|
38383
38383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38384
38384
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -38494,7 +38494,7 @@ class DatabaseClient(object):
|
|
38494
38494
|
:rtype: :class:`~oci.response.Response`
|
38495
38495
|
|
38496
38496
|
:example:
|
38497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
38498
38498
|
"""
|
38499
38499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38500
38500
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -38607,7 +38607,7 @@ class DatabaseClient(object):
|
|
38607
38607
|
:rtype: :class:`~oci.response.Response`
|
38608
38608
|
|
38609
38609
|
:example:
|
38610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
38611
38611
|
"""
|
38612
38612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38613
38613
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38720,7 +38720,7 @@ class DatabaseClient(object):
|
|
38720
38720
|
:rtype: :class:`~oci.response.Response`
|
38721
38721
|
|
38722
38722
|
:example:
|
38723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
38724
38724
|
"""
|
38725
38725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38726
38726
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -38835,7 +38835,7 @@ class DatabaseClient(object):
|
|
38835
38835
|
:rtype: :class:`~oci.response.Response`
|
38836
38836
|
|
38837
38837
|
:example:
|
38838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
38839
38839
|
"""
|
38840
38840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38841
38841
|
required_arguments = ['databaseId']
|
@@ -38938,7 +38938,7 @@ class DatabaseClient(object):
|
|
38938
38938
|
:rtype: :class:`~oci.response.Response`
|
38939
38939
|
|
38940
38940
|
:example:
|
38941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
38942
38942
|
"""
|
38943
38943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38944
38944
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39050,7 +39050,7 @@ class DatabaseClient(object):
|
|
39050
39050
|
:rtype: :class:`~oci.response.Response`
|
39051
39051
|
|
39052
39052
|
:example:
|
39053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
39054
39054
|
"""
|
39055
39055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39056
39056
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -39158,7 +39158,7 @@ class DatabaseClient(object):
|
|
39158
39158
|
:rtype: :class:`~oci.response.Response`
|
39159
39159
|
|
39160
39160
|
:example:
|
39161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
39162
39162
|
"""
|
39163
39163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39164
39164
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39258,7 +39258,7 @@ class DatabaseClient(object):
|
|
39258
39258
|
:rtype: :class:`~oci.response.Response`
|
39259
39259
|
|
39260
39260
|
:example:
|
39261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
39262
39262
|
"""
|
39263
39263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39264
39264
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39368,7 +39368,7 @@ class DatabaseClient(object):
|
|
39368
39368
|
:rtype: :class:`~oci.response.Response`
|
39369
39369
|
|
39370
39370
|
:example:
|
39371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
39372
39372
|
"""
|
39373
39373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39374
39374
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39476,7 +39476,7 @@ class DatabaseClient(object):
|
|
39476
39476
|
:rtype: :class:`~oci.response.Response`
|
39477
39477
|
|
39478
39478
|
:example:
|
39479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
39480
39480
|
"""
|
39481
39481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39482
39482
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39588,7 +39588,7 @@ class DatabaseClient(object):
|
|
39588
39588
|
:rtype: :class:`~oci.response.Response`
|
39589
39589
|
|
39590
39590
|
:example:
|
39591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
39592
39592
|
"""
|
39593
39593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39594
39594
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39700,7 +39700,7 @@ class DatabaseClient(object):
|
|
39700
39700
|
:rtype: :class:`~oci.response.Response`
|
39701
39701
|
|
39702
39702
|
:example:
|
39703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
39704
39704
|
"""
|
39705
39705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39706
39706
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -39819,7 +39819,7 @@ class DatabaseClient(object):
|
|
39819
39819
|
:rtype: :class:`~oci.response.Response`
|
39820
39820
|
|
39821
39821
|
:example:
|
39822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
39823
39823
|
"""
|
39824
39824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39825
39825
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39943,7 +39943,7 @@ class DatabaseClient(object):
|
|
39943
39943
|
:rtype: :class:`~oci.response.Response`
|
39944
39944
|
|
39945
39945
|
:example:
|
39946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
39947
39947
|
"""
|
39948
39948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39949
39949
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -40046,7 +40046,7 @@ class DatabaseClient(object):
|
|
40046
40046
|
:rtype: :class:`~oci.response.Response`
|
40047
40047
|
|
40048
40048
|
:example:
|
40049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
40050
40050
|
"""
|
40051
40051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40052
40052
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40144,7 +40144,7 @@ class DatabaseClient(object):
|
|
40144
40144
|
:rtype: :class:`~oci.response.Response`
|
40145
40145
|
|
40146
40146
|
:example:
|
40147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
40148
40148
|
"""
|
40149
40149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40150
40150
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -40249,7 +40249,7 @@ class DatabaseClient(object):
|
|
40249
40249
|
:rtype: :class:`~oci.response.Response`
|
40250
40250
|
|
40251
40251
|
:example:
|
40252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
40253
40253
|
"""
|
40254
40254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40255
40255
|
required_arguments = ['dbSystemId']
|
@@ -40350,7 +40350,7 @@ class DatabaseClient(object):
|
|
40350
40350
|
:rtype: :class:`~oci.response.Response`
|
40351
40351
|
|
40352
40352
|
:example:
|
40353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
40354
40354
|
"""
|
40355
40355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40356
40356
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40463,7 +40463,7 @@ class DatabaseClient(object):
|
|
40463
40463
|
:rtype: :class:`~oci.response.Response`
|
40464
40464
|
|
40465
40465
|
:example:
|
40466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
40467
40467
|
"""
|
40468
40468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40469
40469
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -40574,7 +40574,7 @@ class DatabaseClient(object):
|
|
40574
40574
|
:rtype: :class:`~oci.response.Response`
|
40575
40575
|
|
40576
40576
|
:example:
|
40577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
40578
40578
|
"""
|
40579
40579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40580
40580
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40684,7 +40684,7 @@ class DatabaseClient(object):
|
|
40684
40684
|
:rtype: :class:`~oci.response.Response`
|
40685
40685
|
|
40686
40686
|
:example:
|
40687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
40688
40688
|
"""
|
40689
40689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40690
40690
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -40784,7 +40784,7 @@ class DatabaseClient(object):
|
|
40784
40784
|
:rtype: :class:`~oci.response.Response`
|
40785
40785
|
|
40786
40786
|
:example:
|
40787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
40788
40788
|
"""
|
40789
40789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40790
40790
|
required_arguments = []
|
@@ -40878,7 +40878,7 @@ class DatabaseClient(object):
|
|
40878
40878
|
:rtype: :class:`~oci.response.Response`
|
40879
40879
|
|
40880
40880
|
:example:
|
40881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
40882
40882
|
"""
|
40883
40883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40884
40884
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -40983,7 +40983,7 @@ class DatabaseClient(object):
|
|
40983
40983
|
:rtype: :class:`~oci.response.Response`
|
40984
40984
|
|
40985
40985
|
:example:
|
40986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
40987
40987
|
"""
|
40988
40988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40989
40989
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41086,7 +41086,7 @@ class DatabaseClient(object):
|
|
41086
41086
|
:rtype: :class:`~oci.response.Response`
|
41087
41087
|
|
41088
41088
|
:example:
|
41089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
41090
41090
|
"""
|
41091
41091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41092
41092
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -41194,7 +41194,7 @@ class DatabaseClient(object):
|
|
41194
41194
|
:rtype: :class:`~oci.response.Response`
|
41195
41195
|
|
41196
41196
|
:example:
|
41197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
41198
41198
|
"""
|
41199
41199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41200
41200
|
required_arguments = ['autonomousVmClusterId']
|
@@ -41307,7 +41307,7 @@ class DatabaseClient(object):
|
|
41307
41307
|
:rtype: :class:`~oci.response.Response`
|
41308
41308
|
|
41309
41309
|
:example:
|
41310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
41311
41311
|
"""
|
41312
41312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41313
41313
|
required_arguments = ['backupDestinationId']
|
@@ -41417,7 +41417,7 @@ class DatabaseClient(object):
|
|
41417
41417
|
:rtype: :class:`~oci.response.Response`
|
41418
41418
|
|
41419
41419
|
:example:
|
41420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
41421
41421
|
"""
|
41422
41422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41423
41423
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -41527,7 +41527,7 @@ class DatabaseClient(object):
|
|
41527
41527
|
:rtype: :class:`~oci.response.Response`
|
41528
41528
|
|
41529
41529
|
:example:
|
41530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
41531
41531
|
"""
|
41532
41532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41533
41533
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -41637,7 +41637,7 @@ class DatabaseClient(object):
|
|
41637
41637
|
:rtype: :class:`~oci.response.Response`
|
41638
41638
|
|
41639
41639
|
:example:
|
41640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
41641
41641
|
"""
|
41642
41642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41643
41643
|
required_arguments = ['cloudVmClusterId']
|
@@ -41747,7 +41747,7 @@ class DatabaseClient(object):
|
|
41747
41747
|
:rtype: :class:`~oci.response.Response`
|
41748
41748
|
|
41749
41749
|
:example:
|
41750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
41751
41751
|
"""
|
41752
41752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41753
41753
|
required_arguments = ['cloudVmClusterId']
|
@@ -41860,7 +41860,7 @@ class DatabaseClient(object):
|
|
41860
41860
|
:rtype: :class:`~oci.response.Response`
|
41861
41861
|
|
41862
41862
|
:example:
|
41863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
41864
41864
|
"""
|
41865
41865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41866
41866
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -41974,7 +41974,7 @@ class DatabaseClient(object):
|
|
41974
41974
|
:rtype: :class:`~oci.response.Response`
|
41975
41975
|
|
41976
41976
|
:example:
|
41977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
41978
41978
|
"""
|
41979
41979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41980
41980
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -42090,7 +42090,7 @@ class DatabaseClient(object):
|
|
42090
42090
|
:rtype: :class:`~oci.response.Response`
|
42091
42091
|
|
42092
42092
|
:example:
|
42093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
42094
42094
|
"""
|
42095
42095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42096
42096
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -42198,7 +42198,7 @@ class DatabaseClient(object):
|
|
42198
42198
|
:rtype: :class:`~oci.response.Response`
|
42199
42199
|
|
42200
42200
|
:example:
|
42201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
42202
42202
|
"""
|
42203
42203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42204
42204
|
required_arguments = ['databaseId']
|
@@ -42303,7 +42303,7 @@ class DatabaseClient(object):
|
|
42303
42303
|
:rtype: :class:`~oci.response.Response`
|
42304
42304
|
|
42305
42305
|
:example:
|
42306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
42307
42307
|
"""
|
42308
42308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42309
42309
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -42408,7 +42408,7 @@ class DatabaseClient(object):
|
|
42408
42408
|
:rtype: :class:`~oci.response.Response`
|
42409
42409
|
|
42410
42410
|
:example:
|
42411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
42412
42412
|
"""
|
42413
42413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42414
42414
|
required_arguments = ['dbHomeId']
|
@@ -42516,7 +42516,7 @@ class DatabaseClient(object):
|
|
42516
42516
|
:rtype: :class:`~oci.response.Response`
|
42517
42517
|
|
42518
42518
|
:example:
|
42519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
42520
42520
|
"""
|
42521
42521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42522
42522
|
required_arguments = ['dbNodeId']
|
@@ -42630,7 +42630,7 @@ class DatabaseClient(object):
|
|
42630
42630
|
:rtype: :class:`~oci.response.Response`
|
42631
42631
|
|
42632
42632
|
:example:
|
42633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
42634
42634
|
"""
|
42635
42635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42636
42636
|
required_arguments = ['dbSystemId']
|
@@ -42739,7 +42739,7 @@ class DatabaseClient(object):
|
|
42739
42739
|
:rtype: :class:`~oci.response.Response`
|
42740
42740
|
|
42741
42741
|
:example:
|
42742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
42743
42743
|
"""
|
42744
42744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42745
42745
|
required_arguments = ['exadataInfrastructureId']
|
@@ -42859,7 +42859,7 @@ class DatabaseClient(object):
|
|
42859
42859
|
:rtype: :class:`~oci.response.Response`
|
42860
42860
|
|
42861
42861
|
:example:
|
42862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
42863
42863
|
"""
|
42864
42864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42865
42865
|
required_arguments = ['dbSystemId']
|
@@ -42969,7 +42969,7 @@ class DatabaseClient(object):
|
|
42969
42969
|
:rtype: :class:`~oci.response.Response`
|
42970
42970
|
|
42971
42971
|
:example:
|
42972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
42973
42973
|
"""
|
42974
42974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42975
42975
|
required_arguments = ['exadbVmClusterId']
|
@@ -43079,7 +43079,7 @@ class DatabaseClient(object):
|
|
43079
43079
|
:rtype: :class:`~oci.response.Response`
|
43080
43080
|
|
43081
43081
|
:example:
|
43082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
43083
43083
|
"""
|
43084
43084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43085
43085
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -43189,7 +43189,7 @@ class DatabaseClient(object):
|
|
43189
43189
|
:rtype: :class:`~oci.response.Response`
|
43190
43190
|
|
43191
43191
|
:example:
|
43192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
|
43193
43193
|
"""
|
43194
43194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43195
43195
|
required_arguments = ['executionActionId']
|
@@ -43299,7 +43299,7 @@ class DatabaseClient(object):
|
|
43299
43299
|
:rtype: :class:`~oci.response.Response`
|
43300
43300
|
|
43301
43301
|
:example:
|
43302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
|
43303
43303
|
"""
|
43304
43304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43305
43305
|
required_arguments = ['executionWindowId']
|
@@ -43412,7 +43412,7 @@ class DatabaseClient(object):
|
|
43412
43412
|
:rtype: :class:`~oci.response.Response`
|
43413
43413
|
|
43414
43414
|
:example:
|
43415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
43416
43416
|
"""
|
43417
43417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43418
43418
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -43523,7 +43523,7 @@ class DatabaseClient(object):
|
|
43523
43523
|
:rtype: :class:`~oci.response.Response`
|
43524
43524
|
|
43525
43525
|
:example:
|
43526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
43527
43527
|
"""
|
43528
43528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43529
43529
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -43633,7 +43633,7 @@ class DatabaseClient(object):
|
|
43633
43633
|
:rtype: :class:`~oci.response.Response`
|
43634
43634
|
|
43635
43635
|
:example:
|
43636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
43637
43637
|
"""
|
43638
43638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43639
43639
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -43745,7 +43745,7 @@ class DatabaseClient(object):
|
|
43745
43745
|
:rtype: :class:`~oci.response.Response`
|
43746
43746
|
|
43747
43747
|
:example:
|
43748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
43749
43749
|
"""
|
43750
43750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43751
43751
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -43855,7 +43855,7 @@ class DatabaseClient(object):
|
|
43855
43855
|
:rtype: :class:`~oci.response.Response`
|
43856
43856
|
|
43857
43857
|
:example:
|
43858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
43859
43859
|
"""
|
43860
43860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43861
43861
|
required_arguments = ['keyStoreId']
|
@@ -43960,7 +43960,7 @@ class DatabaseClient(object):
|
|
43960
43960
|
:rtype: :class:`~oci.response.Response`
|
43961
43961
|
|
43962
43962
|
:example:
|
43963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
43964
43964
|
"""
|
43965
43965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43966
43966
|
required_arguments = ['maintenanceRunId']
|
@@ -44068,7 +44068,7 @@ class DatabaseClient(object):
|
|
44068
44068
|
:rtype: :class:`~oci.response.Response`
|
44069
44069
|
|
44070
44070
|
:example:
|
44071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
44072
44072
|
"""
|
44073
44073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44074
44074
|
required_arguments = ['oneoffPatchId']
|
@@ -44175,7 +44175,7 @@ class DatabaseClient(object):
|
|
44175
44175
|
:rtype: :class:`~oci.response.Response`
|
44176
44176
|
|
44177
44177
|
:example:
|
44178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
44179
44179
|
"""
|
44180
44180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44181
44181
|
required_arguments = ['pluggableDatabaseId']
|
@@ -44283,7 +44283,7 @@ class DatabaseClient(object):
|
|
44283
44283
|
:rtype: :class:`~oci.response.Response`
|
44284
44284
|
|
44285
44285
|
:example:
|
44286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
|
44287
44287
|
"""
|
44288
44288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44289
44289
|
required_arguments = ['scheduledActionId']
|
@@ -44393,7 +44393,7 @@ class DatabaseClient(object):
|
|
44393
44393
|
:rtype: :class:`~oci.response.Response`
|
44394
44394
|
|
44395
44395
|
:example:
|
44396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
|
44397
44397
|
"""
|
44398
44398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44399
44399
|
required_arguments = ['schedulingPolicyId']
|
@@ -44508,7 +44508,7 @@ class DatabaseClient(object):
|
|
44508
44508
|
:rtype: :class:`~oci.response.Response`
|
44509
44509
|
|
44510
44510
|
:example:
|
44511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
|
44512
44512
|
"""
|
44513
44513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44514
44514
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -44619,7 +44619,7 @@ class DatabaseClient(object):
|
|
44619
44619
|
:rtype: :class:`~oci.response.Response`
|
44620
44620
|
|
44621
44621
|
:example:
|
44622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
44623
44623
|
"""
|
44624
44624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44625
44625
|
required_arguments = ['vmClusterId']
|
@@ -44735,7 +44735,7 @@ class DatabaseClient(object):
|
|
44735
44735
|
:rtype: :class:`~oci.response.Response`
|
44736
44736
|
|
44737
44737
|
:example:
|
44738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
44739
44739
|
"""
|
44740
44740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44741
44741
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -44846,7 +44846,7 @@ class DatabaseClient(object):
|
|
44846
44846
|
:rtype: :class:`~oci.response.Response`
|
44847
44847
|
|
44848
44848
|
:example:
|
44849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
44850
44850
|
"""
|
44851
44851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44852
44852
|
required_arguments = ['databaseId']
|
@@ -44963,7 +44963,7 @@ class DatabaseClient(object):
|
|
44963
44963
|
:rtype: :class:`~oci.response.Response`
|
44964
44964
|
|
44965
44965
|
:example:
|
44966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
44967
44967
|
"""
|
44968
44968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44969
44969
|
required_arguments = ['dbSystemId']
|
@@ -45080,7 +45080,7 @@ class DatabaseClient(object):
|
|
45080
45080
|
:rtype: :class:`~oci.response.Response`
|
45081
45081
|
|
45082
45082
|
:example:
|
45083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
45084
45084
|
"""
|
45085
45085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45086
45086
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|