oci 2.101.0__py3-none-any.whl → 2.102.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 +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- 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 +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +89 -89
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +241 -241
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +303 -303
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +51 -51
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +35 -35
- 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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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 +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +32 -32
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- 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 +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +151 -151
- 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/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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +10 -10
- oci/rover/shape_client.py +1 -1
- 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 +22 -22
- 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 +9 -9
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/RECORD +217 -216
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -150,7 +150,7 @@ class DatabaseClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['exadataInfrastructureId']
|
@@ -265,7 +265,7 @@ class DatabaseClient(object):
|
|
265
265
|
:rtype: :class:`~oci.response.Response`
|
266
266
|
|
267
267
|
:example:
|
268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
269
269
|
"""
|
270
270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
271
271
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -380,7 +380,7 @@ class DatabaseClient(object):
|
|
380
380
|
:rtype: :class:`~oci.response.Response`
|
381
381
|
|
382
382
|
:example:
|
383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
384
384
|
"""
|
385
385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
386
386
|
required_arguments = ['exadataInfrastructureId']
|
@@ -498,7 +498,7 @@ class DatabaseClient(object):
|
|
498
498
|
:rtype: :class:`~oci.response.Response`
|
499
499
|
|
500
500
|
:example:
|
501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
502
502
|
"""
|
503
503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
504
504
|
required_arguments = ['cloudVmClusterId']
|
@@ -618,7 +618,7 @@ class DatabaseClient(object):
|
|
618
618
|
:rtype: :class:`~oci.response.Response`
|
619
619
|
|
620
620
|
:example:
|
621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
622
622
|
"""
|
623
623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
624
624
|
required_arguments = ['vmClusterId']
|
@@ -738,7 +738,7 @@ class DatabaseClient(object):
|
|
738
738
|
:rtype: :class:`~oci.response.Response`
|
739
739
|
|
740
740
|
:example:
|
741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
742
742
|
"""
|
743
743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
744
744
|
required_arguments = ['autonomousDatabaseId']
|
@@ -855,7 +855,7 @@ class DatabaseClient(object):
|
|
855
855
|
:rtype: :class:`~oci.response.Response`
|
856
856
|
|
857
857
|
:example:
|
858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
859
859
|
"""
|
860
860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
861
861
|
required_arguments = ['backupId']
|
@@ -975,7 +975,7 @@ class DatabaseClient(object):
|
|
975
975
|
:rtype: :class:`~oci.response.Response`
|
976
976
|
|
977
977
|
:example:
|
978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
979
979
|
"""
|
980
980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
981
981
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1097,7 +1097,7 @@ class DatabaseClient(object):
|
|
1097
1097
|
:rtype: :class:`~oci.response.Response`
|
1098
1098
|
|
1099
1099
|
:example:
|
1100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1101
1101
|
"""
|
1102
1102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1103
1103
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1219,7 +1219,7 @@ class DatabaseClient(object):
|
|
1219
1219
|
:rtype: :class:`~oci.response.Response`
|
1220
1220
|
|
1221
1221
|
:example:
|
1222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1223
1223
|
"""
|
1224
1224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1225
1225
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -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.102.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_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 = ['autonomousVmClusterId']
|
@@ -1459,7 +1459,7 @@ class DatabaseClient(object):
|
|
1459
1459
|
:rtype: :class:`~oci.response.Response`
|
1460
1460
|
|
1461
1461
|
:example:
|
1462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1463
1463
|
"""
|
1464
1464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1465
1465
|
required_arguments = ['backupDestinationId']
|
@@ -1577,7 +1577,7 @@ class DatabaseClient(object):
|
|
1577
1577
|
:rtype: :class:`~oci.response.Response`
|
1578
1578
|
|
1579
1579
|
:example:
|
1580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
1581
1581
|
"""
|
1582
1582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1583
1583
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1697,7 +1697,7 @@ class DatabaseClient(object):
|
|
1697
1697
|
:rtype: :class:`~oci.response.Response`
|
1698
1698
|
|
1699
1699
|
:example:
|
1700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1701
1701
|
"""
|
1702
1702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1703
1703
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1815,7 +1815,7 @@ class DatabaseClient(object):
|
|
1815
1815
|
:rtype: :class:`~oci.response.Response`
|
1816
1816
|
|
1817
1817
|
:example:
|
1818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1819
1819
|
"""
|
1820
1820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1821
1821
|
required_arguments = ['cloudVmClusterId']
|
@@ -1937,7 +1937,7 @@ class DatabaseClient(object):
|
|
1937
1937
|
:rtype: :class:`~oci.response.Response`
|
1938
1938
|
|
1939
1939
|
:example:
|
1940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
1941
1941
|
"""
|
1942
1942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1943
1943
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2060,7 +2060,7 @@ class DatabaseClient(object):
|
|
2060
2060
|
:rtype: :class:`~oci.response.Response`
|
2061
2061
|
|
2062
2062
|
:example:
|
2063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2064
2064
|
"""
|
2065
2065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2066
2066
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2191,7 +2191,7 @@ class DatabaseClient(object):
|
|
2191
2191
|
:rtype: :class:`~oci.response.Response`
|
2192
2192
|
|
2193
2193
|
:example:
|
2194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2195
2195
|
"""
|
2196
2196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2197
2197
|
required_arguments = ['dbSystemId']
|
@@ -2302,7 +2302,7 @@ class DatabaseClient(object):
|
|
2302
2302
|
:rtype: :class:`~oci.response.Response`
|
2303
2303
|
|
2304
2304
|
:example:
|
2305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2306
2306
|
"""
|
2307
2307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2308
2308
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2420,7 +2420,7 @@ class DatabaseClient(object):
|
|
2420
2420
|
:rtype: :class:`~oci.response.Response`
|
2421
2421
|
|
2422
2422
|
:example:
|
2423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2424
2424
|
"""
|
2425
2425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2426
2426
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2543,7 +2543,7 @@ class DatabaseClient(object):
|
|
2543
2543
|
:rtype: :class:`~oci.response.Response`
|
2544
2544
|
|
2545
2545
|
:example:
|
2546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2547
2547
|
"""
|
2548
2548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2549
2549
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2665,7 +2665,7 @@ class DatabaseClient(object):
|
|
2665
2665
|
:rtype: :class:`~oci.response.Response`
|
2666
2666
|
|
2667
2667
|
:example:
|
2668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
2669
2669
|
"""
|
2670
2670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2671
2671
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
|
|
2790
2790
|
:rtype: :class:`~oci.response.Response`
|
2791
2791
|
|
2792
2792
|
:example:
|
2793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
2794
2794
|
"""
|
2795
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2796
2796
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -2912,7 +2912,7 @@ class DatabaseClient(object):
|
|
2912
2912
|
:rtype: :class:`~oci.response.Response`
|
2913
2913
|
|
2914
2914
|
:example:
|
2915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
2916
2916
|
"""
|
2917
2917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2918
2918
|
required_arguments = ['keyStoreId']
|
@@ -3030,7 +3030,7 @@ class DatabaseClient(object):
|
|
3030
3030
|
:rtype: :class:`~oci.response.Response`
|
3031
3031
|
|
3032
3032
|
:example:
|
3033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3034
3034
|
"""
|
3035
3035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3036
3036
|
required_arguments = ['oneoffPatchId']
|
@@ -3149,7 +3149,7 @@ class DatabaseClient(object):
|
|
3149
3149
|
:rtype: :class:`~oci.response.Response`
|
3150
3150
|
|
3151
3151
|
:example:
|
3152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3153
3153
|
"""
|
3154
3154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3155
3155
|
required_arguments = ['vmClusterId']
|
@@ -3266,7 +3266,7 @@ class DatabaseClient(object):
|
|
3266
3266
|
:rtype: :class:`~oci.response.Response`
|
3267
3267
|
|
3268
3268
|
:example:
|
3269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
3270
3270
|
"""
|
3271
3271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3272
3272
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3383,7 +3383,7 @@ class DatabaseClient(object):
|
|
3383
3383
|
:rtype: :class:`~oci.response.Response`
|
3384
3384
|
|
3385
3385
|
:example:
|
3386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3387
3387
|
"""
|
3388
3388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3389
3389
|
required_arguments = ['backupId']
|
@@ -3505,7 +3505,7 @@ class DatabaseClient(object):
|
|
3505
3505
|
:rtype: :class:`~oci.response.Response`
|
3506
3506
|
|
3507
3507
|
:example:
|
3508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3509
3509
|
"""
|
3510
3510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3511
3511
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3616,7 +3616,7 @@ class DatabaseClient(object):
|
|
3616
3616
|
:rtype: :class:`~oci.response.Response`
|
3617
3617
|
|
3618
3618
|
:example:
|
3619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3620
3620
|
"""
|
3621
3621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3622
3622
|
required_arguments = ['databaseId']
|
@@ -3723,7 +3723,7 @@ class DatabaseClient(object):
|
|
3723
3723
|
:rtype: :class:`~oci.response.Response`
|
3724
3724
|
|
3725
3725
|
:example:
|
3726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
3727
3727
|
"""
|
3728
3728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3729
3729
|
required_arguments = []
|
@@ -3816,7 +3816,7 @@ class DatabaseClient(object):
|
|
3816
3816
|
:rtype: :class:`~oci.response.Response`
|
3817
3817
|
|
3818
3818
|
:example:
|
3819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
3820
3820
|
"""
|
3821
3821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3822
3822
|
required_arguments = []
|
@@ -3910,7 +3910,7 @@ class DatabaseClient(object):
|
|
3910
3910
|
:rtype: :class:`~oci.response.Response`
|
3911
3911
|
|
3912
3912
|
:example:
|
3913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
3914
3914
|
"""
|
3915
3915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3916
3916
|
required_arguments = []
|
@@ -4006,7 +4006,7 @@ class DatabaseClient(object):
|
|
4006
4006
|
:rtype: :class:`~oci.response.Response`
|
4007
4007
|
|
4008
4008
|
:example:
|
4009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4010
4010
|
"""
|
4011
4011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4012
4012
|
required_arguments = []
|
@@ -4102,7 +4102,7 @@ class DatabaseClient(object):
|
|
4102
4102
|
:rtype: :class:`~oci.response.Response`
|
4103
4103
|
|
4104
4104
|
:example:
|
4105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4106
4106
|
"""
|
4107
4107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4108
4108
|
required_arguments = []
|
@@ -4195,7 +4195,7 @@ class DatabaseClient(object):
|
|
4195
4195
|
:rtype: :class:`~oci.response.Response`
|
4196
4196
|
|
4197
4197
|
:example:
|
4198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4199
4199
|
"""
|
4200
4200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4201
4201
|
required_arguments = []
|
@@ -4289,7 +4289,7 @@ class DatabaseClient(object):
|
|
4289
4289
|
:rtype: :class:`~oci.response.Response`
|
4290
4290
|
|
4291
4291
|
:example:
|
4292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4293
4293
|
"""
|
4294
4294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4295
4295
|
required_arguments = []
|
@@ -4385,7 +4385,7 @@ class DatabaseClient(object):
|
|
4385
4385
|
:rtype: :class:`~oci.response.Response`
|
4386
4386
|
|
4387
4387
|
:example:
|
4388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
4389
4389
|
"""
|
4390
4390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4391
4391
|
required_arguments = []
|
@@ -4485,7 +4485,7 @@ class DatabaseClient(object):
|
|
4485
4485
|
:rtype: :class:`~oci.response.Response`
|
4486
4486
|
|
4487
4487
|
:example:
|
4488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
4489
4489
|
"""
|
4490
4490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4491
4491
|
required_arguments = []
|
@@ -4583,7 +4583,7 @@ class DatabaseClient(object):
|
|
4583
4583
|
:rtype: :class:`~oci.response.Response`
|
4584
4584
|
|
4585
4585
|
:example:
|
4586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
4587
4587
|
"""
|
4588
4588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4589
4589
|
required_arguments = []
|
@@ -4683,7 +4683,7 @@ class DatabaseClient(object):
|
|
4683
4683
|
:rtype: :class:`~oci.response.Response`
|
4684
4684
|
|
4685
4685
|
:example:
|
4686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
4687
4687
|
"""
|
4688
4688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4689
4689
|
required_arguments = ['dbNodeId']
|
@@ -4801,7 +4801,7 @@ class DatabaseClient(object):
|
|
4801
4801
|
:rtype: :class:`~oci.response.Response`
|
4802
4802
|
|
4803
4803
|
:example:
|
4804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
4805
4805
|
"""
|
4806
4806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4807
4807
|
required_arguments = ['databaseId']
|
@@ -4907,7 +4907,7 @@ class DatabaseClient(object):
|
|
4907
4907
|
:rtype: :class:`~oci.response.Response`
|
4908
4908
|
|
4909
4909
|
:example:
|
4910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
4911
4911
|
"""
|
4912
4912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4913
4913
|
required_arguments = []
|
@@ -5000,7 +5000,7 @@ class DatabaseClient(object):
|
|
5000
5000
|
:rtype: :class:`~oci.response.Response`
|
5001
5001
|
|
5002
5002
|
:example:
|
5003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5004
5004
|
"""
|
5005
5005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5006
5006
|
required_arguments = []
|
@@ -5091,7 +5091,7 @@ class DatabaseClient(object):
|
|
5091
5091
|
:rtype: :class:`~oci.response.Response`
|
5092
5092
|
|
5093
5093
|
:example:
|
5094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5095
5095
|
"""
|
5096
5096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5097
5097
|
required_arguments = []
|
@@ -5186,7 +5186,7 @@ class DatabaseClient(object):
|
|
5186
5186
|
:rtype: :class:`~oci.response.Response`
|
5187
5187
|
|
5188
5188
|
:example:
|
5189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5190
5190
|
"""
|
5191
5191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5192
5192
|
required_arguments = []
|
@@ -5283,7 +5283,7 @@ class DatabaseClient(object):
|
|
5283
5283
|
:rtype: :class:`~oci.response.Response`
|
5284
5284
|
|
5285
5285
|
:example:
|
5286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
5287
5287
|
"""
|
5288
5288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5289
5289
|
required_arguments = []
|
@@ -5377,7 +5377,7 @@ class DatabaseClient(object):
|
|
5377
5377
|
:rtype: :class:`~oci.response.Response`
|
5378
5378
|
|
5379
5379
|
:example:
|
5380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
5381
5381
|
"""
|
5382
5382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5383
5383
|
required_arguments = []
|
@@ -5473,7 +5473,7 @@ class DatabaseClient(object):
|
|
5473
5473
|
:rtype: :class:`~oci.response.Response`
|
5474
5474
|
|
5475
5475
|
:example:
|
5476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
5477
5477
|
"""
|
5478
5478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5479
5479
|
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.102.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
5573
5573
|
"""
|
5574
5574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5575
5575
|
required_arguments = []
|
@@ -5666,7 +5666,7 @@ class DatabaseClient(object):
|
|
5666
5666
|
:rtype: :class:`~oci.response.Response`
|
5667
5667
|
|
5668
5668
|
:example:
|
5669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
5670
5670
|
"""
|
5671
5671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5672
5672
|
required_arguments = []
|
@@ -5762,7 +5762,7 @@ class DatabaseClient(object):
|
|
5762
5762
|
:rtype: :class:`~oci.response.Response`
|
5763
5763
|
|
5764
5764
|
:example:
|
5765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
5766
5766
|
"""
|
5767
5767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5768
5768
|
required_arguments = []
|
@@ -5858,7 +5858,7 @@ class DatabaseClient(object):
|
|
5858
5858
|
:rtype: :class:`~oci.response.Response`
|
5859
5859
|
|
5860
5860
|
:example:
|
5861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
5862
5862
|
"""
|
5863
5863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5864
5864
|
required_arguments = []
|
@@ -5955,7 +5955,7 @@ class DatabaseClient(object):
|
|
5955
5955
|
:rtype: :class:`~oci.response.Response`
|
5956
5956
|
|
5957
5957
|
:example:
|
5958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
5959
5959
|
"""
|
5960
5960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5961
5961
|
required_arguments = []
|
@@ -6052,7 +6052,7 @@ class DatabaseClient(object):
|
|
6052
6052
|
:rtype: :class:`~oci.response.Response`
|
6053
6053
|
|
6054
6054
|
:example:
|
6055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6056
6056
|
"""
|
6057
6057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6058
6058
|
required_arguments = []
|
@@ -6154,7 +6154,7 @@ class DatabaseClient(object):
|
|
6154
6154
|
:rtype: :class:`~oci.response.Response`
|
6155
6155
|
|
6156
6156
|
:example:
|
6157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
6158
6158
|
"""
|
6159
6159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6160
6160
|
required_arguments = ['exadataInfrastructureId']
|
@@ -6283,7 +6283,7 @@ class DatabaseClient(object):
|
|
6283
6283
|
:rtype: :class:`~oci.response.Response`
|
6284
6284
|
|
6285
6285
|
:example:
|
6286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
6287
6287
|
"""
|
6288
6288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6289
6289
|
required_arguments = ['dbNodeId', 'action']
|
@@ -6396,7 +6396,7 @@ class DatabaseClient(object):
|
|
6396
6396
|
:rtype: :class:`~oci.response.Response`
|
6397
6397
|
|
6398
6398
|
:example:
|
6399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
6400
6400
|
"""
|
6401
6401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6402
6402
|
required_arguments = ['applicationVipId']
|
@@ -6499,7 +6499,7 @@ class DatabaseClient(object):
|
|
6499
6499
|
:rtype: :class:`~oci.response.Response`
|
6500
6500
|
|
6501
6501
|
:example:
|
6502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
6503
6503
|
"""
|
6504
6504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6505
6505
|
required_arguments = ['autonomousDatabaseId']
|
@@ -6602,7 +6602,7 @@ class DatabaseClient(object):
|
|
6602
6602
|
:rtype: :class:`~oci.response.Response`
|
6603
6603
|
|
6604
6604
|
:example:
|
6605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
6606
6606
|
"""
|
6607
6607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6608
6608
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -6705,7 +6705,7 @@ class DatabaseClient(object):
|
|
6705
6705
|
:rtype: :class:`~oci.response.Response`
|
6706
6706
|
|
6707
6707
|
:example:
|
6708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
6709
6709
|
"""
|
6710
6710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6711
6711
|
required_arguments = ['autonomousVmClusterId']
|
@@ -6805,7 +6805,7 @@ class DatabaseClient(object):
|
|
6805
6805
|
:rtype: :class:`~oci.response.Response`
|
6806
6806
|
|
6807
6807
|
:example:
|
6808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
6809
6809
|
"""
|
6810
6810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6811
6811
|
required_arguments = ['backupId']
|
@@ -6906,7 +6906,7 @@ class DatabaseClient(object):
|
|
6906
6906
|
:rtype: :class:`~oci.response.Response`
|
6907
6907
|
|
6908
6908
|
:example:
|
6909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
6910
6910
|
"""
|
6911
6911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6912
6912
|
required_arguments = ['backupDestinationId']
|
@@ -7009,7 +7009,7 @@ class DatabaseClient(object):
|
|
7009
7009
|
:rtype: :class:`~oci.response.Response`
|
7010
7010
|
|
7011
7011
|
:example:
|
7012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
7013
7013
|
"""
|
7014
7014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7015
7015
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -7115,7 +7115,7 @@ class DatabaseClient(object):
|
|
7115
7115
|
:rtype: :class:`~oci.response.Response`
|
7116
7116
|
|
7117
7117
|
:example:
|
7118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
7119
7119
|
"""
|
7120
7120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7121
7121
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -7226,7 +7226,7 @@ class DatabaseClient(object):
|
|
7226
7226
|
:rtype: :class:`~oci.response.Response`
|
7227
7227
|
|
7228
7228
|
:example:
|
7229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
7230
7230
|
"""
|
7231
7231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7232
7232
|
required_arguments = ['cloudVmClusterId']
|
@@ -7329,7 +7329,7 @@ class DatabaseClient(object):
|
|
7329
7329
|
:rtype: :class:`~oci.response.Response`
|
7330
7330
|
|
7331
7331
|
:example:
|
7332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
7333
7333
|
"""
|
7334
7334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7335
7335
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -7440,7 +7440,7 @@ class DatabaseClient(object):
|
|
7440
7440
|
:rtype: :class:`~oci.response.Response`
|
7441
7441
|
|
7442
7442
|
:example:
|
7443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
7444
7444
|
"""
|
7445
7445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7446
7446
|
required_arguments = ['databaseId']
|
@@ -7548,7 +7548,7 @@ class DatabaseClient(object):
|
|
7548
7548
|
:rtype: :class:`~oci.response.Response`
|
7549
7549
|
|
7550
7550
|
:example:
|
7551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
7552
7552
|
"""
|
7553
7553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7554
7554
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -7655,7 +7655,7 @@ class DatabaseClient(object):
|
|
7655
7655
|
:rtype: :class:`~oci.response.Response`
|
7656
7656
|
|
7657
7657
|
:example:
|
7658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
7659
7659
|
"""
|
7660
7660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7661
7661
|
required_arguments = ['dbHomeId']
|
@@ -7764,7 +7764,7 @@ class DatabaseClient(object):
|
|
7764
7764
|
:rtype: :class:`~oci.response.Response`
|
7765
7765
|
|
7766
7766
|
:example:
|
7767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
7768
7768
|
"""
|
7769
7769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7770
7770
|
required_arguments = ['exadataInfrastructureId']
|
@@ -7869,7 +7869,7 @@ class DatabaseClient(object):
|
|
7869
7869
|
:rtype: :class:`~oci.response.Response`
|
7870
7870
|
|
7871
7871
|
:example:
|
7872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
7873
7873
|
"""
|
7874
7874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7875
7875
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -7975,7 +7975,7 @@ class DatabaseClient(object):
|
|
7975
7975
|
:rtype: :class:`~oci.response.Response`
|
7976
7976
|
|
7977
7977
|
:example:
|
7978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
7979
7979
|
"""
|
7980
7980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7981
7981
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -8078,7 +8078,7 @@ class DatabaseClient(object):
|
|
8078
8078
|
:rtype: :class:`~oci.response.Response`
|
8079
8079
|
|
8080
8080
|
:example:
|
8081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
8082
8082
|
"""
|
8083
8083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8084
8084
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -8182,7 +8182,7 @@ class DatabaseClient(object):
|
|
8182
8182
|
:rtype: :class:`~oci.response.Response`
|
8183
8183
|
|
8184
8184
|
:example:
|
8185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
8186
8186
|
"""
|
8187
8187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8188
8188
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -8285,7 +8285,7 @@ class DatabaseClient(object):
|
|
8285
8285
|
:rtype: :class:`~oci.response.Response`
|
8286
8286
|
|
8287
8287
|
:example:
|
8288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
8289
8289
|
"""
|
8290
8290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8291
8291
|
required_arguments = ['keyStoreId']
|
@@ -8388,7 +8388,7 @@ class DatabaseClient(object):
|
|
8388
8388
|
:rtype: :class:`~oci.response.Response`
|
8389
8389
|
|
8390
8390
|
:example:
|
8391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
8392
8392
|
"""
|
8393
8393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8394
8394
|
required_arguments = ['oneoffPatchId']
|
@@ -8491,7 +8491,7 @@ class DatabaseClient(object):
|
|
8491
8491
|
:rtype: :class:`~oci.response.Response`
|
8492
8492
|
|
8493
8493
|
:example:
|
8494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
8495
8495
|
"""
|
8496
8496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8497
8497
|
required_arguments = ['pluggableDatabaseId']
|
@@ -8594,7 +8594,7 @@ class DatabaseClient(object):
|
|
8594
8594
|
:rtype: :class:`~oci.response.Response`
|
8595
8595
|
|
8596
8596
|
:example:
|
8597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
8598
8598
|
"""
|
8599
8599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8600
8600
|
required_arguments = ['vmClusterId']
|
@@ -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.102.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
8707
8707
|
"""
|
8708
8708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8709
8709
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -8805,7 +8805,7 @@ class DatabaseClient(object):
|
|
8805
8805
|
:rtype: :class:`~oci.response.Response`
|
8806
8806
|
|
8807
8807
|
:example:
|
8808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
8809
8809
|
"""
|
8810
8810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8811
8811
|
required_arguments = ['autonomousDatabaseId']
|
@@ -8904,7 +8904,7 @@ class DatabaseClient(object):
|
|
8904
8904
|
:rtype: :class:`~oci.response.Response`
|
8905
8905
|
|
8906
8906
|
:example:
|
8907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
8908
8908
|
"""
|
8909
8909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8910
8910
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9000,7 +9000,7 @@ class DatabaseClient(object):
|
|
9000
9000
|
:rtype: :class:`~oci.response.Response`
|
9001
9001
|
|
9002
9002
|
:example:
|
9003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
9004
9004
|
"""
|
9005
9005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9006
9006
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9108,7 +9108,7 @@ class DatabaseClient(object):
|
|
9108
9108
|
:rtype: :class:`~oci.response.Response`
|
9109
9109
|
|
9110
9110
|
:example:
|
9111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
9112
9112
|
"""
|
9113
9113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9114
9114
|
required_arguments = ['databaseId']
|
@@ -9223,7 +9223,7 @@ class DatabaseClient(object):
|
|
9223
9223
|
:rtype: :class:`~oci.response.Response`
|
9224
9224
|
|
9225
9225
|
:example:
|
9226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
9227
9227
|
"""
|
9228
9228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9229
9229
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9336,7 +9336,7 @@ class DatabaseClient(object):
|
|
9336
9336
|
:rtype: :class:`~oci.response.Response`
|
9337
9337
|
|
9338
9338
|
:example:
|
9339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
9340
9340
|
"""
|
9341
9341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9342
9342
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9453,7 +9453,7 @@ class DatabaseClient(object):
|
|
9453
9453
|
:rtype: :class:`~oci.response.Response`
|
9454
9454
|
|
9455
9455
|
:example:
|
9456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
9457
9457
|
"""
|
9458
9458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9459
9459
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -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.102.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.
|
9570
9570
|
"""
|
9571
9571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9572
9572
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9679,7 +9679,7 @@ class DatabaseClient(object):
|
|
9679
9679
|
:rtype: :class:`~oci.response.Response`
|
9680
9680
|
|
9681
9681
|
:example:
|
9682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
9683
9683
|
"""
|
9684
9684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9685
9685
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9796,7 +9796,7 @@ class DatabaseClient(object):
|
|
9796
9796
|
:rtype: :class:`~oci.response.Response`
|
9797
9797
|
|
9798
9798
|
:example:
|
9799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
9800
9800
|
"""
|
9801
9801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9802
9802
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9909,7 +9909,7 @@ class DatabaseClient(object):
|
|
9909
9909
|
:rtype: :class:`~oci.response.Response`
|
9910
9910
|
|
9911
9911
|
:example:
|
9912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
9913
9913
|
"""
|
9914
9914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9915
9915
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10022,7 +10022,7 @@ class DatabaseClient(object):
|
|
10022
10022
|
:rtype: :class:`~oci.response.Response`
|
10023
10023
|
|
10024
10024
|
:example:
|
10025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
10026
10026
|
"""
|
10027
10027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10028
10028
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10135,7 +10135,7 @@ class DatabaseClient(object):
|
|
10135
10135
|
:rtype: :class:`~oci.response.Response`
|
10136
10136
|
|
10137
10137
|
:example:
|
10138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
10139
10139
|
"""
|
10140
10140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10141
10141
|
required_arguments = ['pluggableDatabaseId']
|
@@ -10245,7 +10245,7 @@ class DatabaseClient(object):
|
|
10245
10245
|
:rtype: :class:`~oci.response.Response`
|
10246
10246
|
|
10247
10247
|
:example:
|
10248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
10249
10249
|
"""
|
10250
10250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10251
10251
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10358,7 +10358,7 @@ class DatabaseClient(object):
|
|
10358
10358
|
:rtype: :class:`~oci.response.Response`
|
10359
10359
|
|
10360
10360
|
:example:
|
10361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
10362
10362
|
"""
|
10363
10363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10364
10364
|
required_arguments = ['oneoffPatchId']
|
@@ -10473,7 +10473,7 @@ class DatabaseClient(object):
|
|
10473
10473
|
:rtype: :class:`~oci.response.Response`
|
10474
10474
|
|
10475
10475
|
:example:
|
10476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
10477
10477
|
"""
|
10478
10478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10479
10479
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -10587,7 +10587,7 @@ class DatabaseClient(object):
|
|
10587
10587
|
:rtype: :class:`~oci.response.Response`
|
10588
10588
|
|
10589
10589
|
:example:
|
10590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
10591
10591
|
"""
|
10592
10592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10593
10593
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -10689,7 +10689,7 @@ class DatabaseClient(object):
|
|
10689
10689
|
:rtype: :class:`~oci.response.Response`
|
10690
10690
|
|
10691
10691
|
:example:
|
10692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
10693
10693
|
"""
|
10694
10694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10695
10695
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10785,7 +10785,7 @@ class DatabaseClient(object):
|
|
10785
10785
|
:rtype: :class:`~oci.response.Response`
|
10786
10786
|
|
10787
10787
|
:example:
|
10788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
10789
10789
|
"""
|
10790
10790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10791
10791
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10896,7 +10896,7 @@ class DatabaseClient(object):
|
|
10896
10896
|
:rtype: :class:`~oci.response.Response`
|
10897
10897
|
|
10898
10898
|
:example:
|
10899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
10900
10900
|
"""
|
10901
10901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10902
10902
|
required_arguments = ['databaseId']
|
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
|
|
11020
11020
|
:rtype: :class:`~oci.response.Response`
|
11021
11021
|
|
11022
11022
|
:example:
|
11023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11138,7 +11138,7 @@ class DatabaseClient(object):
|
|
11138
11138
|
:rtype: :class:`~oci.response.Response`
|
11139
11139
|
|
11140
11140
|
:example:
|
11141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11142
11142
|
"""
|
11143
11143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11144
11144
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11260,7 +11260,7 @@ class DatabaseClient(object):
|
|
11260
11260
|
:rtype: :class:`~oci.response.Response`
|
11261
11261
|
|
11262
11262
|
:example:
|
11263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11264
11264
|
"""
|
11265
11265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11266
11266
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11378,7 +11378,7 @@ class DatabaseClient(object):
|
|
11378
11378
|
:rtype: :class:`~oci.response.Response`
|
11379
11379
|
|
11380
11380
|
:example:
|
11381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11382
11382
|
"""
|
11383
11383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11384
11384
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11496,7 +11496,7 @@ class DatabaseClient(object):
|
|
11496
11496
|
:rtype: :class:`~oci.response.Response`
|
11497
11497
|
|
11498
11498
|
:example:
|
11499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11500
11500
|
"""
|
11501
11501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11502
11502
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11618,7 +11618,7 @@ class DatabaseClient(object):
|
|
11618
11618
|
:rtype: :class:`~oci.response.Response`
|
11619
11619
|
|
11620
11620
|
:example:
|
11621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11622
11622
|
"""
|
11623
11623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11624
11624
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11736,7 +11736,7 @@ class DatabaseClient(object):
|
|
11736
11736
|
:rtype: :class:`~oci.response.Response`
|
11737
11737
|
|
11738
11738
|
:example:
|
11739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11740
11740
|
"""
|
11741
11741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11742
11742
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11854,7 +11854,7 @@ class DatabaseClient(object):
|
|
11854
11854
|
:rtype: :class:`~oci.response.Response`
|
11855
11855
|
|
11856
11856
|
:example:
|
11857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
11858
11858
|
"""
|
11859
11859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11860
11860
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11972,7 +11972,7 @@ class DatabaseClient(object):
|
|
11972
11972
|
:rtype: :class:`~oci.response.Response`
|
11973
11973
|
|
11974
11974
|
:example:
|
11975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
11976
11976
|
"""
|
11977
11977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11978
11978
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12096,7 +12096,7 @@ class DatabaseClient(object):
|
|
12096
12096
|
:rtype: :class:`~oci.response.Response`
|
12097
12097
|
|
12098
12098
|
:example:
|
12099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
12100
12100
|
"""
|
12101
12101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12102
12102
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12216,7 +12216,7 @@ class DatabaseClient(object):
|
|
12216
12216
|
:rtype: :class:`~oci.response.Response`
|
12217
12217
|
|
12218
12218
|
:example:
|
12219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
12220
12220
|
"""
|
12221
12221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12222
12222
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -12329,7 +12329,7 @@ class DatabaseClient(object):
|
|
12329
12329
|
:rtype: :class:`~oci.response.Response`
|
12330
12330
|
|
12331
12331
|
:example:
|
12332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
12333
12333
|
"""
|
12334
12334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12335
12335
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -12440,7 +12440,7 @@ class DatabaseClient(object):
|
|
12440
12440
|
:rtype: :class:`~oci.response.Response`
|
12441
12441
|
|
12442
12442
|
:example:
|
12443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
12444
12444
|
"""
|
12445
12445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12446
12446
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12553,7 +12553,7 @@ class DatabaseClient(object):
|
|
12553
12553
|
:rtype: :class:`~oci.response.Response`
|
12554
12554
|
|
12555
12555
|
:example:
|
12556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
12557
12557
|
"""
|
12558
12558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12559
12559
|
required_arguments = ['exadataInfrastructureId']
|
@@ -12656,7 +12656,7 @@ class DatabaseClient(object):
|
|
12656
12656
|
:rtype: :class:`~oci.response.Response`
|
12657
12657
|
|
12658
12658
|
:example:
|
12659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
12660
12660
|
"""
|
12661
12661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12662
12662
|
required_arguments = ['applicationVipId']
|
@@ -12751,7 +12751,7 @@ class DatabaseClient(object):
|
|
12751
12751
|
:rtype: :class:`~oci.response.Response`
|
12752
12752
|
|
12753
12753
|
:example:
|
12754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
12755
12755
|
"""
|
12756
12756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12757
12757
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -12844,7 +12844,7 @@ class DatabaseClient(object):
|
|
12844
12844
|
:rtype: :class:`~oci.response.Response`
|
12845
12845
|
|
12846
12846
|
:example:
|
12847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
12848
12848
|
"""
|
12849
12849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12850
12850
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -12936,7 +12936,7 @@ class DatabaseClient(object):
|
|
12936
12936
|
:rtype: :class:`~oci.response.Response`
|
12937
12937
|
|
12938
12938
|
:example:
|
12939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
12940
12940
|
"""
|
12941
12941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12942
12942
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13034,7 +13034,7 @@ class DatabaseClient(object):
|
|
13034
13034
|
:rtype: :class:`~oci.response.Response`
|
13035
13035
|
|
13036
13036
|
:example:
|
13037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
13038
13038
|
"""
|
13039
13039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13040
13040
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -13137,7 +13137,7 @@ class DatabaseClient(object):
|
|
13137
13137
|
:rtype: :class:`~oci.response.Response`
|
13138
13138
|
|
13139
13139
|
:example:
|
13140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
13141
13141
|
"""
|
13142
13142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13143
13143
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -13231,7 +13231,7 @@ class DatabaseClient(object):
|
|
13231
13231
|
:rtype: :class:`~oci.response.Response`
|
13232
13232
|
|
13233
13233
|
:example:
|
13234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
13235
13235
|
"""
|
13236
13236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13237
13237
|
required_arguments = []
|
@@ -13317,7 +13317,7 @@ class DatabaseClient(object):
|
|
13317
13317
|
:rtype: :class:`~oci.response.Response`
|
13318
13318
|
|
13319
13319
|
:example:
|
13320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
13321
13321
|
"""
|
13322
13322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13323
13323
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13412,7 +13412,7 @@ class DatabaseClient(object):
|
|
13412
13412
|
:rtype: :class:`~oci.response.Response`
|
13413
13413
|
|
13414
13414
|
:example:
|
13415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
13416
13416
|
"""
|
13417
13417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13418
13418
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -13500,7 +13500,7 @@ class DatabaseClient(object):
|
|
13500
13500
|
:rtype: :class:`~oci.response.Response`
|
13501
13501
|
|
13502
13502
|
:example:
|
13503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
13504
13504
|
"""
|
13505
13505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13506
13506
|
required_arguments = ['autonomousPatchId']
|
@@ -13591,7 +13591,7 @@ class DatabaseClient(object):
|
|
13591
13591
|
:rtype: :class:`~oci.response.Response`
|
13592
13592
|
|
13593
13593
|
:example:
|
13594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
13595
13595
|
"""
|
13596
13596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13597
13597
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -13689,7 +13689,7 @@ class DatabaseClient(object):
|
|
13689
13689
|
:rtype: :class:`~oci.response.Response`
|
13690
13690
|
|
13691
13691
|
:example:
|
13692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
13693
13693
|
"""
|
13694
13694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13695
13695
|
required_arguments = ['autonomousVmClusterId']
|
@@ -13784,7 +13784,7 @@ class DatabaseClient(object):
|
|
13784
13784
|
:rtype: :class:`~oci.response.Response`
|
13785
13785
|
|
13786
13786
|
:example:
|
13787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
13788
13788
|
"""
|
13789
13789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13790
13790
|
required_arguments = ['backupId']
|
@@ -13875,7 +13875,7 @@ class DatabaseClient(object):
|
|
13875
13875
|
:rtype: :class:`~oci.response.Response`
|
13876
13876
|
|
13877
13877
|
:example:
|
13878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
13879
13879
|
"""
|
13880
13880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13881
13881
|
required_arguments = ['backupDestinationId']
|
@@ -13973,7 +13973,7 @@ class DatabaseClient(object):
|
|
13973
13973
|
:rtype: :class:`~oci.response.Response`
|
13974
13974
|
|
13975
13975
|
:example:
|
13976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
13977
13977
|
"""
|
13978
13978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13979
13979
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -14071,7 +14071,7 @@ class DatabaseClient(object):
|
|
14071
14071
|
:rtype: :class:`~oci.response.Response`
|
14072
14072
|
|
14073
14073
|
:example:
|
14074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
14075
14075
|
"""
|
14076
14076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14077
14077
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -14169,7 +14169,7 @@ class DatabaseClient(object):
|
|
14169
14169
|
:rtype: :class:`~oci.response.Response`
|
14170
14170
|
|
14171
14171
|
:example:
|
14172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
14173
14173
|
"""
|
14174
14174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14175
14175
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -14267,7 +14267,7 @@ class DatabaseClient(object):
|
|
14267
14267
|
:rtype: :class:`~oci.response.Response`
|
14268
14268
|
|
14269
14269
|
:example:
|
14270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
14271
14271
|
"""
|
14272
14272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14273
14273
|
required_arguments = ['cloudVmClusterId']
|
@@ -14366,7 +14366,7 @@ class DatabaseClient(object):
|
|
14366
14366
|
:rtype: :class:`~oci.response.Response`
|
14367
14367
|
|
14368
14368
|
:example:
|
14369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
14370
14370
|
"""
|
14371
14371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14372
14372
|
required_arguments = ['cloudVmClusterId']
|
@@ -14469,7 +14469,7 @@ class DatabaseClient(object):
|
|
14469
14469
|
:rtype: :class:`~oci.response.Response`
|
14470
14470
|
|
14471
14471
|
:example:
|
14472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
14473
14473
|
"""
|
14474
14474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14475
14475
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -14573,7 +14573,7 @@ class DatabaseClient(object):
|
|
14573
14573
|
:rtype: :class:`~oci.response.Response`
|
14574
14574
|
|
14575
14575
|
:example:
|
14576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
14577
14577
|
"""
|
14578
14578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14579
14579
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -14672,7 +14672,7 @@ class DatabaseClient(object):
|
|
14672
14672
|
:rtype: :class:`~oci.response.Response`
|
14673
14673
|
|
14674
14674
|
:example:
|
14675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
14676
14676
|
"""
|
14677
14677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14678
14678
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -14766,7 +14766,7 @@ class DatabaseClient(object):
|
|
14766
14766
|
:rtype: :class:`~oci.response.Response`
|
14767
14767
|
|
14768
14768
|
:example:
|
14769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
14770
14770
|
"""
|
14771
14771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14772
14772
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -14855,7 +14855,7 @@ class DatabaseClient(object):
|
|
14855
14855
|
:rtype: :class:`~oci.response.Response`
|
14856
14856
|
|
14857
14857
|
:example:
|
14858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
14859
14859
|
"""
|
14860
14860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14861
14861
|
required_arguments = ['databaseId']
|
@@ -14943,7 +14943,7 @@ class DatabaseClient(object):
|
|
14943
14943
|
:rtype: :class:`~oci.response.Response`
|
14944
14944
|
|
14945
14945
|
:example:
|
14946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
14947
14947
|
"""
|
14948
14948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14949
14949
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -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.102.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
15043
15043
|
"""
|
15044
15044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15045
15045
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -15135,7 +15135,7 @@ class DatabaseClient(object):
|
|
15135
15135
|
:rtype: :class:`~oci.response.Response`
|
15136
15136
|
|
15137
15137
|
:example:
|
15138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
15139
15139
|
"""
|
15140
15140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15141
15141
|
required_arguments = ['dbHomeId']
|
@@ -15228,7 +15228,7 @@ class DatabaseClient(object):
|
|
15228
15228
|
:rtype: :class:`~oci.response.Response`
|
15229
15229
|
|
15230
15230
|
:example:
|
15231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
15232
15232
|
"""
|
15233
15233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15234
15234
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -15322,7 +15322,7 @@ class DatabaseClient(object):
|
|
15322
15322
|
:rtype: :class:`~oci.response.Response`
|
15323
15323
|
|
15324
15324
|
:example:
|
15325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
15326
15326
|
"""
|
15327
15327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15328
15328
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -15411,7 +15411,7 @@ class DatabaseClient(object):
|
|
15411
15411
|
:rtype: :class:`~oci.response.Response`
|
15412
15412
|
|
15413
15413
|
:example:
|
15414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
15415
15415
|
"""
|
15416
15416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15417
15417
|
required_arguments = ['dbNodeId']
|
@@ -15507,7 +15507,7 @@ class DatabaseClient(object):
|
|
15507
15507
|
:rtype: :class:`~oci.response.Response`
|
15508
15508
|
|
15509
15509
|
:example:
|
15510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
15511
15511
|
"""
|
15512
15512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15513
15513
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -15616,7 +15616,7 @@ class DatabaseClient(object):
|
|
15616
15616
|
:rtype: :class:`~oci.response.Response`
|
15617
15617
|
|
15618
15618
|
:example:
|
15619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
15620
15620
|
"""
|
15621
15621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15622
15622
|
required_arguments = ['dbSystemId']
|
@@ -15709,7 +15709,7 @@ class DatabaseClient(object):
|
|
15709
15709
|
:rtype: :class:`~oci.response.Response`
|
15710
15710
|
|
15711
15711
|
:example:
|
15712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
15713
15713
|
"""
|
15714
15714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15715
15715
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -15803,7 +15803,7 @@ class DatabaseClient(object):
|
|
15803
15803
|
:rtype: :class:`~oci.response.Response`
|
15804
15804
|
|
15805
15805
|
:example:
|
15806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
15807
15807
|
"""
|
15808
15808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15809
15809
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -15900,7 +15900,7 @@ class DatabaseClient(object):
|
|
15900
15900
|
:rtype: :class:`~oci.response.Response`
|
15901
15901
|
|
15902
15902
|
:example:
|
15903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
15904
15904
|
"""
|
15905
15905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15906
15906
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -16005,7 +16005,7 @@ class DatabaseClient(object):
|
|
16005
16005
|
:rtype: :class:`~oci.response.Response`
|
16006
16006
|
|
16007
16007
|
:example:
|
16008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
16009
16009
|
"""
|
16010
16010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16011
16011
|
required_arguments = ['exadataInfrastructureId']
|
@@ -16119,7 +16119,7 @@ class DatabaseClient(object):
|
|
16119
16119
|
:rtype: :class:`~oci.response.Response`
|
16120
16120
|
|
16121
16121
|
:example:
|
16122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
16123
16123
|
"""
|
16124
16124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16125
16125
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -16228,7 +16228,7 @@ class DatabaseClient(object):
|
|
16228
16228
|
:rtype: :class:`~oci.response.Response`
|
16229
16229
|
|
16230
16230
|
:example:
|
16231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
16232
16232
|
"""
|
16233
16233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16234
16234
|
required_arguments = ['dbSystemId']
|
@@ -16327,7 +16327,7 @@ class DatabaseClient(object):
|
|
16327
16327
|
:rtype: :class:`~oci.response.Response`
|
16328
16328
|
|
16329
16329
|
:example:
|
16330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
16331
16331
|
"""
|
16332
16332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16333
16333
|
required_arguments = ['backupId']
|
@@ -16418,7 +16418,7 @@ class DatabaseClient(object):
|
|
16418
16418
|
:rtype: :class:`~oci.response.Response`
|
16419
16419
|
|
16420
16420
|
:example:
|
16421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
16422
16422
|
"""
|
16423
16423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16424
16424
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16517,7 +16517,7 @@ class DatabaseClient(object):
|
|
16517
16517
|
:rtype: :class:`~oci.response.Response`
|
16518
16518
|
|
16519
16519
|
:example:
|
16520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
16521
16521
|
"""
|
16522
16522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16523
16523
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -16615,7 +16615,7 @@ class DatabaseClient(object):
|
|
16615
16615
|
:rtype: :class:`~oci.response.Response`
|
16616
16616
|
|
16617
16617
|
:example:
|
16618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
16619
16619
|
"""
|
16620
16620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16621
16621
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16714,7 +16714,7 @@ class DatabaseClient(object):
|
|
16714
16714
|
:rtype: :class:`~oci.response.Response`
|
16715
16715
|
|
16716
16716
|
:example:
|
16717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
16718
16718
|
"""
|
16719
16719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16720
16720
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16821,7 +16821,7 @@ class DatabaseClient(object):
|
|
16821
16821
|
:rtype: :class:`~oci.response.Response`
|
16822
16822
|
|
16823
16823
|
:example:
|
16824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
16825
16825
|
"""
|
16826
16826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16827
16827
|
required_arguments = ['compartmentId']
|
@@ -16925,7 +16925,7 @@ class DatabaseClient(object):
|
|
16925
16925
|
:rtype: :class:`~oci.response.Response`
|
16926
16926
|
|
16927
16927
|
:example:
|
16928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
16929
16929
|
"""
|
16930
16930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16931
16931
|
required_arguments = ['keyStoreId']
|
@@ -17018,7 +17018,7 @@ class DatabaseClient(object):
|
|
17018
17018
|
:rtype: :class:`~oci.response.Response`
|
17019
17019
|
|
17020
17020
|
:example:
|
17021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
17022
17022
|
"""
|
17023
17023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17024
17024
|
required_arguments = ['maintenanceRunId']
|
@@ -17104,7 +17104,7 @@ class DatabaseClient(object):
|
|
17104
17104
|
:rtype: :class:`~oci.response.Response`
|
17105
17105
|
|
17106
17106
|
:example:
|
17107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
17108
17108
|
"""
|
17109
17109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17110
17110
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -17195,7 +17195,7 @@ class DatabaseClient(object):
|
|
17195
17195
|
:rtype: :class:`~oci.response.Response`
|
17196
17196
|
|
17197
17197
|
:example:
|
17198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
17199
17199
|
"""
|
17200
17200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17201
17201
|
required_arguments = ['oneoffPatchId']
|
@@ -17298,7 +17298,7 @@ class DatabaseClient(object):
|
|
17298
17298
|
:rtype: :class:`~oci.response.Response`
|
17299
17299
|
|
17300
17300
|
:example:
|
17301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
17302
17302
|
"""
|
17303
17303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17304
17304
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -17394,7 +17394,7 @@ class DatabaseClient(object):
|
|
17394
17394
|
:rtype: :class:`~oci.response.Response`
|
17395
17395
|
|
17396
17396
|
:example:
|
17397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
17398
17398
|
"""
|
17399
17399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17400
17400
|
required_arguments = ['pluggableDatabaseId']
|
@@ -17485,7 +17485,7 @@ class DatabaseClient(object):
|
|
17485
17485
|
:rtype: :class:`~oci.response.Response`
|
17486
17486
|
|
17487
17487
|
:example:
|
17488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
17489
17489
|
"""
|
17490
17490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17491
17491
|
required_arguments = ['vmClusterId']
|
@@ -17589,7 +17589,7 @@ class DatabaseClient(object):
|
|
17589
17589
|
:rtype: :class:`~oci.response.Response`
|
17590
17590
|
|
17591
17591
|
:example:
|
17592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
17593
17593
|
"""
|
17594
17594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17595
17595
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -17690,7 +17690,7 @@ class DatabaseClient(object):
|
|
17690
17690
|
:rtype: :class:`~oci.response.Response`
|
17691
17691
|
|
17692
17692
|
:example:
|
17693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
17694
17694
|
"""
|
17695
17695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17696
17696
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -17784,7 +17784,7 @@ class DatabaseClient(object):
|
|
17784
17784
|
:rtype: :class:`~oci.response.Response`
|
17785
17785
|
|
17786
17786
|
:example:
|
17787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
17788
17788
|
"""
|
17789
17789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17790
17790
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -17881,7 +17881,7 @@ class DatabaseClient(object):
|
|
17881
17881
|
:rtype: :class:`~oci.response.Response`
|
17882
17882
|
|
17883
17883
|
:example:
|
17884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
17885
17885
|
"""
|
17886
17886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17887
17887
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -17985,7 +17985,7 @@ class DatabaseClient(object):
|
|
17985
17985
|
:rtype: :class:`~oci.response.Response`
|
17986
17986
|
|
17987
17987
|
:example:
|
17988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
17989
17989
|
"""
|
17990
17990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17991
17991
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -18086,7 +18086,7 @@ class DatabaseClient(object):
|
|
18086
18086
|
:rtype: :class:`~oci.response.Response`
|
18087
18087
|
|
18088
18088
|
:example:
|
18089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
18090
18090
|
"""
|
18091
18091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18092
18092
|
required_arguments = []
|
@@ -18198,7 +18198,7 @@ class DatabaseClient(object):
|
|
18198
18198
|
:rtype: :class:`~oci.response.Response`
|
18199
18199
|
|
18200
18200
|
:example:
|
18201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
18202
18202
|
"""
|
18203
18203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18204
18204
|
required_arguments = []
|
@@ -18316,7 +18316,7 @@ class DatabaseClient(object):
|
|
18316
18316
|
:rtype: :class:`~oci.response.Response`
|
18317
18317
|
|
18318
18318
|
:example:
|
18319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
18320
18320
|
"""
|
18321
18321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18322
18322
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -18444,7 +18444,7 @@ class DatabaseClient(object):
|
|
18444
18444
|
:rtype: :class:`~oci.response.Response`
|
18445
18445
|
|
18446
18446
|
:example:
|
18447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
18448
18448
|
"""
|
18449
18449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18450
18450
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18565,7 +18565,7 @@ class DatabaseClient(object):
|
|
18565
18565
|
:rtype: :class:`~oci.response.Response`
|
18566
18566
|
|
18567
18567
|
:example:
|
18568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
18569
18569
|
"""
|
18570
18570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18571
18571
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -18727,7 +18727,7 @@ class DatabaseClient(object):
|
|
18727
18727
|
:rtype: :class:`~oci.response.Response`
|
18728
18728
|
|
18729
18729
|
:example:
|
18730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
18731
18731
|
"""
|
18732
18732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18733
18733
|
required_arguments = ['compartmentId']
|
@@ -18903,7 +18903,7 @@ class DatabaseClient(object):
|
|
18903
18903
|
:rtype: :class:`~oci.response.Response`
|
18904
18904
|
|
18905
18905
|
:example:
|
18906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
18907
18907
|
"""
|
18908
18908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18909
18909
|
required_arguments = []
|
@@ -19037,7 +19037,7 @@ class DatabaseClient(object):
|
|
19037
19037
|
:rtype: :class:`~oci.response.Response`
|
19038
19038
|
|
19039
19039
|
:example:
|
19040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
19041
19041
|
"""
|
19042
19042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19043
19043
|
required_arguments = []
|
@@ -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.102.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
19180
19180
|
"""
|
19181
19181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19182
19182
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -19326,7 +19326,7 @@ class DatabaseClient(object):
|
|
19326
19326
|
:rtype: :class:`~oci.response.Response`
|
19327
19327
|
|
19328
19328
|
:example:
|
19329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
19330
19330
|
"""
|
19331
19331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19332
19332
|
required_arguments = ['autonomousDatabaseId']
|
@@ -19437,7 +19437,7 @@ class DatabaseClient(object):
|
|
19437
19437
|
:rtype: :class:`~oci.response.Response`
|
19438
19438
|
|
19439
19439
|
:example:
|
19440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
19441
19441
|
"""
|
19442
19442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19443
19443
|
required_arguments = ['autonomousDatabaseId']
|
@@ -19600,7 +19600,7 @@ class DatabaseClient(object):
|
|
19600
19600
|
:rtype: :class:`~oci.response.Response`
|
19601
19601
|
|
19602
19602
|
:example:
|
19603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
19604
19604
|
"""
|
19605
19605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19606
19606
|
required_arguments = ['compartmentId']
|
@@ -19775,7 +19775,7 @@ class DatabaseClient(object):
|
|
19775
19775
|
:rtype: :class:`~oci.response.Response`
|
19776
19776
|
|
19777
19777
|
:example:
|
19778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
19779
19779
|
"""
|
19780
19780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19781
19781
|
required_arguments = ['compartmentId']
|
@@ -19906,7 +19906,7 @@ class DatabaseClient(object):
|
|
19906
19906
|
:rtype: :class:`~oci.response.Response`
|
19907
19907
|
|
19908
19908
|
:example:
|
19909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
19910
19910
|
"""
|
19911
19911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19912
19912
|
required_arguments = ['compartmentId']
|
@@ -20030,7 +20030,7 @@ class DatabaseClient(object):
|
|
20030
20030
|
:rtype: :class:`~oci.response.Response`
|
20031
20031
|
|
20032
20032
|
:example:
|
20033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
20034
20034
|
"""
|
20035
20035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20036
20036
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -20154,7 +20154,7 @@ class DatabaseClient(object):
|
|
20154
20154
|
:rtype: :class:`~oci.response.Response`
|
20155
20155
|
|
20156
20156
|
:example:
|
20157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
20158
20158
|
"""
|
20159
20159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20160
20160
|
required_arguments = ['compartmentId']
|
@@ -20295,7 +20295,7 @@ class DatabaseClient(object):
|
|
20295
20295
|
:rtype: :class:`~oci.response.Response`
|
20296
20296
|
|
20297
20297
|
:example:
|
20298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
20299
20299
|
"""
|
20300
20300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20301
20301
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -20429,7 +20429,7 @@ class DatabaseClient(object):
|
|
20429
20429
|
:rtype: :class:`~oci.response.Response`
|
20430
20430
|
|
20431
20431
|
:example:
|
20432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
20433
20433
|
"""
|
20434
20434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20435
20435
|
required_arguments = ['compartmentId']
|
@@ -20566,7 +20566,7 @@ class DatabaseClient(object):
|
|
20566
20566
|
:rtype: :class:`~oci.response.Response`
|
20567
20567
|
|
20568
20568
|
:example:
|
20569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
20570
20570
|
"""
|
20571
20571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20572
20572
|
required_arguments = ['compartmentId']
|
@@ -20673,7 +20673,7 @@ class DatabaseClient(object):
|
|
20673
20673
|
:rtype: :class:`~oci.response.Response`
|
20674
20674
|
|
20675
20675
|
:example:
|
20676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
20677
20677
|
"""
|
20678
20678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20679
20679
|
required_arguments = []
|
@@ -20800,7 +20800,7 @@ class DatabaseClient(object):
|
|
20800
20800
|
:rtype: :class:`~oci.response.Response`
|
20801
20801
|
|
20802
20802
|
:example:
|
20803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
20804
20804
|
"""
|
20805
20805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20806
20806
|
required_arguments = ['compartmentId']
|
@@ -20954,7 +20954,7 @@ class DatabaseClient(object):
|
|
20954
20954
|
:rtype: :class:`~oci.response.Response`
|
20955
20955
|
|
20956
20956
|
:example:
|
20957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
20958
20958
|
"""
|
20959
20959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20960
20960
|
required_arguments = ['compartmentId']
|
@@ -21091,7 +21091,7 @@ class DatabaseClient(object):
|
|
21091
21091
|
:rtype: :class:`~oci.response.Response`
|
21092
21092
|
|
21093
21093
|
:example:
|
21094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
21095
21095
|
"""
|
21096
21096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21097
21097
|
required_arguments = ['cloudVmClusterId']
|
@@ -21219,7 +21219,7 @@ class DatabaseClient(object):
|
|
21219
21219
|
:rtype: :class:`~oci.response.Response`
|
21220
21220
|
|
21221
21221
|
:example:
|
21222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
21223
21223
|
"""
|
21224
21224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21225
21225
|
required_arguments = ['cloudVmClusterId']
|
@@ -21363,7 +21363,7 @@ class DatabaseClient(object):
|
|
21363
21363
|
:rtype: :class:`~oci.response.Response`
|
21364
21364
|
|
21365
21365
|
:example:
|
21366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
21367
21367
|
"""
|
21368
21368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21369
21369
|
required_arguments = ['compartmentId']
|
@@ -21488,7 +21488,7 @@ class DatabaseClient(object):
|
|
21488
21488
|
:rtype: :class:`~oci.response.Response`
|
21489
21489
|
|
21490
21490
|
:example:
|
21491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
21492
21492
|
"""
|
21493
21493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21494
21494
|
required_arguments = ['dbNodeId']
|
@@ -21587,7 +21587,7 @@ class DatabaseClient(object):
|
|
21587
21587
|
:rtype: :class:`~oci.response.Response`
|
21588
21588
|
|
21589
21589
|
:example:
|
21590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
21591
21591
|
"""
|
21592
21592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21593
21593
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -21696,7 +21696,7 @@ class DatabaseClient(object):
|
|
21696
21696
|
:rtype: :class:`~oci.response.Response`
|
21697
21697
|
|
21698
21698
|
:example:
|
21699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
21700
21700
|
"""
|
21701
21701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21702
21702
|
required_arguments = ['databaseId']
|
@@ -21835,7 +21835,7 @@ class DatabaseClient(object):
|
|
21835
21835
|
:rtype: :class:`~oci.response.Response`
|
21836
21836
|
|
21837
21837
|
:example:
|
21838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
21839
21839
|
"""
|
21840
21840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21841
21841
|
required_arguments = ['compartmentId']
|
@@ -22004,7 +22004,7 @@ class DatabaseClient(object):
|
|
22004
22004
|
:rtype: :class:`~oci.response.Response`
|
22005
22005
|
|
22006
22006
|
:example:
|
22007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
22008
22008
|
"""
|
22009
22009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22010
22010
|
required_arguments = ['databaseId']
|
@@ -22179,7 +22179,7 @@ class DatabaseClient(object):
|
|
22179
22179
|
:rtype: :class:`~oci.response.Response`
|
22180
22180
|
|
22181
22181
|
:example:
|
22182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22182
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
22183
22183
|
"""
|
22184
22184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22185
22185
|
required_arguments = ['compartmentId']
|
@@ -22309,7 +22309,7 @@ class DatabaseClient(object):
|
|
22309
22309
|
:rtype: :class:`~oci.response.Response`
|
22310
22310
|
|
22311
22311
|
:example:
|
22312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
22313
22313
|
"""
|
22314
22314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22315
22315
|
required_arguments = ['dbHomeId']
|
@@ -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.102.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
22421
22421
|
"""
|
22422
22422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22423
22423
|
required_arguments = ['dbHomeId']
|
@@ -22561,7 +22561,7 @@ class DatabaseClient(object):
|
|
22561
22561
|
:rtype: :class:`~oci.response.Response`
|
22562
22562
|
|
22563
22563
|
:example:
|
22564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
22565
22565
|
"""
|
22566
22566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22567
22567
|
required_arguments = ['compartmentId']
|
@@ -22725,7 +22725,7 @@ class DatabaseClient(object):
|
|
22725
22725
|
:rtype: :class:`~oci.response.Response`
|
22726
22726
|
|
22727
22727
|
:example:
|
22728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
22729
22729
|
"""
|
22730
22730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22731
22731
|
required_arguments = ['compartmentId']
|
@@ -22881,7 +22881,7 @@ class DatabaseClient(object):
|
|
22881
22881
|
:rtype: :class:`~oci.response.Response`
|
22882
22882
|
|
22883
22883
|
:example:
|
22884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
22885
22885
|
"""
|
22886
22886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22887
22887
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -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.102.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
23010
23010
|
"""
|
23011
23011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23012
23012
|
required_arguments = []
|
@@ -23103,7 +23103,7 @@ class DatabaseClient(object):
|
|
23103
23103
|
:rtype: :class:`~oci.response.Response`
|
23104
23104
|
|
23105
23105
|
:example:
|
23106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
23107
23107
|
"""
|
23108
23108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23109
23109
|
required_arguments = ['dbSystemId']
|
@@ -23211,7 +23211,7 @@ class DatabaseClient(object):
|
|
23211
23211
|
:rtype: :class:`~oci.response.Response`
|
23212
23212
|
|
23213
23213
|
:example:
|
23214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
23215
23215
|
"""
|
23216
23216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23217
23217
|
required_arguments = ['dbSystemId']
|
@@ -23322,7 +23322,7 @@ class DatabaseClient(object):
|
|
23322
23322
|
:rtype: :class:`~oci.response.Response`
|
23323
23323
|
|
23324
23324
|
:example:
|
23325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
23326
23326
|
"""
|
23327
23327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23328
23328
|
required_arguments = ['compartmentId']
|
@@ -23423,7 +23423,7 @@ class DatabaseClient(object):
|
|
23423
23423
|
:rtype: :class:`~oci.response.Response`
|
23424
23424
|
|
23425
23425
|
:example:
|
23426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
23427
23427
|
"""
|
23428
23428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23429
23429
|
required_arguments = ['storageManagement']
|
@@ -23550,7 +23550,7 @@ class DatabaseClient(object):
|
|
23550
23550
|
:rtype: :class:`~oci.response.Response`
|
23551
23551
|
|
23552
23552
|
:example:
|
23553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
23554
23554
|
"""
|
23555
23555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23556
23556
|
required_arguments = ['dbSystemId']
|
@@ -23732,7 +23732,7 @@ class DatabaseClient(object):
|
|
23732
23732
|
:rtype: :class:`~oci.response.Response`
|
23733
23733
|
|
23734
23734
|
:example:
|
23735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
23736
23736
|
"""
|
23737
23737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23738
23738
|
required_arguments = ['compartmentId']
|
@@ -23883,7 +23883,7 @@ class DatabaseClient(object):
|
|
23883
23883
|
:rtype: :class:`~oci.response.Response`
|
23884
23884
|
|
23885
23885
|
:example:
|
23886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
23887
23887
|
"""
|
23888
23888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23889
23889
|
required_arguments = ['compartmentId']
|
@@ -24024,7 +24024,7 @@ class DatabaseClient(object):
|
|
24024
24024
|
:rtype: :class:`~oci.response.Response`
|
24025
24025
|
|
24026
24026
|
:example:
|
24027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
24028
24028
|
"""
|
24029
24029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24030
24030
|
required_arguments = ['compartmentId']
|
@@ -24187,7 +24187,7 @@ class DatabaseClient(object):
|
|
24187
24187
|
:rtype: :class:`~oci.response.Response`
|
24188
24188
|
|
24189
24189
|
:example:
|
24190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
24191
24191
|
"""
|
24192
24192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24193
24193
|
required_arguments = ['compartmentId']
|
@@ -24345,7 +24345,7 @@ class DatabaseClient(object):
|
|
24345
24345
|
:rtype: :class:`~oci.response.Response`
|
24346
24346
|
|
24347
24347
|
:example:
|
24348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
24349
24349
|
"""
|
24350
24350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24351
24351
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -24499,7 +24499,7 @@ class DatabaseClient(object):
|
|
24499
24499
|
:rtype: :class:`~oci.response.Response`
|
24500
24500
|
|
24501
24501
|
:example:
|
24502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
24503
24503
|
"""
|
24504
24504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24505
24505
|
required_arguments = ['compartmentId']
|
@@ -24658,7 +24658,7 @@ class DatabaseClient(object):
|
|
24658
24658
|
:rtype: :class:`~oci.response.Response`
|
24659
24659
|
|
24660
24660
|
:example:
|
24661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
24662
24662
|
"""
|
24663
24663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24664
24664
|
required_arguments = ['compartmentId']
|
@@ -24802,7 +24802,7 @@ class DatabaseClient(object):
|
|
24802
24802
|
:rtype: :class:`~oci.response.Response`
|
24803
24803
|
|
24804
24804
|
:example:
|
24805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
24806
24806
|
"""
|
24807
24807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24808
24808
|
required_arguments = ['compartmentId']
|
@@ -24927,7 +24927,7 @@ class DatabaseClient(object):
|
|
24927
24927
|
:rtype: :class:`~oci.response.Response`
|
24928
24928
|
|
24929
24929
|
:example:
|
24930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
24931
24931
|
"""
|
24932
24932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24933
24933
|
required_arguments = ['compartmentId']
|
@@ -25038,7 +25038,7 @@ class DatabaseClient(object):
|
|
25038
25038
|
:rtype: :class:`~oci.response.Response`
|
25039
25039
|
|
25040
25040
|
:example:
|
25041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
25042
25042
|
"""
|
25043
25043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25044
25044
|
required_arguments = ['compartmentId']
|
@@ -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.102.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
25180
25180
|
"""
|
25181
25181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25182
25182
|
required_arguments = ['compartmentId']
|
@@ -25369,7 +25369,7 @@ class DatabaseClient(object):
|
|
25369
25369
|
:rtype: :class:`~oci.response.Response`
|
25370
25370
|
|
25371
25371
|
:example:
|
25372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
25373
25373
|
"""
|
25374
25374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25375
25375
|
required_arguments = ['compartmentId']
|
@@ -25545,7 +25545,7 @@ class DatabaseClient(object):
|
|
25545
25545
|
:rtype: :class:`~oci.response.Response`
|
25546
25546
|
|
25547
25547
|
:example:
|
25548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
25549
25549
|
"""
|
25550
25550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25551
25551
|
required_arguments = ['compartmentId']
|
@@ -25697,7 +25697,7 @@ class DatabaseClient(object):
|
|
25697
25697
|
:rtype: :class:`~oci.response.Response`
|
25698
25698
|
|
25699
25699
|
:example:
|
25700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
25701
25701
|
"""
|
25702
25702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25703
25703
|
required_arguments = ['databaseId']
|
@@ -25867,7 +25867,7 @@ class DatabaseClient(object):
|
|
25867
25867
|
:rtype: :class:`~oci.response.Response`
|
25868
25868
|
|
25869
25869
|
:example:
|
25870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
25871
25871
|
"""
|
25872
25872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25873
25873
|
required_arguments = []
|
@@ -26022,7 +26022,7 @@ class DatabaseClient(object):
|
|
26022
26022
|
:rtype: :class:`~oci.response.Response`
|
26023
26023
|
|
26024
26024
|
:example:
|
26025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
26026
26026
|
"""
|
26027
26027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26028
26028
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -26163,7 +26163,7 @@ class DatabaseClient(object):
|
|
26163
26163
|
:rtype: :class:`~oci.response.Response`
|
26164
26164
|
|
26165
26165
|
:example:
|
26166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
26167
26167
|
"""
|
26168
26168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26169
26169
|
required_arguments = ['vmClusterId']
|
@@ -26271,7 +26271,7 @@ class DatabaseClient(object):
|
|
26271
26271
|
:rtype: :class:`~oci.response.Response`
|
26272
26272
|
|
26273
26273
|
:example:
|
26274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
26275
26275
|
"""
|
26276
26276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26277
26277
|
required_arguments = ['vmClusterId']
|
@@ -26392,7 +26392,7 @@ class DatabaseClient(object):
|
|
26392
26392
|
:rtype: :class:`~oci.response.Response`
|
26393
26393
|
|
26394
26394
|
:example:
|
26395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
26396
26396
|
"""
|
26397
26397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26398
26398
|
required_arguments = ['vmClusterId']
|
@@ -26534,7 +26534,7 @@ class DatabaseClient(object):
|
|
26534
26534
|
:rtype: :class:`~oci.response.Response`
|
26535
26535
|
|
26536
26536
|
:example:
|
26537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
26538
26538
|
"""
|
26539
26539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26540
26540
|
required_arguments = ['vmClusterId']
|
@@ -26688,7 +26688,7 @@ class DatabaseClient(object):
|
|
26688
26688
|
:rtype: :class:`~oci.response.Response`
|
26689
26689
|
|
26690
26690
|
:example:
|
26691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
26692
26692
|
"""
|
26693
26693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26694
26694
|
required_arguments = ['compartmentId']
|
@@ -26831,7 +26831,7 @@ class DatabaseClient(object):
|
|
26831
26831
|
:rtype: :class:`~oci.response.Response`
|
26832
26832
|
|
26833
26833
|
:example:
|
26834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
26835
26835
|
"""
|
26836
26836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26837
26837
|
required_arguments = ['pluggableDatabaseId']
|
@@ -26951,7 +26951,7 @@ class DatabaseClient(object):
|
|
26951
26951
|
:rtype: :class:`~oci.response.Response`
|
26952
26952
|
|
26953
26953
|
:example:
|
26954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
26955
26955
|
"""
|
26956
26956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26957
26957
|
required_arguments = ['dbSystemId']
|
@@ -27071,7 +27071,7 @@ class DatabaseClient(object):
|
|
27071
27071
|
:rtype: :class:`~oci.response.Response`
|
27072
27072
|
|
27073
27073
|
:example:
|
27074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
27075
27075
|
"""
|
27076
27076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27077
27077
|
required_arguments = ['databaseId']
|
@@ -27191,7 +27191,7 @@ class DatabaseClient(object):
|
|
27191
27191
|
:rtype: :class:`~oci.response.Response`
|
27192
27192
|
|
27193
27193
|
:example:
|
27194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
27195
27195
|
"""
|
27196
27196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27197
27197
|
required_arguments = ['databaseId']
|
@@ -27311,7 +27311,7 @@ class DatabaseClient(object):
|
|
27311
27311
|
:rtype: :class:`~oci.response.Response`
|
27312
27312
|
|
27313
27313
|
:example:
|
27314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
27315
27315
|
"""
|
27316
27316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27317
27317
|
required_arguments = ['pluggableDatabaseId']
|
@@ -27419,7 +27419,7 @@ class DatabaseClient(object):
|
|
27419
27419
|
:rtype: :class:`~oci.response.Response`
|
27420
27420
|
|
27421
27421
|
:example:
|
27422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
27423
27423
|
"""
|
27424
27424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27425
27425
|
required_arguments = ['autonomousDatabaseId']
|
@@ -27525,7 +27525,7 @@ class DatabaseClient(object):
|
|
27525
27525
|
:rtype: :class:`~oci.response.Response`
|
27526
27526
|
|
27527
27527
|
:example:
|
27528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
27529
27529
|
"""
|
27530
27530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27531
27531
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -27634,7 +27634,7 @@ class DatabaseClient(object):
|
|
27634
27634
|
:rtype: :class:`~oci.response.Response`
|
27635
27635
|
|
27636
27636
|
:example:
|
27637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
27638
27638
|
"""
|
27639
27639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27640
27640
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -27751,7 +27751,7 @@ class DatabaseClient(object):
|
|
27751
27751
|
:rtype: :class:`~oci.response.Response`
|
27752
27752
|
|
27753
27753
|
:example:
|
27754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
27755
27755
|
"""
|
27756
27756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27757
27757
|
required_arguments = ['pluggableDatabaseId']
|
@@ -27871,7 +27871,7 @@ class DatabaseClient(object):
|
|
27871
27871
|
:rtype: :class:`~oci.response.Response`
|
27872
27872
|
|
27873
27873
|
:example:
|
27874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
27875
27875
|
"""
|
27876
27876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27877
27877
|
required_arguments = ['cloudVmClusterId']
|
@@ -27991,7 +27991,7 @@ class DatabaseClient(object):
|
|
27991
27991
|
:rtype: :class:`~oci.response.Response`
|
27992
27992
|
|
27993
27993
|
:example:
|
27994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
27995
27995
|
"""
|
27996
27996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27997
27997
|
required_arguments = ['vmClusterId']
|
@@ -28117,7 +28117,7 @@ class DatabaseClient(object):
|
|
28117
28117
|
:rtype: :class:`~oci.response.Response`
|
28118
28118
|
|
28119
28119
|
:example:
|
28120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
28121
28121
|
"""
|
28122
28122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28123
28123
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -28228,7 +28228,7 @@ class DatabaseClient(object):
|
|
28228
28228
|
:rtype: :class:`~oci.response.Response`
|
28229
28229
|
|
28230
28230
|
:example:
|
28231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
28232
28232
|
"""
|
28233
28233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28234
28234
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -28330,7 +28330,7 @@ class DatabaseClient(object):
|
|
28330
28330
|
:rtype: :class:`~oci.response.Response`
|
28331
28331
|
|
28332
28332
|
:example:
|
28333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
28334
28334
|
"""
|
28335
28335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28336
28336
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28433,7 +28433,7 @@ class DatabaseClient(object):
|
|
28433
28433
|
:rtype: :class:`~oci.response.Response`
|
28434
28434
|
|
28435
28435
|
:example:
|
28436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
28437
28437
|
"""
|
28438
28438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28439
28439
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28538,7 +28538,7 @@ class DatabaseClient(object):
|
|
28538
28538
|
:rtype: :class:`~oci.response.Response`
|
28539
28539
|
|
28540
28540
|
:example:
|
28541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
28542
28542
|
"""
|
28543
28543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28544
28544
|
required_arguments = ['databaseId']
|
@@ -28652,7 +28652,7 @@ class DatabaseClient(object):
|
|
28652
28652
|
:rtype: :class:`~oci.response.Response`
|
28653
28653
|
|
28654
28654
|
:example:
|
28655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
28656
28656
|
"""
|
28657
28657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28658
28658
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -28769,7 +28769,7 @@ class DatabaseClient(object):
|
|
28769
28769
|
:rtype: :class:`~oci.response.Response`
|
28770
28770
|
|
28771
28771
|
:example:
|
28772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
28773
28773
|
"""
|
28774
28774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28775
28775
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28887,7 +28887,7 @@ class DatabaseClient(object):
|
|
28887
28887
|
:rtype: :class:`~oci.response.Response`
|
28888
28888
|
|
28889
28889
|
:example:
|
28890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
28891
28891
|
"""
|
28892
28892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28893
28893
|
required_arguments = ['autonomousVmClusterId']
|
@@ -29005,7 +29005,7 @@ class DatabaseClient(object):
|
|
29005
29005
|
:rtype: :class:`~oci.response.Response`
|
29006
29006
|
|
29007
29007
|
:example:
|
29008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
29009
29009
|
"""
|
29010
29010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29011
29011
|
required_arguments = ['autonomousVmClusterId']
|
@@ -29123,7 +29123,7 @@ class DatabaseClient(object):
|
|
29123
29123
|
:rtype: :class:`~oci.response.Response`
|
29124
29124
|
|
29125
29125
|
:example:
|
29126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
29127
29127
|
"""
|
29128
29128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29129
29129
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -29242,7 +29242,7 @@ class DatabaseClient(object):
|
|
29242
29242
|
:rtype: :class:`~oci.response.Response`
|
29243
29243
|
|
29244
29244
|
:example:
|
29245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
29246
29246
|
"""
|
29247
29247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29248
29248
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -29358,7 +29358,7 @@ class DatabaseClient(object):
|
|
29358
29358
|
:rtype: :class:`~oci.response.Response`
|
29359
29359
|
|
29360
29360
|
:example:
|
29361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
29362
29362
|
"""
|
29363
29363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29364
29364
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -29471,7 +29471,7 @@ class DatabaseClient(object):
|
|
29471
29471
|
:rtype: :class:`~oci.response.Response`
|
29472
29472
|
|
29473
29473
|
:example:
|
29474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
29475
29475
|
"""
|
29476
29476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29477
29477
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -29586,7 +29586,7 @@ class DatabaseClient(object):
|
|
29586
29586
|
:rtype: :class:`~oci.response.Response`
|
29587
29587
|
|
29588
29588
|
:example:
|
29589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
29590
29590
|
"""
|
29591
29591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29592
29592
|
required_arguments = ['databaseId']
|
@@ -29703,7 +29703,7 @@ class DatabaseClient(object):
|
|
29703
29703
|
:rtype: :class:`~oci.response.Response`
|
29704
29704
|
|
29705
29705
|
:example:
|
29706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
29707
29707
|
"""
|
29708
29708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29709
29709
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -29811,7 +29811,7 @@ class DatabaseClient(object):
|
|
29811
29811
|
:rtype: :class:`~oci.response.Response`
|
29812
29812
|
|
29813
29813
|
:example:
|
29814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
29815
29815
|
"""
|
29816
29816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29817
29817
|
required_arguments = ['autonomousDatabaseId']
|
@@ -29911,7 +29911,7 @@ class DatabaseClient(object):
|
|
29911
29911
|
:rtype: :class:`~oci.response.Response`
|
29912
29912
|
|
29913
29913
|
:example:
|
29914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
29915
29915
|
"""
|
29916
29916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29917
29917
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30021,7 +30021,7 @@ class DatabaseClient(object):
|
|
30021
30021
|
:rtype: :class:`~oci.response.Response`
|
30022
30022
|
|
30023
30023
|
:example:
|
30024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
30025
30025
|
"""
|
30026
30026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30027
30027
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30129,7 +30129,7 @@ class DatabaseClient(object):
|
|
30129
30129
|
:rtype: :class:`~oci.response.Response`
|
30130
30130
|
|
30131
30131
|
:example:
|
30132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
30133
30133
|
"""
|
30134
30134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30135
30135
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30241,7 +30241,7 @@ class DatabaseClient(object):
|
|
30241
30241
|
:rtype: :class:`~oci.response.Response`
|
30242
30242
|
|
30243
30243
|
:example:
|
30244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
30245
30245
|
"""
|
30246
30246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30247
30247
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30353,7 +30353,7 @@ class DatabaseClient(object):
|
|
30353
30353
|
:rtype: :class:`~oci.response.Response`
|
30354
30354
|
|
30355
30355
|
:example:
|
30356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
30357
30357
|
"""
|
30358
30358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30359
30359
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -30471,7 +30471,7 @@ class DatabaseClient(object):
|
|
30471
30471
|
:rtype: :class:`~oci.response.Response`
|
30472
30472
|
|
30473
30473
|
:example:
|
30474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
30475
30475
|
"""
|
30476
30476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30477
30477
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30595,7 +30595,7 @@ class DatabaseClient(object):
|
|
30595
30595
|
:rtype: :class:`~oci.response.Response`
|
30596
30596
|
|
30597
30597
|
:example:
|
30598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
30599
30599
|
"""
|
30600
30600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30601
30601
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -30698,7 +30698,7 @@ class DatabaseClient(object):
|
|
30698
30698
|
:rtype: :class:`~oci.response.Response`
|
30699
30699
|
|
30700
30700
|
:example:
|
30701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
30702
30702
|
"""
|
30703
30703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30704
30704
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30796,7 +30796,7 @@ class DatabaseClient(object):
|
|
30796
30796
|
:rtype: :class:`~oci.response.Response`
|
30797
30797
|
|
30798
30798
|
:example:
|
30799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
30800
30800
|
"""
|
30801
30801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30802
30802
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -30901,7 +30901,7 @@ class DatabaseClient(object):
|
|
30901
30901
|
:rtype: :class:`~oci.response.Response`
|
30902
30902
|
|
30903
30903
|
:example:
|
30904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
30905
30905
|
"""
|
30906
30906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30907
30907
|
required_arguments = ['dbSystemId']
|
@@ -31002,7 +31002,7 @@ class DatabaseClient(object):
|
|
31002
31002
|
:rtype: :class:`~oci.response.Response`
|
31003
31003
|
|
31004
31004
|
:example:
|
31005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
31006
31006
|
"""
|
31007
31007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31008
31008
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31115,7 +31115,7 @@ class DatabaseClient(object):
|
|
31115
31115
|
:rtype: :class:`~oci.response.Response`
|
31116
31116
|
|
31117
31117
|
:example:
|
31118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
31119
31119
|
"""
|
31120
31120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31121
31121
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -31226,7 +31226,7 @@ class DatabaseClient(object):
|
|
31226
31226
|
:rtype: :class:`~oci.response.Response`
|
31227
31227
|
|
31228
31228
|
:example:
|
31229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
31230
31230
|
"""
|
31231
31231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31232
31232
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31336,7 +31336,7 @@ class DatabaseClient(object):
|
|
31336
31336
|
:rtype: :class:`~oci.response.Response`
|
31337
31337
|
|
31338
31338
|
:example:
|
31339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
31340
31340
|
"""
|
31341
31341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31342
31342
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -31436,7 +31436,7 @@ class DatabaseClient(object):
|
|
31436
31436
|
:rtype: :class:`~oci.response.Response`
|
31437
31437
|
|
31438
31438
|
:example:
|
31439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
31440
31440
|
"""
|
31441
31441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31442
31442
|
required_arguments = []
|
@@ -31525,7 +31525,7 @@ class DatabaseClient(object):
|
|
31525
31525
|
:rtype: :class:`~oci.response.Response`
|
31526
31526
|
|
31527
31527
|
:example:
|
31528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
31529
31529
|
"""
|
31530
31530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31531
31531
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31628,7 +31628,7 @@ class DatabaseClient(object):
|
|
31628
31628
|
:rtype: :class:`~oci.response.Response`
|
31629
31629
|
|
31630
31630
|
:example:
|
31631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
31632
31632
|
"""
|
31633
31633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31634
31634
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31736,7 +31736,7 @@ class DatabaseClient(object):
|
|
31736
31736
|
:rtype: :class:`~oci.response.Response`
|
31737
31737
|
|
31738
31738
|
:example:
|
31739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
31740
31740
|
"""
|
31741
31741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31742
31742
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31849,7 +31849,7 @@ class DatabaseClient(object):
|
|
31849
31849
|
:rtype: :class:`~oci.response.Response`
|
31850
31850
|
|
31851
31851
|
:example:
|
31852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
31853
31853
|
"""
|
31854
31854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31855
31855
|
required_arguments = ['backupDestinationId']
|
@@ -31959,7 +31959,7 @@ class DatabaseClient(object):
|
|
31959
31959
|
:rtype: :class:`~oci.response.Response`
|
31960
31960
|
|
31961
31961
|
:example:
|
31962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
31963
31963
|
"""
|
31964
31964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31965
31965
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32069,7 +32069,7 @@ class DatabaseClient(object):
|
|
32069
32069
|
:rtype: :class:`~oci.response.Response`
|
32070
32070
|
|
32071
32071
|
:example:
|
32072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
32073
32073
|
"""
|
32074
32074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32075
32075
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -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.102.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
32183
32183
|
"""
|
32184
32184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32185
32185
|
required_arguments = ['cloudVmClusterId']
|
@@ -32289,7 +32289,7 @@ class DatabaseClient(object):
|
|
32289
32289
|
:rtype: :class:`~oci.response.Response`
|
32290
32290
|
|
32291
32291
|
:example:
|
32292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
32293
32293
|
"""
|
32294
32294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32295
32295
|
required_arguments = ['cloudVmClusterId']
|
@@ -32404,7 +32404,7 @@ class DatabaseClient(object):
|
|
32404
32404
|
:rtype: :class:`~oci.response.Response`
|
32405
32405
|
|
32406
32406
|
:example:
|
32407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
32408
32408
|
"""
|
32409
32409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32410
32410
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -32512,7 +32512,7 @@ class DatabaseClient(object):
|
|
32512
32512
|
:rtype: :class:`~oci.response.Response`
|
32513
32513
|
|
32514
32514
|
:example:
|
32515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
32516
32516
|
"""
|
32517
32517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32518
32518
|
required_arguments = ['databaseId']
|
@@ -32617,7 +32617,7 @@ class DatabaseClient(object):
|
|
32617
32617
|
:rtype: :class:`~oci.response.Response`
|
32618
32618
|
|
32619
32619
|
:example:
|
32620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
32621
32621
|
"""
|
32622
32622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32623
32623
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -32722,7 +32722,7 @@ class DatabaseClient(object):
|
|
32722
32722
|
:rtype: :class:`~oci.response.Response`
|
32723
32723
|
|
32724
32724
|
:example:
|
32725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
32726
32726
|
"""
|
32727
32727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32728
32728
|
required_arguments = ['dbHomeId']
|
@@ -32834,7 +32834,7 @@ class DatabaseClient(object):
|
|
32834
32834
|
:rtype: :class:`~oci.response.Response`
|
32835
32835
|
|
32836
32836
|
:example:
|
32837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
32838
32838
|
"""
|
32839
32839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32840
32840
|
required_arguments = ['dbSystemId']
|
@@ -32943,7 +32943,7 @@ class DatabaseClient(object):
|
|
32943
32943
|
:rtype: :class:`~oci.response.Response`
|
32944
32944
|
|
32945
32945
|
:example:
|
32946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
32947
32947
|
"""
|
32948
32948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32949
32949
|
required_arguments = ['exadataInfrastructureId']
|
@@ -33063,7 +33063,7 @@ class DatabaseClient(object):
|
|
33063
33063
|
:rtype: :class:`~oci.response.Response`
|
33064
33064
|
|
33065
33065
|
:example:
|
33066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
33067
33067
|
"""
|
33068
33068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33069
33069
|
required_arguments = ['dbSystemId']
|
@@ -33176,7 +33176,7 @@ class DatabaseClient(object):
|
|
33176
33176
|
:rtype: :class:`~oci.response.Response`
|
33177
33177
|
|
33178
33178
|
:example:
|
33179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
33180
33180
|
"""
|
33181
33181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33182
33182
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -33287,7 +33287,7 @@ class DatabaseClient(object):
|
|
33287
33287
|
:rtype: :class:`~oci.response.Response`
|
33288
33288
|
|
33289
33289
|
:example:
|
33290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
33291
33291
|
"""
|
33292
33292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33293
33293
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -33397,7 +33397,7 @@ class DatabaseClient(object):
|
|
33397
33397
|
:rtype: :class:`~oci.response.Response`
|
33398
33398
|
|
33399
33399
|
:example:
|
33400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
33401
33401
|
"""
|
33402
33402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33403
33403
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -33509,7 +33509,7 @@ class DatabaseClient(object):
|
|
33509
33509
|
:rtype: :class:`~oci.response.Response`
|
33510
33510
|
|
33511
33511
|
:example:
|
33512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
33513
33513
|
"""
|
33514
33514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33515
33515
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -33619,7 +33619,7 @@ class DatabaseClient(object):
|
|
33619
33619
|
:rtype: :class:`~oci.response.Response`
|
33620
33620
|
|
33621
33621
|
:example:
|
33622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
33623
33623
|
"""
|
33624
33624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33625
33625
|
required_arguments = ['keyStoreId']
|
@@ -33724,7 +33724,7 @@ class DatabaseClient(object):
|
|
33724
33724
|
:rtype: :class:`~oci.response.Response`
|
33725
33725
|
|
33726
33726
|
:example:
|
33727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
33728
33728
|
"""
|
33729
33729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33730
33730
|
required_arguments = ['maintenanceRunId']
|
@@ -33832,7 +33832,7 @@ class DatabaseClient(object):
|
|
33832
33832
|
:rtype: :class:`~oci.response.Response`
|
33833
33833
|
|
33834
33834
|
:example:
|
33835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
33836
33836
|
"""
|
33837
33837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33838
33838
|
required_arguments = ['oneoffPatchId']
|
@@ -33939,7 +33939,7 @@ class DatabaseClient(object):
|
|
33939
33939
|
:rtype: :class:`~oci.response.Response`
|
33940
33940
|
|
33941
33941
|
:example:
|
33942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
33943
33943
|
"""
|
33944
33944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33945
33945
|
required_arguments = ['pluggableDatabaseId']
|
@@ -34047,7 +34047,7 @@ class DatabaseClient(object):
|
|
34047
34047
|
:rtype: :class:`~oci.response.Response`
|
34048
34048
|
|
34049
34049
|
:example:
|
34050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
34051
34051
|
"""
|
34052
34052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34053
34053
|
required_arguments = ['vmClusterId']
|
@@ -34163,7 +34163,7 @@ class DatabaseClient(object):
|
|
34163
34163
|
:rtype: :class:`~oci.response.Response`
|
34164
34164
|
|
34165
34165
|
:example:
|
34166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
34167
34167
|
"""
|
34168
34168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34169
34169
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -34274,7 +34274,7 @@ class DatabaseClient(object):
|
|
34274
34274
|
:rtype: :class:`~oci.response.Response`
|
34275
34275
|
|
34276
34276
|
:example:
|
34277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
34278
34278
|
"""
|
34279
34279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34280
34280
|
required_arguments = ['databaseId']
|
@@ -34391,7 +34391,7 @@ class DatabaseClient(object):
|
|
34391
34391
|
:rtype: :class:`~oci.response.Response`
|
34392
34392
|
|
34393
34393
|
:example:
|
34394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
34395
34395
|
"""
|
34396
34396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34397
34397
|
required_arguments = ['dbSystemId']
|
@@ -34508,7 +34508,7 @@ class DatabaseClient(object):
|
|
34508
34508
|
:rtype: :class:`~oci.response.Response`
|
34509
34509
|
|
34510
34510
|
:example:
|
34511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
34512
34512
|
"""
|
34513
34513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34514
34514
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|