oci 2.129.1__py3-none-any.whl → 2.129.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +466 -352
- oci/database/database_client_composite_operations.py +38 -0
- oci/database/models/create_database_details.py +37 -2
- oci/database/models/key_store.py +7 -3
- oci/database/models/key_store_summary.py +7 -3
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +36 -36
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/exceptions.py +46 -7
- oci/file_storage/file_storage_client.py +51 -51
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/__init__.py +2 -1
- oci/object_storage/object_storage_client.py +50 -50
- oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
- oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
- oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
- oci/object_storage/transfer/internal/download/__init__.py +5 -0
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/usage_summary.py +62 -0
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.129.1.dist-info → oci-2.129.2.dist-info}/METADATA +1 -1
- {oci-2.129.1.dist-info → oci-2.129.2.dist-info}/RECORD +265 -261
- {oci-2.129.1.dist-info → oci-2.129.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.129.1.dist-info → oci-2.129.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.129.1.dist-info → oci-2.129.2.dist-info}/WHEEL +0 -0
- {oci-2.129.1.dist-info → oci-2.129.2.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -982,7 +982,7 @@ class DatabaseClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
|
|
1104
1104
|
:rtype: :class:`~oci.response.Response`
|
1105
1105
|
|
1106
1106
|
:example:
|
1107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1108
1108
|
"""
|
1109
1109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1110
1110
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
|
|
1222
1222
|
:rtype: :class:`~oci.response.Response`
|
1223
1223
|
|
1224
1224
|
:example:
|
1225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1226
1226
|
"""
|
1227
1227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1228
1228
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
|
|
1462
1462
|
:rtype: :class:`~oci.response.Response`
|
1463
1463
|
|
1464
1464
|
:example:
|
1465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1466
1466
|
"""
|
1467
1467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1468
1468
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = ['backupDestinationId']
|
@@ -1702,7 +1702,7 @@ class DatabaseClient(object):
|
|
1702
1702
|
:rtype: :class:`~oci.response.Response`
|
1703
1703
|
|
1704
1704
|
:example:
|
1705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1706
1706
|
"""
|
1707
1707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1708
1708
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1940,7 +1940,7 @@ class DatabaseClient(object):
|
|
1940
1940
|
:rtype: :class:`~oci.response.Response`
|
1941
1941
|
|
1942
1942
|
:example:
|
1943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1944
1944
|
"""
|
1945
1945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1946
1946
|
required_arguments = ['cloudVmClusterId']
|
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
|
|
2062
2062
|
:rtype: :class:`~oci.response.Response`
|
2063
2063
|
|
2064
2064
|
:example:
|
2065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2066
2066
|
"""
|
2067
2067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2068
2068
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2185,7 +2185,7 @@ class DatabaseClient(object):
|
|
2185
2185
|
:rtype: :class:`~oci.response.Response`
|
2186
2186
|
|
2187
2187
|
:example:
|
2188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2189
2189
|
"""
|
2190
2190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2191
2191
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2316,7 +2316,7 @@ class DatabaseClient(object):
|
|
2316
2316
|
:rtype: :class:`~oci.response.Response`
|
2317
2317
|
|
2318
2318
|
:example:
|
2319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2320
2320
|
"""
|
2321
2321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2322
2322
|
required_arguments = ['dbSystemId']
|
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2663,7 +2663,7 @@ class DatabaseClient(object):
|
|
2663
2663
|
:rtype: :class:`~oci.response.Response`
|
2664
2664
|
|
2665
2665
|
:example:
|
2666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
2667
2667
|
"""
|
2668
2668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2669
2669
|
required_arguments = ['exadbVmClusterId']
|
@@ -2781,7 +2781,7 @@ class DatabaseClient(object):
|
|
2781
2781
|
:rtype: :class:`~oci.response.Response`
|
2782
2782
|
|
2783
2783
|
:example:
|
2784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
2785
2785
|
"""
|
2786
2786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2787
2787
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -2904,7 +2904,7 @@ class DatabaseClient(object):
|
|
2904
2904
|
:rtype: :class:`~oci.response.Response`
|
2905
2905
|
|
2906
2906
|
:example:
|
2907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2908
2908
|
"""
|
2909
2909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2910
2910
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -3026,7 +3026,7 @@ class DatabaseClient(object):
|
|
3026
3026
|
:rtype: :class:`~oci.response.Response`
|
3027
3027
|
|
3028
3028
|
:example:
|
3029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
3030
3030
|
"""
|
3031
3031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3032
3032
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -3151,7 +3151,7 @@ class DatabaseClient(object):
|
|
3151
3151
|
:rtype: :class:`~oci.response.Response`
|
3152
3152
|
|
3153
3153
|
:example:
|
3154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
3155
3155
|
"""
|
3156
3156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3157
3157
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3273,7 +3273,7 @@ class DatabaseClient(object):
|
|
3273
3273
|
:rtype: :class:`~oci.response.Response`
|
3274
3274
|
|
3275
3275
|
:example:
|
3276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3277
3277
|
"""
|
3278
3278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3279
3279
|
required_arguments = ['keyStoreId']
|
@@ -3391,7 +3391,7 @@ class DatabaseClient(object):
|
|
3391
3391
|
:rtype: :class:`~oci.response.Response`
|
3392
3392
|
|
3393
3393
|
:example:
|
3394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3395
3395
|
"""
|
3396
3396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3397
3397
|
required_arguments = ['databaseId']
|
@@ -3509,7 +3509,7 @@ class DatabaseClient(object):
|
|
3509
3509
|
:rtype: :class:`~oci.response.Response`
|
3510
3510
|
|
3511
3511
|
:example:
|
3512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3513
3513
|
"""
|
3514
3514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3515
3515
|
required_arguments = ['oneoffPatchId']
|
@@ -3628,7 +3628,7 @@ class DatabaseClient(object):
|
|
3628
3628
|
:rtype: :class:`~oci.response.Response`
|
3629
3629
|
|
3630
3630
|
:example:
|
3631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3632
3632
|
"""
|
3633
3633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3634
3634
|
required_arguments = ['vmClusterId']
|
@@ -3745,7 +3745,7 @@ class DatabaseClient(object):
|
|
3745
3745
|
:rtype: :class:`~oci.response.Response`
|
3746
3746
|
|
3747
3747
|
:example:
|
3748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
3749
3749
|
"""
|
3750
3750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3751
3751
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3862,7 +3862,7 @@ class DatabaseClient(object):
|
|
3862
3862
|
:rtype: :class:`~oci.response.Response`
|
3863
3863
|
|
3864
3864
|
:example:
|
3865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3866
3866
|
"""
|
3867
3867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3868
3868
|
required_arguments = ['backupId']
|
@@ -3984,7 +3984,7 @@ class DatabaseClient(object):
|
|
3984
3984
|
:rtype: :class:`~oci.response.Response`
|
3985
3985
|
|
3986
3986
|
:example:
|
3987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3988
3988
|
"""
|
3989
3989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3990
3990
|
required_arguments = ['autonomousDatabaseId']
|
@@ -4095,7 +4095,7 @@ class DatabaseClient(object):
|
|
4095
4095
|
:rtype: :class:`~oci.response.Response`
|
4096
4096
|
|
4097
4097
|
:example:
|
4098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
4099
4099
|
"""
|
4100
4100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4101
4101
|
required_arguments = ['autonomousDatabaseId']
|
@@ -4168,6 +4168,120 @@ class DatabaseClient(object):
|
|
4168
4168
|
api_reference_link=api_reference_link,
|
4169
4169
|
required_arguments=required_arguments)
|
4170
4170
|
|
4171
|
+
def confirm_key_store_details_are_correct(self, key_store_id, **kwargs):
|
4172
|
+
"""
|
4173
|
+
This is for user to confirm to DBaaS that the Oracle Key Valut (OKV) connection IPs, username and password are all correct. This operation will put
|
4174
|
+
the Key Store back into Active state. If details are incorrect, your OKV account may get locked after some unsuccessful attempts to connect.
|
4175
|
+
|
4176
|
+
|
4177
|
+
:param str key_store_id: (required)
|
4178
|
+
The `OCID`__ of the key store.
|
4179
|
+
|
4180
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
4181
|
+
|
4182
|
+
:param str opc_retry_token: (optional)
|
4183
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
4184
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
4185
|
+
hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
4186
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
4187
|
+
may be rejected).
|
4188
|
+
|
4189
|
+
:param str opc_request_id: (optional)
|
4190
|
+
Unique identifier for the request.
|
4191
|
+
|
4192
|
+
:param str if_match: (optional)
|
4193
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
4194
|
+
parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
4195
|
+
will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
4196
|
+
|
4197
|
+
:param obj retry_strategy: (optional)
|
4198
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
4199
|
+
|
4200
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
4201
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
4202
|
+
|
4203
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
4204
|
+
|
4205
|
+
:param bool allow_control_chars: (optional)
|
4206
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
4207
|
+
By default, the response will not allow control characters in strings
|
4208
|
+
|
4209
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
4210
|
+
:rtype: :class:`~oci.response.Response`
|
4211
|
+
|
4212
|
+
:example:
|
4213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
4214
|
+
"""
|
4215
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4216
|
+
required_arguments = ['keyStoreId']
|
4217
|
+
resource_path = "/keyStores/{keyStoreId}/actions/confirmDetailsAreCorrect"
|
4218
|
+
method = "POST"
|
4219
|
+
operation_name = "confirm_key_store_details_are_correct"
|
4220
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/ConfirmKeyStoreDetailsAreCorrect"
|
4221
|
+
|
4222
|
+
# Don't accept unknown kwargs
|
4223
|
+
expected_kwargs = [
|
4224
|
+
"allow_control_chars",
|
4225
|
+
"retry_strategy",
|
4226
|
+
"opc_retry_token",
|
4227
|
+
"opc_request_id",
|
4228
|
+
"if_match"
|
4229
|
+
]
|
4230
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
4231
|
+
if extra_kwargs:
|
4232
|
+
raise ValueError(
|
4233
|
+
f"confirm_key_store_details_are_correct got unknown kwargs: {extra_kwargs!r}")
|
4234
|
+
|
4235
|
+
path_params = {
|
4236
|
+
"keyStoreId": key_store_id
|
4237
|
+
}
|
4238
|
+
|
4239
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
4240
|
+
|
4241
|
+
for (k, v) in six.iteritems(path_params):
|
4242
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
4243
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
4244
|
+
|
4245
|
+
header_params = {
|
4246
|
+
"accept": "application/json",
|
4247
|
+
"content-type": "application/json",
|
4248
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
4249
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
4250
|
+
"if-match": kwargs.get("if_match", missing)
|
4251
|
+
}
|
4252
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
4253
|
+
|
4254
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
4255
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
4256
|
+
client_retry_strategy=self.retry_strategy
|
4257
|
+
)
|
4258
|
+
|
4259
|
+
if retry_strategy:
|
4260
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
4261
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
4262
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
4263
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
4264
|
+
return retry_strategy.make_retrying_call(
|
4265
|
+
self.base_client.call_api,
|
4266
|
+
resource_path=resource_path,
|
4267
|
+
method=method,
|
4268
|
+
path_params=path_params,
|
4269
|
+
header_params=header_params,
|
4270
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
4271
|
+
operation_name=operation_name,
|
4272
|
+
api_reference_link=api_reference_link,
|
4273
|
+
required_arguments=required_arguments)
|
4274
|
+
else:
|
4275
|
+
return self.base_client.call_api(
|
4276
|
+
resource_path=resource_path,
|
4277
|
+
method=method,
|
4278
|
+
path_params=path_params,
|
4279
|
+
header_params=header_params,
|
4280
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
4281
|
+
operation_name=operation_name,
|
4282
|
+
api_reference_link=api_reference_link,
|
4283
|
+
required_arguments=required_arguments)
|
4284
|
+
|
4171
4285
|
def convert_to_pdb(self, database_id, convert_to_pdb_details, **kwargs):
|
4172
4286
|
"""
|
4173
4287
|
Converts a non-container database to a pluggable database.
|
@@ -4205,7 +4319,7 @@ class DatabaseClient(object):
|
|
4205
4319
|
:rtype: :class:`~oci.response.Response`
|
4206
4320
|
|
4207
4321
|
:example:
|
4208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
4209
4323
|
"""
|
4210
4324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4211
4325
|
required_arguments = ['databaseId']
|
@@ -4323,7 +4437,7 @@ class DatabaseClient(object):
|
|
4323
4437
|
:rtype: :class:`~oci.response.Response`
|
4324
4438
|
|
4325
4439
|
:example:
|
4326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
4327
4441
|
"""
|
4328
4442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4329
4443
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4433,7 +4547,7 @@ class DatabaseClient(object):
|
|
4433
4547
|
:rtype: :class:`~oci.response.Response`
|
4434
4548
|
|
4435
4549
|
:example:
|
4436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4437
4551
|
"""
|
4438
4552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4439
4553
|
required_arguments = []
|
@@ -4526,7 +4640,7 @@ class DatabaseClient(object):
|
|
4526
4640
|
:rtype: :class:`~oci.response.Response`
|
4527
4641
|
|
4528
4642
|
:example:
|
4529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4530
4644
|
"""
|
4531
4645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4532
4646
|
required_arguments = []
|
@@ -4632,7 +4746,7 @@ class DatabaseClient(object):
|
|
4632
4746
|
:rtype: :class:`~oci.response.Response`
|
4633
4747
|
|
4634
4748
|
:example:
|
4635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
4636
4750
|
"""
|
4637
4751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4638
4752
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -4738,7 +4852,7 @@ class DatabaseClient(object):
|
|
4738
4852
|
:rtype: :class:`~oci.response.Response`
|
4739
4853
|
|
4740
4854
|
:example:
|
4741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
4742
4856
|
"""
|
4743
4857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4744
4858
|
required_arguments = []
|
@@ -4834,7 +4948,7 @@ class DatabaseClient(object):
|
|
4834
4948
|
:rtype: :class:`~oci.response.Response`
|
4835
4949
|
|
4836
4950
|
:example:
|
4837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4838
4952
|
"""
|
4839
4953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4840
4954
|
required_arguments = []
|
@@ -4930,7 +5044,7 @@ class DatabaseClient(object):
|
|
4930
5044
|
:rtype: :class:`~oci.response.Response`
|
4931
5045
|
|
4932
5046
|
:example:
|
4933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
4934
5048
|
"""
|
4935
5049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4936
5050
|
required_arguments = []
|
@@ -5026,7 +5140,7 @@ class DatabaseClient(object):
|
|
5026
5140
|
:rtype: :class:`~oci.response.Response`
|
5027
5141
|
|
5028
5142
|
:example:
|
5029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
5030
5144
|
"""
|
5031
5145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5032
5146
|
required_arguments = []
|
@@ -5119,7 +5233,7 @@ class DatabaseClient(object):
|
|
5119
5233
|
:rtype: :class:`~oci.response.Response`
|
5120
5234
|
|
5121
5235
|
:example:
|
5122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
5123
5237
|
"""
|
5124
5238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5125
5239
|
required_arguments = []
|
@@ -5213,7 +5327,7 @@ class DatabaseClient(object):
|
|
5213
5327
|
:rtype: :class:`~oci.response.Response`
|
5214
5328
|
|
5215
5329
|
:example:
|
5216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
5217
5331
|
"""
|
5218
5332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5219
5333
|
required_arguments = []
|
@@ -5309,7 +5423,7 @@ class DatabaseClient(object):
|
|
5309
5423
|
:rtype: :class:`~oci.response.Response`
|
5310
5424
|
|
5311
5425
|
:example:
|
5312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
5313
5427
|
"""
|
5314
5428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5315
5429
|
required_arguments = []
|
@@ -5409,7 +5523,7 @@ class DatabaseClient(object):
|
|
5409
5523
|
:rtype: :class:`~oci.response.Response`
|
5410
5524
|
|
5411
5525
|
:example:
|
5412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
5413
5527
|
"""
|
5414
5528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5415
5529
|
required_arguments = []
|
@@ -5507,7 +5621,7 @@ class DatabaseClient(object):
|
|
5507
5621
|
:rtype: :class:`~oci.response.Response`
|
5508
5622
|
|
5509
5623
|
:example:
|
5510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5511
5625
|
"""
|
5512
5626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5513
5627
|
required_arguments = []
|
@@ -5607,7 +5721,7 @@ class DatabaseClient(object):
|
|
5607
5721
|
:rtype: :class:`~oci.response.Response`
|
5608
5722
|
|
5609
5723
|
:example:
|
5610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
5611
5725
|
"""
|
5612
5726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5613
5727
|
required_arguments = ['dbNodeId']
|
@@ -5718,7 +5832,7 @@ class DatabaseClient(object):
|
|
5718
5832
|
:rtype: :class:`~oci.response.Response`
|
5719
5833
|
|
5720
5834
|
:example:
|
5721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
5722
5836
|
"""
|
5723
5837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5724
5838
|
required_arguments = ['dbNodeId']
|
@@ -5838,7 +5952,7 @@ class DatabaseClient(object):
|
|
5838
5952
|
:rtype: :class:`~oci.response.Response`
|
5839
5953
|
|
5840
5954
|
:example:
|
5841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5842
5956
|
"""
|
5843
5957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5844
5958
|
required_arguments = ['databaseId']
|
@@ -5944,7 +6058,7 @@ class DatabaseClient(object):
|
|
5944
6058
|
:rtype: :class:`~oci.response.Response`
|
5945
6059
|
|
5946
6060
|
:example:
|
5947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5948
6062
|
"""
|
5949
6063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5950
6064
|
required_arguments = []
|
@@ -6037,7 +6151,7 @@ class DatabaseClient(object):
|
|
6037
6151
|
:rtype: :class:`~oci.response.Response`
|
6038
6152
|
|
6039
6153
|
:example:
|
6040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
6041
6155
|
"""
|
6042
6156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6043
6157
|
required_arguments = []
|
@@ -6128,7 +6242,7 @@ class DatabaseClient(object):
|
|
6128
6242
|
:rtype: :class:`~oci.response.Response`
|
6129
6243
|
|
6130
6244
|
:example:
|
6131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
6132
6246
|
"""
|
6133
6247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6134
6248
|
required_arguments = []
|
@@ -6223,7 +6337,7 @@ class DatabaseClient(object):
|
|
6223
6337
|
:rtype: :class:`~oci.response.Response`
|
6224
6338
|
|
6225
6339
|
:example:
|
6226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
6227
6341
|
"""
|
6228
6342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6229
6343
|
required_arguments = []
|
@@ -6321,7 +6435,7 @@ class DatabaseClient(object):
|
|
6321
6435
|
:rtype: :class:`~oci.response.Response`
|
6322
6436
|
|
6323
6437
|
:example:
|
6324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
6325
6439
|
"""
|
6326
6440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6327
6441
|
required_arguments = []
|
@@ -6417,7 +6531,7 @@ class DatabaseClient(object):
|
|
6417
6531
|
:rtype: :class:`~oci.response.Response`
|
6418
6532
|
|
6419
6533
|
:example:
|
6420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
6421
6535
|
"""
|
6422
6536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6423
6537
|
required_arguments = []
|
@@ -6514,7 +6628,7 @@ class DatabaseClient(object):
|
|
6514
6628
|
:rtype: :class:`~oci.response.Response`
|
6515
6629
|
|
6516
6630
|
:example:
|
6517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
6518
6632
|
"""
|
6519
6633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6520
6634
|
required_arguments = []
|
@@ -6608,7 +6722,7 @@ class DatabaseClient(object):
|
|
6608
6722
|
:rtype: :class:`~oci.response.Response`
|
6609
6723
|
|
6610
6724
|
:example:
|
6611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
6612
6726
|
"""
|
6613
6727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6614
6728
|
required_arguments = []
|
@@ -6704,7 +6818,7 @@ class DatabaseClient(object):
|
|
6704
6818
|
:rtype: :class:`~oci.response.Response`
|
6705
6819
|
|
6706
6820
|
:example:
|
6707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
6708
6822
|
"""
|
6709
6823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6710
6824
|
required_arguments = []
|
@@ -6800,7 +6914,7 @@ class DatabaseClient(object):
|
|
6800
6914
|
:rtype: :class:`~oci.response.Response`
|
6801
6915
|
|
6802
6916
|
:example:
|
6803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6804
6918
|
"""
|
6805
6919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6806
6920
|
required_arguments = []
|
@@ -6897,7 +7011,7 @@ class DatabaseClient(object):
|
|
6897
7011
|
:rtype: :class:`~oci.response.Response`
|
6898
7012
|
|
6899
7013
|
:example:
|
6900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6901
7015
|
"""
|
6902
7016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6903
7017
|
required_arguments = []
|
@@ -6993,7 +7107,7 @@ class DatabaseClient(object):
|
|
6993
7107
|
:rtype: :class:`~oci.response.Response`
|
6994
7108
|
|
6995
7109
|
:example:
|
6996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6997
7111
|
"""
|
6998
7112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6999
7113
|
required_arguments = []
|
@@ -7092,7 +7206,7 @@ class DatabaseClient(object):
|
|
7092
7206
|
:rtype: :class:`~oci.response.Response`
|
7093
7207
|
|
7094
7208
|
:example:
|
7095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
7096
7210
|
"""
|
7097
7211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7098
7212
|
required_arguments = []
|
@@ -7188,7 +7302,7 @@ class DatabaseClient(object):
|
|
7188
7302
|
:rtype: :class:`~oci.response.Response`
|
7189
7303
|
|
7190
7304
|
:example:
|
7191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
7192
7306
|
"""
|
7193
7307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7194
7308
|
required_arguments = []
|
@@ -7286,7 +7400,7 @@ class DatabaseClient(object):
|
|
7286
7400
|
:rtype: :class:`~oci.response.Response`
|
7287
7401
|
|
7288
7402
|
:example:
|
7289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
7290
7404
|
"""
|
7291
7405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7292
7406
|
required_arguments = []
|
@@ -7383,7 +7497,7 @@ class DatabaseClient(object):
|
|
7383
7497
|
:rtype: :class:`~oci.response.Response`
|
7384
7498
|
|
7385
7499
|
:example:
|
7386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
7387
7501
|
"""
|
7388
7502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7389
7503
|
required_arguments = []
|
@@ -7485,7 +7599,7 @@ class DatabaseClient(object):
|
|
7485
7599
|
:rtype: :class:`~oci.response.Response`
|
7486
7600
|
|
7487
7601
|
:example:
|
7488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
7489
7603
|
"""
|
7490
7604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7491
7605
|
required_arguments = ['exadataInfrastructureId']
|
@@ -7614,7 +7728,7 @@ class DatabaseClient(object):
|
|
7614
7728
|
:rtype: :class:`~oci.response.Response`
|
7615
7729
|
|
7616
7730
|
:example:
|
7617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
7618
7732
|
"""
|
7619
7733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7620
7734
|
required_arguments = ['dbNodeId', 'action']
|
@@ -7727,7 +7841,7 @@ class DatabaseClient(object):
|
|
7727
7841
|
:rtype: :class:`~oci.response.Response`
|
7728
7842
|
|
7729
7843
|
:example:
|
7730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
7731
7845
|
"""
|
7732
7846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7733
7847
|
required_arguments = ['applicationVipId']
|
@@ -7830,7 +7944,7 @@ class DatabaseClient(object):
|
|
7830
7944
|
:rtype: :class:`~oci.response.Response`
|
7831
7945
|
|
7832
7946
|
:example:
|
7833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7834
7948
|
"""
|
7835
7949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7836
7950
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7933,7 +8047,7 @@ class DatabaseClient(object):
|
|
7933
8047
|
:rtype: :class:`~oci.response.Response`
|
7934
8048
|
|
7935
8049
|
:example:
|
7936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7937
8051
|
"""
|
7938
8052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7939
8053
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -8036,7 +8150,7 @@ class DatabaseClient(object):
|
|
8036
8150
|
:rtype: :class:`~oci.response.Response`
|
8037
8151
|
|
8038
8152
|
:example:
|
8039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
8040
8154
|
"""
|
8041
8155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8042
8156
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -8139,7 +8253,7 @@ class DatabaseClient(object):
|
|
8139
8253
|
:rtype: :class:`~oci.response.Response`
|
8140
8254
|
|
8141
8255
|
:example:
|
8142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
8143
8257
|
"""
|
8144
8258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8145
8259
|
required_arguments = ['autonomousVmClusterId']
|
@@ -8239,7 +8353,7 @@ class DatabaseClient(object):
|
|
8239
8353
|
:rtype: :class:`~oci.response.Response`
|
8240
8354
|
|
8241
8355
|
:example:
|
8242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
8243
8357
|
"""
|
8244
8358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8245
8359
|
required_arguments = ['backupId']
|
@@ -8340,7 +8454,7 @@ class DatabaseClient(object):
|
|
8340
8454
|
:rtype: :class:`~oci.response.Response`
|
8341
8455
|
|
8342
8456
|
:example:
|
8343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
8344
8458
|
"""
|
8345
8459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8346
8460
|
required_arguments = ['backupDestinationId']
|
@@ -8443,7 +8557,7 @@ class DatabaseClient(object):
|
|
8443
8557
|
:rtype: :class:`~oci.response.Response`
|
8444
8558
|
|
8445
8559
|
:example:
|
8446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
8447
8561
|
"""
|
8448
8562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8449
8563
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -8549,7 +8663,7 @@ class DatabaseClient(object):
|
|
8549
8663
|
:rtype: :class:`~oci.response.Response`
|
8550
8664
|
|
8551
8665
|
:example:
|
8552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
8553
8667
|
"""
|
8554
8668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8555
8669
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -8660,7 +8774,7 @@ class DatabaseClient(object):
|
|
8660
8774
|
:rtype: :class:`~oci.response.Response`
|
8661
8775
|
|
8662
8776
|
:example:
|
8663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
8664
8778
|
"""
|
8665
8779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8666
8780
|
required_arguments = ['cloudVmClusterId']
|
@@ -8763,7 +8877,7 @@ class DatabaseClient(object):
|
|
8763
8877
|
:rtype: :class:`~oci.response.Response`
|
8764
8878
|
|
8765
8879
|
:example:
|
8766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
8767
8881
|
"""
|
8768
8882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8769
8883
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8868,7 +8982,7 @@ class DatabaseClient(object):
|
|
8868
8982
|
:rtype: :class:`~oci.response.Response`
|
8869
8983
|
|
8870
8984
|
:example:
|
8871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
8872
8986
|
"""
|
8873
8987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8874
8988
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -8981,7 +9095,7 @@ class DatabaseClient(object):
|
|
8981
9095
|
:rtype: :class:`~oci.response.Response`
|
8982
9096
|
|
8983
9097
|
:example:
|
8984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8985
9099
|
"""
|
8986
9100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8987
9101
|
required_arguments = ['databaseId']
|
@@ -9089,7 +9203,7 @@ class DatabaseClient(object):
|
|
9089
9203
|
:rtype: :class:`~oci.response.Response`
|
9090
9204
|
|
9091
9205
|
:example:
|
9092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
9093
9207
|
"""
|
9094
9208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9095
9209
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -9196,7 +9310,7 @@ class DatabaseClient(object):
|
|
9196
9310
|
:rtype: :class:`~oci.response.Response`
|
9197
9311
|
|
9198
9312
|
:example:
|
9199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
9200
9314
|
"""
|
9201
9315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9202
9316
|
required_arguments = ['dbHomeId']
|
@@ -9305,7 +9419,7 @@ class DatabaseClient(object):
|
|
9305
9419
|
:rtype: :class:`~oci.response.Response`
|
9306
9420
|
|
9307
9421
|
:example:
|
9308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
9309
9423
|
"""
|
9310
9424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9311
9425
|
required_arguments = ['exadataInfrastructureId']
|
@@ -9408,7 +9522,7 @@ class DatabaseClient(object):
|
|
9408
9522
|
:rtype: :class:`~oci.response.Response`
|
9409
9523
|
|
9410
9524
|
:example:
|
9411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
9412
9526
|
"""
|
9413
9527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9414
9528
|
required_arguments = ['exadbVmClusterId']
|
@@ -9511,7 +9625,7 @@ class DatabaseClient(object):
|
|
9511
9625
|
:rtype: :class:`~oci.response.Response`
|
9512
9626
|
|
9513
9627
|
:example:
|
9514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
9515
9629
|
"""
|
9516
9630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9517
9631
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -9616,7 +9730,7 @@ class DatabaseClient(object):
|
|
9616
9730
|
:rtype: :class:`~oci.response.Response`
|
9617
9731
|
|
9618
9732
|
:example:
|
9619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
9620
9734
|
"""
|
9621
9735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9622
9736
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9722,7 +9836,7 @@ class DatabaseClient(object):
|
|
9722
9836
|
:rtype: :class:`~oci.response.Response`
|
9723
9837
|
|
9724
9838
|
:example:
|
9725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
9726
9840
|
"""
|
9727
9841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9728
9842
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -9825,7 +9939,7 @@ class DatabaseClient(object):
|
|
9825
9939
|
:rtype: :class:`~oci.response.Response`
|
9826
9940
|
|
9827
9941
|
:example:
|
9828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
9829
9943
|
"""
|
9830
9944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9831
9945
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9929,7 +10043,7 @@ class DatabaseClient(object):
|
|
9929
10043
|
:rtype: :class:`~oci.response.Response`
|
9930
10044
|
|
9931
10045
|
:example:
|
9932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
9933
10047
|
"""
|
9934
10048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9935
10049
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10032,7 +10146,7 @@ class DatabaseClient(object):
|
|
10032
10146
|
:rtype: :class:`~oci.response.Response`
|
10033
10147
|
|
10034
10148
|
:example:
|
10035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
10036
10150
|
"""
|
10037
10151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10038
10152
|
required_arguments = ['keyStoreId']
|
@@ -10135,7 +10249,7 @@ class DatabaseClient(object):
|
|
10135
10249
|
:rtype: :class:`~oci.response.Response`
|
10136
10250
|
|
10137
10251
|
:example:
|
10138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
10139
10253
|
"""
|
10140
10254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10141
10255
|
required_arguments = ['oneoffPatchId']
|
@@ -10238,7 +10352,7 @@ class DatabaseClient(object):
|
|
10238
10352
|
:rtype: :class:`~oci.response.Response`
|
10239
10353
|
|
10240
10354
|
:example:
|
10241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
10242
10356
|
"""
|
10243
10357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10244
10358
|
required_arguments = ['pluggableDatabaseId']
|
@@ -10341,7 +10455,7 @@ class DatabaseClient(object):
|
|
10341
10455
|
:rtype: :class:`~oci.response.Response`
|
10342
10456
|
|
10343
10457
|
:example:
|
10344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
10345
10459
|
"""
|
10346
10460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10347
10461
|
required_arguments = ['vmClusterId']
|
@@ -10450,7 +10564,7 @@ class DatabaseClient(object):
|
|
10450
10564
|
:rtype: :class:`~oci.response.Response`
|
10451
10565
|
|
10452
10566
|
:example:
|
10453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
10454
10568
|
"""
|
10455
10569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10456
10570
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -10552,7 +10666,7 @@ class DatabaseClient(object):
|
|
10552
10666
|
:rtype: :class:`~oci.response.Response`
|
10553
10667
|
|
10554
10668
|
:example:
|
10555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
10556
10670
|
"""
|
10557
10671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10558
10672
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10651,7 +10765,7 @@ class DatabaseClient(object):
|
|
10651
10765
|
:rtype: :class:`~oci.response.Response`
|
10652
10766
|
|
10653
10767
|
:example:
|
10654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
10655
10769
|
"""
|
10656
10770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10657
10771
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10747,7 +10861,7 @@ class DatabaseClient(object):
|
|
10747
10861
|
:rtype: :class:`~oci.response.Response`
|
10748
10862
|
|
10749
10863
|
:example:
|
10750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
10751
10865
|
"""
|
10752
10866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10753
10867
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10855,7 +10969,7 @@ class DatabaseClient(object):
|
|
10855
10969
|
:rtype: :class:`~oci.response.Response`
|
10856
10970
|
|
10857
10971
|
:example:
|
10858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
10859
10973
|
"""
|
10860
10974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10861
10975
|
required_arguments = ['databaseId']
|
@@ -10970,7 +11084,7 @@ class DatabaseClient(object):
|
|
10970
11084
|
:rtype: :class:`~oci.response.Response`
|
10971
11085
|
|
10972
11086
|
:example:
|
10973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
10974
11088
|
"""
|
10975
11089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10976
11090
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11083,7 +11197,7 @@ class DatabaseClient(object):
|
|
11083
11197
|
:rtype: :class:`~oci.response.Response`
|
11084
11198
|
|
11085
11199
|
:example:
|
11086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
11087
11201
|
"""
|
11088
11202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11089
11203
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11200,7 +11314,7 @@ class DatabaseClient(object):
|
|
11200
11314
|
:rtype: :class:`~oci.response.Response`
|
11201
11315
|
|
11202
11316
|
:example:
|
11203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
11204
11318
|
"""
|
11205
11319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11206
11320
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11313,7 +11427,7 @@ class DatabaseClient(object):
|
|
11313
11427
|
:rtype: :class:`~oci.response.Response`
|
11314
11428
|
|
11315
11429
|
:example:
|
11316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
11317
11431
|
"""
|
11318
11432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11319
11433
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11426,7 +11540,7 @@ class DatabaseClient(object):
|
|
11426
11540
|
:rtype: :class:`~oci.response.Response`
|
11427
11541
|
|
11428
11542
|
:example:
|
11429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
11430
11544
|
"""
|
11431
11545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11432
11546
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11543,7 +11657,7 @@ class DatabaseClient(object):
|
|
11543
11657
|
:rtype: :class:`~oci.response.Response`
|
11544
11658
|
|
11545
11659
|
:example:
|
11546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
11547
11661
|
"""
|
11548
11662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11549
11663
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11656,7 +11770,7 @@ class DatabaseClient(object):
|
|
11656
11770
|
:rtype: :class:`~oci.response.Response`
|
11657
11771
|
|
11658
11772
|
:example:
|
11659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
11660
11774
|
"""
|
11661
11775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11662
11776
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11769,7 +11883,7 @@ class DatabaseClient(object):
|
|
11769
11883
|
:rtype: :class:`~oci.response.Response`
|
11770
11884
|
|
11771
11885
|
:example:
|
11772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
11773
11887
|
"""
|
11774
11888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11775
11889
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11882,7 +11996,7 @@ class DatabaseClient(object):
|
|
11882
11996
|
:rtype: :class:`~oci.response.Response`
|
11883
11997
|
|
11884
11998
|
:example:
|
11885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
11886
12000
|
"""
|
11887
12001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11888
12002
|
required_arguments = ['pluggableDatabaseId']
|
@@ -11992,7 +12106,7 @@ class DatabaseClient(object):
|
|
11992
12106
|
:rtype: :class:`~oci.response.Response`
|
11993
12107
|
|
11994
12108
|
:example:
|
11995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
11996
12110
|
"""
|
11997
12111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11998
12112
|
required_arguments = ['exadataInfrastructureId']
|
@@ -12105,7 +12219,7 @@ class DatabaseClient(object):
|
|
12105
12219
|
:rtype: :class:`~oci.response.Response`
|
12106
12220
|
|
12107
12221
|
:example:
|
12108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
12109
12223
|
"""
|
12110
12224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12111
12225
|
required_arguments = ['oneoffPatchId']
|
@@ -12220,7 +12334,7 @@ class DatabaseClient(object):
|
|
12220
12334
|
:rtype: :class:`~oci.response.Response`
|
12221
12335
|
|
12222
12336
|
:example:
|
12223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
12224
12338
|
"""
|
12225
12339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12226
12340
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -12334,7 +12448,7 @@ class DatabaseClient(object):
|
|
12334
12448
|
:rtype: :class:`~oci.response.Response`
|
12335
12449
|
|
12336
12450
|
:example:
|
12337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
12338
12452
|
"""
|
12339
12453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12340
12454
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -12436,7 +12550,7 @@ class DatabaseClient(object):
|
|
12436
12550
|
:rtype: :class:`~oci.response.Response`
|
12437
12551
|
|
12438
12552
|
:example:
|
12439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
12440
12554
|
"""
|
12441
12555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12442
12556
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12532,7 +12646,7 @@ class DatabaseClient(object):
|
|
12532
12646
|
:rtype: :class:`~oci.response.Response`
|
12533
12647
|
|
12534
12648
|
:example:
|
12535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
12536
12650
|
"""
|
12537
12651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12538
12652
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12643,7 +12757,7 @@ class DatabaseClient(object):
|
|
12643
12757
|
:rtype: :class:`~oci.response.Response`
|
12644
12758
|
|
12645
12759
|
:example:
|
12646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
12647
12761
|
"""
|
12648
12762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12649
12763
|
required_arguments = ['databaseId']
|
@@ -12767,7 +12881,7 @@ class DatabaseClient(object):
|
|
12767
12881
|
:rtype: :class:`~oci.response.Response`
|
12768
12882
|
|
12769
12883
|
:example:
|
12770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
12771
12885
|
"""
|
12772
12886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12773
12887
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12885,7 +12999,7 @@ class DatabaseClient(object):
|
|
12885
12999
|
:rtype: :class:`~oci.response.Response`
|
12886
13000
|
|
12887
13001
|
:example:
|
12888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
12889
13003
|
"""
|
12890
13004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12891
13005
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13007,7 +13121,7 @@ class DatabaseClient(object):
|
|
13007
13121
|
:rtype: :class:`~oci.response.Response`
|
13008
13122
|
|
13009
13123
|
:example:
|
13010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
13011
13125
|
"""
|
13012
13126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13013
13127
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13125,7 +13239,7 @@ class DatabaseClient(object):
|
|
13125
13239
|
:rtype: :class:`~oci.response.Response`
|
13126
13240
|
|
13127
13241
|
:example:
|
13128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
13129
13243
|
"""
|
13130
13244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13131
13245
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13243,7 +13357,7 @@ class DatabaseClient(object):
|
|
13243
13357
|
:rtype: :class:`~oci.response.Response`
|
13244
13358
|
|
13245
13359
|
:example:
|
13246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
13247
13361
|
"""
|
13248
13362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13249
13363
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13365,7 +13479,7 @@ class DatabaseClient(object):
|
|
13365
13479
|
:rtype: :class:`~oci.response.Response`
|
13366
13480
|
|
13367
13481
|
:example:
|
13368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
13369
13483
|
"""
|
13370
13484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13371
13485
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13483,7 +13597,7 @@ class DatabaseClient(object):
|
|
13483
13597
|
:rtype: :class:`~oci.response.Response`
|
13484
13598
|
|
13485
13599
|
:example:
|
13486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
13487
13601
|
"""
|
13488
13602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13489
13603
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13601,7 +13715,7 @@ class DatabaseClient(object):
|
|
13601
13715
|
:rtype: :class:`~oci.response.Response`
|
13602
13716
|
|
13603
13717
|
:example:
|
13604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
13605
13719
|
"""
|
13606
13720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13607
13721
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13719,7 +13833,7 @@ class DatabaseClient(object):
|
|
13719
13833
|
:rtype: :class:`~oci.response.Response`
|
13720
13834
|
|
13721
13835
|
:example:
|
13722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
13723
13837
|
"""
|
13724
13838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13725
13839
|
required_arguments = ['pluggableDatabaseId']
|
@@ -13844,7 +13958,7 @@ class DatabaseClient(object):
|
|
13844
13958
|
:rtype: :class:`~oci.response.Response`
|
13845
13959
|
|
13846
13960
|
:example:
|
13847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
13848
13962
|
"""
|
13849
13963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13850
13964
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13964,7 +14078,7 @@ class DatabaseClient(object):
|
|
13964
14078
|
:rtype: :class:`~oci.response.Response`
|
13965
14079
|
|
13966
14080
|
:example:
|
13967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
13968
14082
|
"""
|
13969
14083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13970
14084
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -14077,7 +14191,7 @@ class DatabaseClient(object):
|
|
14077
14191
|
:rtype: :class:`~oci.response.Response`
|
14078
14192
|
|
14079
14193
|
:example:
|
14080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
14081
14195
|
"""
|
14082
14196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14083
14197
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -14188,7 +14302,7 @@ class DatabaseClient(object):
|
|
14188
14302
|
:rtype: :class:`~oci.response.Response`
|
14189
14303
|
|
14190
14304
|
:example:
|
14191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
14192
14306
|
"""
|
14193
14307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14194
14308
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14301,7 +14415,7 @@ class DatabaseClient(object):
|
|
14301
14415
|
:rtype: :class:`~oci.response.Response`
|
14302
14416
|
|
14303
14417
|
:example:
|
14304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
14305
14419
|
"""
|
14306
14420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14307
14421
|
required_arguments = ['exadataInfrastructureId']
|
@@ -14404,7 +14518,7 @@ class DatabaseClient(object):
|
|
14404
14518
|
:rtype: :class:`~oci.response.Response`
|
14405
14519
|
|
14406
14520
|
:example:
|
14407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
14408
14522
|
"""
|
14409
14523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14410
14524
|
required_arguments = ['applicationVipId']
|
@@ -14499,7 +14613,7 @@ class DatabaseClient(object):
|
|
14499
14613
|
:rtype: :class:`~oci.response.Response`
|
14500
14614
|
|
14501
14615
|
:example:
|
14502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
14503
14617
|
"""
|
14504
14618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14505
14619
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -14592,7 +14706,7 @@ class DatabaseClient(object):
|
|
14592
14706
|
:rtype: :class:`~oci.response.Response`
|
14593
14707
|
|
14594
14708
|
:example:
|
14595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
14596
14710
|
"""
|
14597
14711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14598
14712
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -14684,7 +14798,7 @@ class DatabaseClient(object):
|
|
14684
14798
|
:rtype: :class:`~oci.response.Response`
|
14685
14799
|
|
14686
14800
|
:example:
|
14687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
14688
14802
|
"""
|
14689
14803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14690
14804
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -14782,7 +14896,7 @@ class DatabaseClient(object):
|
|
14782
14896
|
:rtype: :class:`~oci.response.Response`
|
14783
14897
|
|
14784
14898
|
:example:
|
14785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
14786
14900
|
"""
|
14787
14901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14788
14902
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14880,7 +14994,7 @@ class DatabaseClient(object):
|
|
14880
14994
|
:rtype: :class:`~oci.response.Response`
|
14881
14995
|
|
14882
14996
|
:example:
|
14883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
14884
14998
|
"""
|
14885
14999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14886
15000
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -14983,7 +15097,7 @@ class DatabaseClient(object):
|
|
14983
15097
|
:rtype: :class:`~oci.response.Response`
|
14984
15098
|
|
14985
15099
|
:example:
|
14986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
14987
15101
|
"""
|
14988
15102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14989
15103
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -15077,7 +15191,7 @@ class DatabaseClient(object):
|
|
15077
15191
|
:rtype: :class:`~oci.response.Response`
|
15078
15192
|
|
15079
15193
|
:example:
|
15080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
15081
15195
|
"""
|
15082
15196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15083
15197
|
required_arguments = []
|
@@ -15163,7 +15277,7 @@ class DatabaseClient(object):
|
|
15163
15277
|
:rtype: :class:`~oci.response.Response`
|
15164
15278
|
|
15165
15279
|
:example:
|
15166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
15167
15281
|
"""
|
15168
15282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15169
15283
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -15261,7 +15375,7 @@ class DatabaseClient(object):
|
|
15261
15375
|
:rtype: :class:`~oci.response.Response`
|
15262
15376
|
|
15263
15377
|
:example:
|
15264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
15265
15379
|
"""
|
15266
15380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15267
15381
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15356,7 +15470,7 @@ class DatabaseClient(object):
|
|
15356
15470
|
:rtype: :class:`~oci.response.Response`
|
15357
15471
|
|
15358
15472
|
:example:
|
15359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
15360
15474
|
"""
|
15361
15475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15362
15476
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -15444,7 +15558,7 @@ class DatabaseClient(object):
|
|
15444
15558
|
:rtype: :class:`~oci.response.Response`
|
15445
15559
|
|
15446
15560
|
:example:
|
15447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
15448
15562
|
"""
|
15449
15563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15450
15564
|
required_arguments = ['autonomousPatchId']
|
@@ -15535,7 +15649,7 @@ class DatabaseClient(object):
|
|
15535
15649
|
:rtype: :class:`~oci.response.Response`
|
15536
15650
|
|
15537
15651
|
:example:
|
15538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
15539
15653
|
"""
|
15540
15654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15541
15655
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -15633,7 +15747,7 @@ class DatabaseClient(object):
|
|
15633
15747
|
:rtype: :class:`~oci.response.Response`
|
15634
15748
|
|
15635
15749
|
:example:
|
15636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
15637
15751
|
"""
|
15638
15752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15639
15753
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15731,7 +15845,7 @@ class DatabaseClient(object):
|
|
15731
15845
|
:rtype: :class:`~oci.response.Response`
|
15732
15846
|
|
15733
15847
|
:example:
|
15734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
15735
15849
|
"""
|
15736
15850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15737
15851
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15826,7 +15940,7 @@ class DatabaseClient(object):
|
|
15826
15940
|
:rtype: :class:`~oci.response.Response`
|
15827
15941
|
|
15828
15942
|
:example:
|
15829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
15830
15944
|
"""
|
15831
15945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15832
15946
|
required_arguments = ['backupId']
|
@@ -15917,7 +16031,7 @@ class DatabaseClient(object):
|
|
15917
16031
|
:rtype: :class:`~oci.response.Response`
|
15918
16032
|
|
15919
16033
|
:example:
|
15920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
15921
16035
|
"""
|
15922
16036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15923
16037
|
required_arguments = ['backupDestinationId']
|
@@ -16015,7 +16129,7 @@ class DatabaseClient(object):
|
|
16015
16129
|
:rtype: :class:`~oci.response.Response`
|
16016
16130
|
|
16017
16131
|
:example:
|
16018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
16019
16133
|
"""
|
16020
16134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16021
16135
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -16113,7 +16227,7 @@ class DatabaseClient(object):
|
|
16113
16227
|
:rtype: :class:`~oci.response.Response`
|
16114
16228
|
|
16115
16229
|
:example:
|
16116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
16117
16231
|
"""
|
16118
16232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16119
16233
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -16211,7 +16325,7 @@ class DatabaseClient(object):
|
|
16211
16325
|
:rtype: :class:`~oci.response.Response`
|
16212
16326
|
|
16213
16327
|
:example:
|
16214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
16215
16329
|
"""
|
16216
16330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16217
16331
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -16314,7 +16428,7 @@ class DatabaseClient(object):
|
|
16314
16428
|
:rtype: :class:`~oci.response.Response`
|
16315
16429
|
|
16316
16430
|
:example:
|
16317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
16318
16432
|
"""
|
16319
16433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16320
16434
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -16420,7 +16534,7 @@ class DatabaseClient(object):
|
|
16420
16534
|
:rtype: :class:`~oci.response.Response`
|
16421
16535
|
|
16422
16536
|
:example:
|
16423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
16424
16538
|
"""
|
16425
16539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16426
16540
|
required_arguments = ['cloudVmClusterId']
|
@@ -16519,7 +16633,7 @@ class DatabaseClient(object):
|
|
16519
16633
|
:rtype: :class:`~oci.response.Response`
|
16520
16634
|
|
16521
16635
|
:example:
|
16522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
16523
16637
|
"""
|
16524
16638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16525
16639
|
required_arguments = ['cloudVmClusterId']
|
@@ -16622,7 +16736,7 @@ class DatabaseClient(object):
|
|
16622
16736
|
:rtype: :class:`~oci.response.Response`
|
16623
16737
|
|
16624
16738
|
:example:
|
16625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
16626
16740
|
"""
|
16627
16741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16628
16742
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -16726,7 +16840,7 @@ class DatabaseClient(object):
|
|
16726
16840
|
:rtype: :class:`~oci.response.Response`
|
16727
16841
|
|
16728
16842
|
:example:
|
16729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
16730
16844
|
"""
|
16731
16845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16732
16846
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -16825,7 +16939,7 @@ class DatabaseClient(object):
|
|
16825
16939
|
:rtype: :class:`~oci.response.Response`
|
16826
16940
|
|
16827
16941
|
:example:
|
16828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
16829
16943
|
"""
|
16830
16944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16831
16945
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -16920,7 +17034,7 @@ class DatabaseClient(object):
|
|
16920
17034
|
:rtype: :class:`~oci.response.Response`
|
16921
17035
|
|
16922
17036
|
:example:
|
16923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
16924
17038
|
"""
|
16925
17039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16926
17040
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -17022,7 +17136,7 @@ class DatabaseClient(object):
|
|
17022
17136
|
:rtype: :class:`~oci.response.Response`
|
17023
17137
|
|
17024
17138
|
:example:
|
17025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
17026
17140
|
"""
|
17027
17141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17028
17142
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -17123,7 +17237,7 @@ class DatabaseClient(object):
|
|
17123
17237
|
:rtype: :class:`~oci.response.Response`
|
17124
17238
|
|
17125
17239
|
:example:
|
17126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
17127
17241
|
"""
|
17128
17242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17129
17243
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -17212,7 +17326,7 @@ class DatabaseClient(object):
|
|
17212
17326
|
:rtype: :class:`~oci.response.Response`
|
17213
17327
|
|
17214
17328
|
:example:
|
17215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
17216
17330
|
"""
|
17217
17331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17218
17332
|
required_arguments = ['databaseId']
|
@@ -17300,7 +17414,7 @@ class DatabaseClient(object):
|
|
17300
17414
|
:rtype: :class:`~oci.response.Response`
|
17301
17415
|
|
17302
17416
|
:example:
|
17303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
17304
17418
|
"""
|
17305
17419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17306
17420
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -17396,7 +17510,7 @@ class DatabaseClient(object):
|
|
17396
17510
|
:rtype: :class:`~oci.response.Response`
|
17397
17511
|
|
17398
17512
|
:example:
|
17399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
17400
17514
|
"""
|
17401
17515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17402
17516
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -17492,7 +17606,7 @@ class DatabaseClient(object):
|
|
17492
17606
|
:rtype: :class:`~oci.response.Response`
|
17493
17607
|
|
17494
17608
|
:example:
|
17495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
17496
17610
|
"""
|
17497
17611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17498
17612
|
required_arguments = ['dbHomeId']
|
@@ -17585,7 +17699,7 @@ class DatabaseClient(object):
|
|
17585
17699
|
:rtype: :class:`~oci.response.Response`
|
17586
17700
|
|
17587
17701
|
:example:
|
17588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
17589
17703
|
"""
|
17590
17704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17591
17705
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -17679,7 +17793,7 @@ class DatabaseClient(object):
|
|
17679
17793
|
:rtype: :class:`~oci.response.Response`
|
17680
17794
|
|
17681
17795
|
:example:
|
17682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
17683
17797
|
"""
|
17684
17798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17685
17799
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -17768,7 +17882,7 @@ class DatabaseClient(object):
|
|
17768
17882
|
:rtype: :class:`~oci.response.Response`
|
17769
17883
|
|
17770
17884
|
:example:
|
17771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
17772
17886
|
"""
|
17773
17887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17774
17888
|
required_arguments = ['dbNodeId']
|
@@ -17864,7 +17978,7 @@ class DatabaseClient(object):
|
|
17864
17978
|
:rtype: :class:`~oci.response.Response`
|
17865
17979
|
|
17866
17980
|
:example:
|
17867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
17868
17982
|
"""
|
17869
17983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17870
17984
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -17973,7 +18087,7 @@ class DatabaseClient(object):
|
|
17973
18087
|
:rtype: :class:`~oci.response.Response`
|
17974
18088
|
|
17975
18089
|
:example:
|
17976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
17977
18091
|
"""
|
17978
18092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17979
18093
|
required_arguments = ['dbSystemId']
|
@@ -18066,7 +18180,7 @@ class DatabaseClient(object):
|
|
18066
18180
|
:rtype: :class:`~oci.response.Response`
|
18067
18181
|
|
18068
18182
|
:example:
|
18069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
18070
18184
|
"""
|
18071
18185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18072
18186
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -18160,7 +18274,7 @@ class DatabaseClient(object):
|
|
18160
18274
|
:rtype: :class:`~oci.response.Response`
|
18161
18275
|
|
18162
18276
|
:example:
|
18163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
18164
18278
|
"""
|
18165
18279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18166
18280
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -18257,7 +18371,7 @@ class DatabaseClient(object):
|
|
18257
18371
|
:rtype: :class:`~oci.response.Response`
|
18258
18372
|
|
18259
18373
|
:example:
|
18260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
18261
18375
|
"""
|
18262
18376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18263
18377
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -18362,7 +18476,7 @@ class DatabaseClient(object):
|
|
18362
18476
|
:rtype: :class:`~oci.response.Response`
|
18363
18477
|
|
18364
18478
|
:example:
|
18365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
18366
18480
|
"""
|
18367
18481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18368
18482
|
required_arguments = ['exadataInfrastructureId']
|
@@ -18476,7 +18590,7 @@ class DatabaseClient(object):
|
|
18476
18590
|
:rtype: :class:`~oci.response.Response`
|
18477
18591
|
|
18478
18592
|
:example:
|
18479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
18480
18594
|
"""
|
18481
18595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18482
18596
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -18579,7 +18693,7 @@ class DatabaseClient(object):
|
|
18579
18693
|
:rtype: :class:`~oci.response.Response`
|
18580
18694
|
|
18581
18695
|
:example:
|
18582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
18583
18697
|
"""
|
18584
18698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18585
18699
|
required_arguments = ['exadataInfrastructureId']
|
@@ -18696,7 +18810,7 @@ class DatabaseClient(object):
|
|
18696
18810
|
:rtype: :class:`~oci.response.Response`
|
18697
18811
|
|
18698
18812
|
:example:
|
18699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
18700
18814
|
"""
|
18701
18815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18702
18816
|
required_arguments = ['dbSystemId']
|
@@ -18794,7 +18908,7 @@ class DatabaseClient(object):
|
|
18794
18908
|
:rtype: :class:`~oci.response.Response`
|
18795
18909
|
|
18796
18910
|
:example:
|
18797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
18798
18912
|
"""
|
18799
18913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18800
18914
|
required_arguments = ['exadbVmClusterId']
|
@@ -18897,7 +19011,7 @@ class DatabaseClient(object):
|
|
18897
19011
|
:rtype: :class:`~oci.response.Response`
|
18898
19012
|
|
18899
19013
|
:example:
|
18900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
18901
19015
|
"""
|
18902
19016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18903
19017
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -19001,7 +19115,7 @@ class DatabaseClient(object):
|
|
19001
19115
|
:rtype: :class:`~oci.response.Response`
|
19002
19116
|
|
19003
19117
|
:example:
|
19004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
|
19005
19119
|
"""
|
19006
19120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19007
19121
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -19100,7 +19214,7 @@ class DatabaseClient(object):
|
|
19100
19214
|
:rtype: :class:`~oci.response.Response`
|
19101
19215
|
|
19102
19216
|
:example:
|
19103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
19104
19218
|
"""
|
19105
19219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19106
19220
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -19199,7 +19313,7 @@ class DatabaseClient(object):
|
|
19199
19313
|
:rtype: :class:`~oci.response.Response`
|
19200
19314
|
|
19201
19315
|
:example:
|
19202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
19203
19317
|
"""
|
19204
19318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19205
19319
|
required_arguments = ['backupId']
|
@@ -19290,7 +19404,7 @@ class DatabaseClient(object):
|
|
19290
19404
|
:rtype: :class:`~oci.response.Response`
|
19291
19405
|
|
19292
19406
|
:example:
|
19293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
19294
19408
|
"""
|
19295
19409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19296
19410
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -19389,7 +19503,7 @@ class DatabaseClient(object):
|
|
19389
19503
|
:rtype: :class:`~oci.response.Response`
|
19390
19504
|
|
19391
19505
|
:example:
|
19392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
19393
19507
|
"""
|
19394
19508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19395
19509
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -19487,7 +19601,7 @@ class DatabaseClient(object):
|
|
19487
19601
|
:rtype: :class:`~oci.response.Response`
|
19488
19602
|
|
19489
19603
|
:example:
|
19490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
19491
19605
|
"""
|
19492
19606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19493
19607
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -19586,7 +19700,7 @@ class DatabaseClient(object):
|
|
19586
19700
|
:rtype: :class:`~oci.response.Response`
|
19587
19701
|
|
19588
19702
|
:example:
|
19589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
19590
19704
|
"""
|
19591
19705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19592
19706
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -19693,7 +19807,7 @@ class DatabaseClient(object):
|
|
19693
19807
|
:rtype: :class:`~oci.response.Response`
|
19694
19808
|
|
19695
19809
|
:example:
|
19696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
19697
19811
|
"""
|
19698
19812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19699
19813
|
required_arguments = ['compartmentId']
|
@@ -19797,7 +19911,7 @@ class DatabaseClient(object):
|
|
19797
19911
|
:rtype: :class:`~oci.response.Response`
|
19798
19912
|
|
19799
19913
|
:example:
|
19800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
19801
19915
|
"""
|
19802
19916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19803
19917
|
required_arguments = ['keyStoreId']
|
@@ -19890,7 +20004,7 @@ class DatabaseClient(object):
|
|
19890
20004
|
:rtype: :class:`~oci.response.Response`
|
19891
20005
|
|
19892
20006
|
:example:
|
19893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
19894
20008
|
"""
|
19895
20009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19896
20010
|
required_arguments = ['maintenanceRunId']
|
@@ -19976,7 +20090,7 @@ class DatabaseClient(object):
|
|
19976
20090
|
:rtype: :class:`~oci.response.Response`
|
19977
20091
|
|
19978
20092
|
:example:
|
19979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
19980
20094
|
"""
|
19981
20095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19982
20096
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -20067,7 +20181,7 @@ class DatabaseClient(object):
|
|
20067
20181
|
:rtype: :class:`~oci.response.Response`
|
20068
20182
|
|
20069
20183
|
:example:
|
20070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
20071
20185
|
"""
|
20072
20186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20073
20187
|
required_arguments = ['oneoffPatchId']
|
@@ -20170,7 +20284,7 @@ class DatabaseClient(object):
|
|
20170
20284
|
:rtype: :class:`~oci.response.Response`
|
20171
20285
|
|
20172
20286
|
:example:
|
20173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
20174
20288
|
"""
|
20175
20289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20176
20290
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -20266,7 +20380,7 @@ class DatabaseClient(object):
|
|
20266
20380
|
:rtype: :class:`~oci.response.Response`
|
20267
20381
|
|
20268
20382
|
:example:
|
20269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
20270
20384
|
"""
|
20271
20385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20272
20386
|
required_arguments = ['pluggableDatabaseId']
|
@@ -20357,7 +20471,7 @@ class DatabaseClient(object):
|
|
20357
20471
|
:rtype: :class:`~oci.response.Response`
|
20358
20472
|
|
20359
20473
|
:example:
|
20360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
20361
20475
|
"""
|
20362
20476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20363
20477
|
required_arguments = ['vmClusterId']
|
@@ -20461,7 +20575,7 @@ class DatabaseClient(object):
|
|
20461
20575
|
:rtype: :class:`~oci.response.Response`
|
20462
20576
|
|
20463
20577
|
:example:
|
20464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
20465
20579
|
"""
|
20466
20580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20467
20581
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -20562,7 +20676,7 @@ class DatabaseClient(object):
|
|
20562
20676
|
:rtype: :class:`~oci.response.Response`
|
20563
20677
|
|
20564
20678
|
:example:
|
20565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
20566
20680
|
"""
|
20567
20681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20568
20682
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -20656,7 +20770,7 @@ class DatabaseClient(object):
|
|
20656
20770
|
:rtype: :class:`~oci.response.Response`
|
20657
20771
|
|
20658
20772
|
:example:
|
20659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
20660
20774
|
"""
|
20661
20775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20662
20776
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -20753,7 +20867,7 @@ class DatabaseClient(object):
|
|
20753
20867
|
:rtype: :class:`~oci.response.Response`
|
20754
20868
|
|
20755
20869
|
:example:
|
20756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
20757
20871
|
"""
|
20758
20872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20759
20873
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -20857,7 +20971,7 @@ class DatabaseClient(object):
|
|
20857
20971
|
:rtype: :class:`~oci.response.Response`
|
20858
20972
|
|
20859
20973
|
:example:
|
20860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
20861
20975
|
"""
|
20862
20976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20863
20977
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -20958,7 +21072,7 @@ class DatabaseClient(object):
|
|
20958
21072
|
:rtype: :class:`~oci.response.Response`
|
20959
21073
|
|
20960
21074
|
:example:
|
20961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
20962
21076
|
"""
|
20963
21077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20964
21078
|
required_arguments = []
|
@@ -21070,7 +21184,7 @@ class DatabaseClient(object):
|
|
21070
21184
|
:rtype: :class:`~oci.response.Response`
|
21071
21185
|
|
21072
21186
|
:example:
|
21073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
21074
21188
|
"""
|
21075
21189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21076
21190
|
required_arguments = []
|
@@ -21188,7 +21302,7 @@ class DatabaseClient(object):
|
|
21188
21302
|
:rtype: :class:`~oci.response.Response`
|
21189
21303
|
|
21190
21304
|
:example:
|
21191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
21192
21306
|
"""
|
21193
21307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21194
21308
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -21316,7 +21430,7 @@ class DatabaseClient(object):
|
|
21316
21430
|
:rtype: :class:`~oci.response.Response`
|
21317
21431
|
|
21318
21432
|
:example:
|
21319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
21320
21434
|
"""
|
21321
21435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21322
21436
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -21437,7 +21551,7 @@ class DatabaseClient(object):
|
|
21437
21551
|
:rtype: :class:`~oci.response.Response`
|
21438
21552
|
|
21439
21553
|
:example:
|
21440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
21441
21555
|
"""
|
21442
21556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21443
21557
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -21599,7 +21713,7 @@ class DatabaseClient(object):
|
|
21599
21713
|
:rtype: :class:`~oci.response.Response`
|
21600
21714
|
|
21601
21715
|
:example:
|
21602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
21603
21717
|
"""
|
21604
21718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21605
21719
|
required_arguments = ['compartmentId']
|
@@ -21775,7 +21889,7 @@ class DatabaseClient(object):
|
|
21775
21889
|
:rtype: :class:`~oci.response.Response`
|
21776
21890
|
|
21777
21891
|
:example:
|
21778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
21779
21893
|
"""
|
21780
21894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21781
21895
|
required_arguments = []
|
@@ -21912,7 +22026,7 @@ class DatabaseClient(object):
|
|
21912
22026
|
:rtype: :class:`~oci.response.Response`
|
21913
22027
|
|
21914
22028
|
:example:
|
21915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
21916
22030
|
"""
|
21917
22031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21918
22032
|
required_arguments = []
|
@@ -22053,7 +22167,7 @@ class DatabaseClient(object):
|
|
22053
22167
|
:rtype: :class:`~oci.response.Response`
|
22054
22168
|
|
22055
22169
|
:example:
|
22056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
22057
22171
|
"""
|
22058
22172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22059
22173
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -22203,7 +22317,7 @@ class DatabaseClient(object):
|
|
22203
22317
|
:rtype: :class:`~oci.response.Response`
|
22204
22318
|
|
22205
22319
|
:example:
|
22206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
22207
22321
|
"""
|
22208
22322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22209
22323
|
required_arguments = ['autonomousDatabaseId']
|
@@ -22314,7 +22428,7 @@ class DatabaseClient(object):
|
|
22314
22428
|
:rtype: :class:`~oci.response.Response`
|
22315
22429
|
|
22316
22430
|
:example:
|
22317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
22318
22432
|
"""
|
22319
22433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22320
22434
|
required_arguments = ['autonomousDatabaseId']
|
@@ -22428,7 +22542,7 @@ class DatabaseClient(object):
|
|
22428
22542
|
:rtype: :class:`~oci.response.Response`
|
22429
22543
|
|
22430
22544
|
:example:
|
22431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
22432
22546
|
"""
|
22433
22547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22434
22548
|
required_arguments = ['autonomousDatabaseId']
|
@@ -22565,7 +22679,7 @@ class DatabaseClient(object):
|
|
22565
22679
|
:rtype: :class:`~oci.response.Response`
|
22566
22680
|
|
22567
22681
|
:example:
|
22568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
22569
22683
|
"""
|
22570
22684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22571
22685
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -22761,7 +22875,7 @@ class DatabaseClient(object):
|
|
22761
22875
|
:rtype: :class:`~oci.response.Response`
|
22762
22876
|
|
22763
22877
|
:example:
|
22764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
22765
22879
|
"""
|
22766
22880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22767
22881
|
required_arguments = ['compartmentId']
|
@@ -22938,7 +23052,7 @@ class DatabaseClient(object):
|
|
22938
23052
|
:rtype: :class:`~oci.response.Response`
|
22939
23053
|
|
22940
23054
|
:example:
|
22941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
22942
23056
|
"""
|
22943
23057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22944
23058
|
required_arguments = ['compartmentId']
|
@@ -23069,7 +23183,7 @@ class DatabaseClient(object):
|
|
23069
23183
|
:rtype: :class:`~oci.response.Response`
|
23070
23184
|
|
23071
23185
|
:example:
|
23072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
23073
23187
|
"""
|
23074
23188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23075
23189
|
required_arguments = ['compartmentId']
|
@@ -23193,7 +23307,7 @@ class DatabaseClient(object):
|
|
23193
23307
|
:rtype: :class:`~oci.response.Response`
|
23194
23308
|
|
23195
23309
|
:example:
|
23196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
23197
23311
|
"""
|
23198
23312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23199
23313
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -23317,7 +23431,7 @@ class DatabaseClient(object):
|
|
23317
23431
|
:rtype: :class:`~oci.response.Response`
|
23318
23432
|
|
23319
23433
|
:example:
|
23320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
23321
23435
|
"""
|
23322
23436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23323
23437
|
required_arguments = ['compartmentId']
|
@@ -23458,7 +23572,7 @@ class DatabaseClient(object):
|
|
23458
23572
|
:rtype: :class:`~oci.response.Response`
|
23459
23573
|
|
23460
23574
|
:example:
|
23461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
23462
23576
|
"""
|
23463
23577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23464
23578
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -23576,7 +23690,7 @@ class DatabaseClient(object):
|
|
23576
23690
|
:rtype: :class:`~oci.response.Response`
|
23577
23691
|
|
23578
23692
|
:example:
|
23579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
23580
23694
|
"""
|
23581
23695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23582
23696
|
required_arguments = ['autonomousVmClusterId']
|
@@ -23713,7 +23827,7 @@ class DatabaseClient(object):
|
|
23713
23827
|
:rtype: :class:`~oci.response.Response`
|
23714
23828
|
|
23715
23829
|
:example:
|
23716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
23717
23831
|
"""
|
23718
23832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23719
23833
|
required_arguments = ['compartmentId']
|
@@ -23850,7 +23964,7 @@ class DatabaseClient(object):
|
|
23850
23964
|
:rtype: :class:`~oci.response.Response`
|
23851
23965
|
|
23852
23966
|
:example:
|
23853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
23854
23968
|
"""
|
23855
23969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23856
23970
|
required_arguments = ['compartmentId']
|
@@ -23962,7 +24076,7 @@ class DatabaseClient(object):
|
|
23962
24076
|
:rtype: :class:`~oci.response.Response`
|
23963
24077
|
|
23964
24078
|
:example:
|
23965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
23966
24080
|
"""
|
23967
24081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23968
24082
|
required_arguments = []
|
@@ -24080,7 +24194,7 @@ class DatabaseClient(object):
|
|
24080
24194
|
:rtype: :class:`~oci.response.Response`
|
24081
24195
|
|
24082
24196
|
:example:
|
24083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
24084
24198
|
"""
|
24085
24199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24086
24200
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -24220,7 +24334,7 @@ class DatabaseClient(object):
|
|
24220
24334
|
:rtype: :class:`~oci.response.Response`
|
24221
24335
|
|
24222
24336
|
:example:
|
24223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
24224
24338
|
"""
|
24225
24339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24226
24340
|
required_arguments = ['compartmentId']
|
@@ -24377,7 +24491,7 @@ class DatabaseClient(object):
|
|
24377
24491
|
:rtype: :class:`~oci.response.Response`
|
24378
24492
|
|
24379
24493
|
:example:
|
24380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
24381
24495
|
"""
|
24382
24496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24383
24497
|
required_arguments = ['compartmentId']
|
@@ -24516,7 +24630,7 @@ class DatabaseClient(object):
|
|
24516
24630
|
:rtype: :class:`~oci.response.Response`
|
24517
24631
|
|
24518
24632
|
:example:
|
24519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
24520
24634
|
"""
|
24521
24635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24522
24636
|
required_arguments = ['cloudVmClusterId']
|
@@ -24644,7 +24758,7 @@ class DatabaseClient(object):
|
|
24644
24758
|
:rtype: :class:`~oci.response.Response`
|
24645
24759
|
|
24646
24760
|
:example:
|
24647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
24648
24762
|
"""
|
24649
24763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24650
24764
|
required_arguments = ['cloudVmClusterId']
|
@@ -24788,7 +24902,7 @@ class DatabaseClient(object):
|
|
24788
24902
|
:rtype: :class:`~oci.response.Response`
|
24789
24903
|
|
24790
24904
|
:example:
|
24791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
24792
24906
|
"""
|
24793
24907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24794
24908
|
required_arguments = ['compartmentId']
|
@@ -24913,7 +25027,7 @@ class DatabaseClient(object):
|
|
24913
25027
|
:rtype: :class:`~oci.response.Response`
|
24914
25028
|
|
24915
25029
|
:example:
|
24916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
24917
25031
|
"""
|
24918
25032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24919
25033
|
required_arguments = ['dbNodeId']
|
@@ -25028,7 +25142,7 @@ class DatabaseClient(object):
|
|
25028
25142
|
:rtype: :class:`~oci.response.Response`
|
25029
25143
|
|
25030
25144
|
:example:
|
25031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
25032
25146
|
"""
|
25033
25147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25034
25148
|
required_arguments = ['dbNodeId']
|
@@ -25178,7 +25292,7 @@ class DatabaseClient(object):
|
|
25178
25292
|
:rtype: :class:`~oci.response.Response`
|
25179
25293
|
|
25180
25294
|
:example:
|
25181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
25182
25296
|
"""
|
25183
25297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25184
25298
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -25296,7 +25410,7 @@ class DatabaseClient(object):
|
|
25296
25410
|
:rtype: :class:`~oci.response.Response`
|
25297
25411
|
|
25298
25412
|
:example:
|
25299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
25300
25414
|
"""
|
25301
25415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25302
25416
|
required_arguments = ['databaseId']
|
@@ -25439,7 +25553,7 @@ class DatabaseClient(object):
|
|
25439
25553
|
:rtype: :class:`~oci.response.Response`
|
25440
25554
|
|
25441
25555
|
:example:
|
25442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
25443
25557
|
"""
|
25444
25558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25445
25559
|
required_arguments = ['compartmentId']
|
@@ -25610,7 +25724,7 @@ class DatabaseClient(object):
|
|
25610
25724
|
:rtype: :class:`~oci.response.Response`
|
25611
25725
|
|
25612
25726
|
:example:
|
25613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
25614
25728
|
"""
|
25615
25729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25616
25730
|
required_arguments = ['databaseId']
|
@@ -25785,7 +25899,7 @@ class DatabaseClient(object):
|
|
25785
25899
|
:rtype: :class:`~oci.response.Response`
|
25786
25900
|
|
25787
25901
|
:example:
|
25788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
25789
25903
|
"""
|
25790
25904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25791
25905
|
required_arguments = ['compartmentId']
|
@@ -25915,7 +26029,7 @@ class DatabaseClient(object):
|
|
25915
26029
|
:rtype: :class:`~oci.response.Response`
|
25916
26030
|
|
25917
26031
|
:example:
|
25918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
25919
26033
|
"""
|
25920
26034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25921
26035
|
required_arguments = ['dbHomeId']
|
@@ -26023,7 +26137,7 @@ class DatabaseClient(object):
|
|
26023
26137
|
:rtype: :class:`~oci.response.Response`
|
26024
26138
|
|
26025
26139
|
:example:
|
26026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
26027
26141
|
"""
|
26028
26142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26029
26143
|
required_arguments = ['dbHomeId']
|
@@ -26167,7 +26281,7 @@ class DatabaseClient(object):
|
|
26167
26281
|
:rtype: :class:`~oci.response.Response`
|
26168
26282
|
|
26169
26283
|
:example:
|
26170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
26171
26285
|
"""
|
26172
26286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26173
26287
|
required_arguments = ['compartmentId']
|
@@ -26331,7 +26445,7 @@ class DatabaseClient(object):
|
|
26331
26445
|
:rtype: :class:`~oci.response.Response`
|
26332
26446
|
|
26333
26447
|
:example:
|
26334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
26335
26449
|
"""
|
26336
26450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26337
26451
|
required_arguments = ['compartmentId']
|
@@ -26487,7 +26601,7 @@ class DatabaseClient(object):
|
|
26487
26601
|
:rtype: :class:`~oci.response.Response`
|
26488
26602
|
|
26489
26603
|
:example:
|
26490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
26491
26605
|
"""
|
26492
26606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26493
26607
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -26612,7 +26726,7 @@ class DatabaseClient(object):
|
|
26612
26726
|
:rtype: :class:`~oci.response.Response`
|
26613
26727
|
|
26614
26728
|
:example:
|
26615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
26616
26730
|
"""
|
26617
26731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26618
26732
|
required_arguments = []
|
@@ -26709,7 +26823,7 @@ class DatabaseClient(object):
|
|
26709
26823
|
:rtype: :class:`~oci.response.Response`
|
26710
26824
|
|
26711
26825
|
:example:
|
26712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
26713
26827
|
"""
|
26714
26828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26715
26829
|
required_arguments = ['dbSystemId']
|
@@ -26817,7 +26931,7 @@ class DatabaseClient(object):
|
|
26817
26931
|
:rtype: :class:`~oci.response.Response`
|
26818
26932
|
|
26819
26933
|
:example:
|
26820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
26821
26935
|
"""
|
26822
26936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26823
26937
|
required_arguments = ['dbSystemId']
|
@@ -26928,7 +27042,7 @@ class DatabaseClient(object):
|
|
26928
27042
|
:rtype: :class:`~oci.response.Response`
|
26929
27043
|
|
26930
27044
|
:example:
|
26931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
26932
27046
|
"""
|
26933
27047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26934
27048
|
required_arguments = ['compartmentId']
|
@@ -27029,7 +27143,7 @@ class DatabaseClient(object):
|
|
27029
27143
|
:rtype: :class:`~oci.response.Response`
|
27030
27144
|
|
27031
27145
|
:example:
|
27032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
27033
27147
|
"""
|
27034
27148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27035
27149
|
required_arguments = ['storageManagement']
|
@@ -27156,7 +27270,7 @@ class DatabaseClient(object):
|
|
27156
27270
|
:rtype: :class:`~oci.response.Response`
|
27157
27271
|
|
27158
27272
|
:example:
|
27159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
27160
27274
|
"""
|
27161
27275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27162
27276
|
required_arguments = ['dbSystemId']
|
@@ -27338,7 +27452,7 @@ class DatabaseClient(object):
|
|
27338
27452
|
:rtype: :class:`~oci.response.Response`
|
27339
27453
|
|
27340
27454
|
:example:
|
27341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
27342
27456
|
"""
|
27343
27457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27344
27458
|
required_arguments = ['compartmentId']
|
@@ -27489,7 +27603,7 @@ class DatabaseClient(object):
|
|
27489
27603
|
:rtype: :class:`~oci.response.Response`
|
27490
27604
|
|
27491
27605
|
:example:
|
27492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
27493
27607
|
"""
|
27494
27608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27495
27609
|
required_arguments = ['compartmentId']
|
@@ -27630,7 +27744,7 @@ class DatabaseClient(object):
|
|
27630
27744
|
:rtype: :class:`~oci.response.Response`
|
27631
27745
|
|
27632
27746
|
:example:
|
27633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
27634
27748
|
"""
|
27635
27749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27636
27750
|
required_arguments = ['compartmentId']
|
@@ -27777,7 +27891,7 @@ class DatabaseClient(object):
|
|
27777
27891
|
:rtype: :class:`~oci.response.Response`
|
27778
27892
|
|
27779
27893
|
:example:
|
27780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
|
27781
27895
|
"""
|
27782
27896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27783
27897
|
required_arguments = ['exadbVmClusterId']
|
@@ -27908,7 +28022,7 @@ class DatabaseClient(object):
|
|
27908
28022
|
:rtype: :class:`~oci.response.Response`
|
27909
28023
|
|
27910
28024
|
:example:
|
27911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
27912
28026
|
"""
|
27913
28027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27914
28028
|
required_arguments = ['exadbVmClusterId']
|
@@ -28054,7 +28168,7 @@ class DatabaseClient(object):
|
|
28054
28168
|
:rtype: :class:`~oci.response.Response`
|
28055
28169
|
|
28056
28170
|
:example:
|
28057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
28058
28172
|
"""
|
28059
28173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28060
28174
|
required_arguments = ['compartmentId']
|
@@ -28206,7 +28320,7 @@ class DatabaseClient(object):
|
|
28206
28320
|
:rtype: :class:`~oci.response.Response`
|
28207
28321
|
|
28208
28322
|
:example:
|
28209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
28210
28324
|
"""
|
28211
28325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28212
28326
|
required_arguments = ['compartmentId']
|
@@ -28359,7 +28473,7 @@ class DatabaseClient(object):
|
|
28359
28473
|
:rtype: :class:`~oci.response.Response`
|
28360
28474
|
|
28361
28475
|
:example:
|
28362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
28363
28477
|
"""
|
28364
28478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28365
28479
|
required_arguments = ['compartmentId']
|
@@ -28517,7 +28631,7 @@ class DatabaseClient(object):
|
|
28517
28631
|
:rtype: :class:`~oci.response.Response`
|
28518
28632
|
|
28519
28633
|
:example:
|
28520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
28521
28635
|
"""
|
28522
28636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28523
28637
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -28671,7 +28785,7 @@ class DatabaseClient(object):
|
|
28671
28785
|
:rtype: :class:`~oci.response.Response`
|
28672
28786
|
|
28673
28787
|
:example:
|
28674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
28675
28789
|
"""
|
28676
28790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28677
28791
|
required_arguments = ['compartmentId']
|
@@ -28830,7 +28944,7 @@ class DatabaseClient(object):
|
|
28830
28944
|
:rtype: :class:`~oci.response.Response`
|
28831
28945
|
|
28832
28946
|
:example:
|
28833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
28834
28948
|
"""
|
28835
28949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28836
28950
|
required_arguments = ['compartmentId']
|
@@ -28974,7 +29088,7 @@ class DatabaseClient(object):
|
|
28974
29088
|
:rtype: :class:`~oci.response.Response`
|
28975
29089
|
|
28976
29090
|
:example:
|
28977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
29091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
28978
29092
|
"""
|
28979
29093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28980
29094
|
required_arguments = ['compartmentId']
|
@@ -29121,7 +29235,7 @@ class DatabaseClient(object):
|
|
29121
29235
|
:rtype: :class:`~oci.response.Response`
|
29122
29236
|
|
29123
29237
|
:example:
|
29124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
29238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
29125
29239
|
"""
|
29126
29240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29127
29241
|
required_arguments = ['version']
|
@@ -29278,7 +29392,7 @@ class DatabaseClient(object):
|
|
29278
29392
|
:rtype: :class:`~oci.response.Response`
|
29279
29393
|
|
29280
29394
|
:example:
|
29281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
29395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
29282
29396
|
"""
|
29283
29397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29284
29398
|
required_arguments = ['compartmentId']
|
@@ -29391,7 +29505,7 @@ class DatabaseClient(object):
|
|
29391
29505
|
:rtype: :class:`~oci.response.Response`
|
29392
29506
|
|
29393
29507
|
:example:
|
29394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
29508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
29395
29509
|
"""
|
29396
29510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29397
29511
|
required_arguments = ['compartmentId']
|
@@ -29529,7 +29643,7 @@ class DatabaseClient(object):
|
|
29529
29643
|
:rtype: :class:`~oci.response.Response`
|
29530
29644
|
|
29531
29645
|
:example:
|
29532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
29646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
29533
29647
|
"""
|
29534
29648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29535
29649
|
required_arguments = ['compartmentId']
|
@@ -29722,7 +29836,7 @@ class DatabaseClient(object):
|
|
29722
29836
|
:rtype: :class:`~oci.response.Response`
|
29723
29837
|
|
29724
29838
|
:example:
|
29725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
29839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
29726
29840
|
"""
|
29727
29841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29728
29842
|
required_arguments = ['compartmentId']
|
@@ -29898,7 +30012,7 @@ class DatabaseClient(object):
|
|
29898
30012
|
:rtype: :class:`~oci.response.Response`
|
29899
30013
|
|
29900
30014
|
:example:
|
29901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
29902
30016
|
"""
|
29903
30017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29904
30018
|
required_arguments = ['compartmentId']
|
@@ -30050,7 +30164,7 @@ class DatabaseClient(object):
|
|
30050
30164
|
:rtype: :class:`~oci.response.Response`
|
30051
30165
|
|
30052
30166
|
:example:
|
30053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
30054
30168
|
"""
|
30055
30169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30056
30170
|
required_arguments = ['databaseId']
|
@@ -30220,7 +30334,7 @@ class DatabaseClient(object):
|
|
30220
30334
|
:rtype: :class:`~oci.response.Response`
|
30221
30335
|
|
30222
30336
|
:example:
|
30223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
30224
30338
|
"""
|
30225
30339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30226
30340
|
required_arguments = []
|
@@ -30363,7 +30477,7 @@ class DatabaseClient(object):
|
|
30363
30477
|
:rtype: :class:`~oci.response.Response`
|
30364
30478
|
|
30365
30479
|
:example:
|
30366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
30367
30481
|
"""
|
30368
30482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30369
30483
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -30500,7 +30614,7 @@ class DatabaseClient(object):
|
|
30500
30614
|
:rtype: :class:`~oci.response.Response`
|
30501
30615
|
|
30502
30616
|
:example:
|
30503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
30504
30618
|
"""
|
30505
30619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30506
30620
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -30641,7 +30755,7 @@ class DatabaseClient(object):
|
|
30641
30755
|
:rtype: :class:`~oci.response.Response`
|
30642
30756
|
|
30643
30757
|
:example:
|
30644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
30645
30759
|
"""
|
30646
30760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30647
30761
|
required_arguments = ['vmClusterId']
|
@@ -30749,7 +30863,7 @@ class DatabaseClient(object):
|
|
30749
30863
|
:rtype: :class:`~oci.response.Response`
|
30750
30864
|
|
30751
30865
|
:example:
|
30752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
30753
30867
|
"""
|
30754
30868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30755
30869
|
required_arguments = ['vmClusterId']
|
@@ -30870,7 +30984,7 @@ class DatabaseClient(object):
|
|
30870
30984
|
:rtype: :class:`~oci.response.Response`
|
30871
30985
|
|
30872
30986
|
:example:
|
30873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
30987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
30874
30988
|
"""
|
30875
30989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30876
30990
|
required_arguments = ['vmClusterId']
|
@@ -31012,7 +31126,7 @@ class DatabaseClient(object):
|
|
31012
31126
|
:rtype: :class:`~oci.response.Response`
|
31013
31127
|
|
31014
31128
|
:example:
|
31015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
31016
31130
|
"""
|
31017
31131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31018
31132
|
required_arguments = ['vmClusterId']
|
@@ -31166,7 +31280,7 @@ class DatabaseClient(object):
|
|
31166
31280
|
:rtype: :class:`~oci.response.Response`
|
31167
31281
|
|
31168
31282
|
:example:
|
31169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
31170
31284
|
"""
|
31171
31285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31172
31286
|
required_arguments = ['compartmentId']
|
@@ -31310,7 +31424,7 @@ class DatabaseClient(object):
|
|
31310
31424
|
:rtype: :class:`~oci.response.Response`
|
31311
31425
|
|
31312
31426
|
:example:
|
31313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
31314
31428
|
"""
|
31315
31429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31316
31430
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31430,7 +31544,7 @@ class DatabaseClient(object):
|
|
31430
31544
|
:rtype: :class:`~oci.response.Response`
|
31431
31545
|
|
31432
31546
|
:example:
|
31433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
31434
31548
|
"""
|
31435
31549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31436
31550
|
required_arguments = ['dbSystemId']
|
@@ -31550,7 +31664,7 @@ class DatabaseClient(object):
|
|
31550
31664
|
:rtype: :class:`~oci.response.Response`
|
31551
31665
|
|
31552
31666
|
:example:
|
31553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
31554
31668
|
"""
|
31555
31669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31556
31670
|
required_arguments = ['databaseId']
|
@@ -31670,7 +31784,7 @@ class DatabaseClient(object):
|
|
31670
31784
|
:rtype: :class:`~oci.response.Response`
|
31671
31785
|
|
31672
31786
|
:example:
|
31673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
31674
31788
|
"""
|
31675
31789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31676
31790
|
required_arguments = ['databaseId']
|
@@ -31790,7 +31904,7 @@ class DatabaseClient(object):
|
|
31790
31904
|
:rtype: :class:`~oci.response.Response`
|
31791
31905
|
|
31792
31906
|
:example:
|
31793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
31907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
31794
31908
|
"""
|
31795
31909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31796
31910
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31907,7 +32021,7 @@ class DatabaseClient(object):
|
|
31907
32021
|
:rtype: :class:`~oci.response.Response`
|
31908
32022
|
|
31909
32023
|
:example:
|
31910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
31911
32025
|
"""
|
31912
32026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31913
32027
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32013,7 +32127,7 @@ class DatabaseClient(object):
|
|
32013
32127
|
:rtype: :class:`~oci.response.Response`
|
32014
32128
|
|
32015
32129
|
:example:
|
32016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
32017
32131
|
"""
|
32018
32132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32019
32133
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32119,7 +32233,7 @@ class DatabaseClient(object):
|
|
32119
32233
|
:rtype: :class:`~oci.response.Response`
|
32120
32234
|
|
32121
32235
|
:example:
|
32122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
32123
32237
|
"""
|
32124
32238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32125
32239
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -32228,7 +32342,7 @@ class DatabaseClient(object):
|
|
32228
32342
|
:rtype: :class:`~oci.response.Response`
|
32229
32343
|
|
32230
32344
|
:example:
|
32231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
32232
32346
|
"""
|
32233
32347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32234
32348
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -32346,7 +32460,7 @@ class DatabaseClient(object):
|
|
32346
32460
|
:rtype: :class:`~oci.response.Response`
|
32347
32461
|
|
32348
32462
|
:example:
|
32349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
32350
32464
|
"""
|
32351
32465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32352
32466
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32466,7 +32580,7 @@ class DatabaseClient(object):
|
|
32466
32580
|
:rtype: :class:`~oci.response.Response`
|
32467
32581
|
|
32468
32582
|
:example:
|
32469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
32470
32584
|
"""
|
32471
32585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32472
32586
|
required_arguments = ['cloudVmClusterId']
|
@@ -32586,7 +32700,7 @@ class DatabaseClient(object):
|
|
32586
32700
|
:rtype: :class:`~oci.response.Response`
|
32587
32701
|
|
32588
32702
|
:example:
|
32589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
|
32590
32704
|
"""
|
32591
32705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32592
32706
|
required_arguments = ['exadbVmClusterId']
|
@@ -32706,7 +32820,7 @@ class DatabaseClient(object):
|
|
32706
32820
|
:rtype: :class:`~oci.response.Response`
|
32707
32821
|
|
32708
32822
|
:example:
|
32709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
32710
32824
|
"""
|
32711
32825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32712
32826
|
required_arguments = ['vmClusterId']
|
@@ -32832,7 +32946,7 @@ class DatabaseClient(object):
|
|
32832
32946
|
:rtype: :class:`~oci.response.Response`
|
32833
32947
|
|
32834
32948
|
:example:
|
32835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
32949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
32836
32950
|
"""
|
32837
32951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32838
32952
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -32951,7 +33065,7 @@ class DatabaseClient(object):
|
|
32951
33065
|
:rtype: :class:`~oci.response.Response`
|
32952
33066
|
|
32953
33067
|
:example:
|
32954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
32955
33069
|
"""
|
32956
33070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32957
33071
|
required_arguments = []
|
@@ -33057,7 +33171,7 @@ class DatabaseClient(object):
|
|
33057
33171
|
:rtype: :class:`~oci.response.Response`
|
33058
33172
|
|
33059
33173
|
:example:
|
33060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
33061
33175
|
"""
|
33062
33176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33063
33177
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33159,7 +33273,7 @@ class DatabaseClient(object):
|
|
33159
33273
|
:rtype: :class:`~oci.response.Response`
|
33160
33274
|
|
33161
33275
|
:example:
|
33162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
33163
33277
|
"""
|
33164
33278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33165
33279
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33262,7 +33376,7 @@ class DatabaseClient(object):
|
|
33262
33376
|
:rtype: :class:`~oci.response.Response`
|
33263
33377
|
|
33264
33378
|
:example:
|
33265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
33266
33380
|
"""
|
33267
33381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33268
33382
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33367,7 +33481,7 @@ class DatabaseClient(object):
|
|
33367
33481
|
:rtype: :class:`~oci.response.Response`
|
33368
33482
|
|
33369
33483
|
:example:
|
33370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
33371
33485
|
"""
|
33372
33486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33373
33487
|
required_arguments = ['databaseId']
|
@@ -33481,7 +33595,7 @@ class DatabaseClient(object):
|
|
33481
33595
|
:rtype: :class:`~oci.response.Response`
|
33482
33596
|
|
33483
33597
|
:example:
|
33484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
33485
33599
|
"""
|
33486
33600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33487
33601
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33598,7 +33712,7 @@ class DatabaseClient(object):
|
|
33598
33712
|
:rtype: :class:`~oci.response.Response`
|
33599
33713
|
|
33600
33714
|
:example:
|
33601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
33602
33716
|
"""
|
33603
33717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33604
33718
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33716,7 +33830,7 @@ class DatabaseClient(object):
|
|
33716
33830
|
:rtype: :class:`~oci.response.Response`
|
33717
33831
|
|
33718
33832
|
:example:
|
33719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
33720
33834
|
"""
|
33721
33835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33722
33836
|
required_arguments = ['autonomousVmClusterId']
|
@@ -33834,7 +33948,7 @@ class DatabaseClient(object):
|
|
33834
33948
|
:rtype: :class:`~oci.response.Response`
|
33835
33949
|
|
33836
33950
|
:example:
|
33837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
33951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
33838
33952
|
"""
|
33839
33953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33840
33954
|
required_arguments = ['autonomousVmClusterId']
|
@@ -33952,7 +34066,7 @@ class DatabaseClient(object):
|
|
33952
34066
|
:rtype: :class:`~oci.response.Response`
|
33953
34067
|
|
33954
34068
|
:example:
|
33955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
33956
34070
|
"""
|
33957
34071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33958
34072
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -34071,7 +34185,7 @@ class DatabaseClient(object):
|
|
34071
34185
|
:rtype: :class:`~oci.response.Response`
|
34072
34186
|
|
34073
34187
|
:example:
|
34074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
34075
34189
|
"""
|
34076
34190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34077
34191
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -34187,7 +34301,7 @@ class DatabaseClient(object):
|
|
34187
34301
|
:rtype: :class:`~oci.response.Response`
|
34188
34302
|
|
34189
34303
|
:example:
|
34190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
34191
34305
|
"""
|
34192
34306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34193
34307
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34300,7 +34414,7 @@ class DatabaseClient(object):
|
|
34300
34414
|
:rtype: :class:`~oci.response.Response`
|
34301
34415
|
|
34302
34416
|
:example:
|
34303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
34304
34418
|
"""
|
34305
34419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34306
34420
|
required_arguments = ['pluggableDatabaseId']
|
@@ -34413,7 +34527,7 @@ class DatabaseClient(object):
|
|
34413
34527
|
:rtype: :class:`~oci.response.Response`
|
34414
34528
|
|
34415
34529
|
:example:
|
34416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
34417
34531
|
"""
|
34418
34532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34419
34533
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34528,7 +34642,7 @@ class DatabaseClient(object):
|
|
34528
34642
|
:rtype: :class:`~oci.response.Response`
|
34529
34643
|
|
34530
34644
|
:example:
|
34531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
34532
34646
|
"""
|
34533
34647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34534
34648
|
required_arguments = ['databaseId']
|
@@ -34631,7 +34745,7 @@ class DatabaseClient(object):
|
|
34631
34745
|
:rtype: :class:`~oci.response.Response`
|
34632
34746
|
|
34633
34747
|
:example:
|
34634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
34635
34749
|
"""
|
34636
34750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34637
34751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34743,7 +34857,7 @@ class DatabaseClient(object):
|
|
34743
34857
|
:rtype: :class:`~oci.response.Response`
|
34744
34858
|
|
34745
34859
|
:example:
|
34746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
34747
34861
|
"""
|
34748
34862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34749
34863
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -34851,7 +34965,7 @@ class DatabaseClient(object):
|
|
34851
34965
|
:rtype: :class:`~oci.response.Response`
|
34852
34966
|
|
34853
34967
|
:example:
|
34854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
34968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
34855
34969
|
"""
|
34856
34970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34857
34971
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34951,7 +35065,7 @@ class DatabaseClient(object):
|
|
34951
35065
|
:rtype: :class:`~oci.response.Response`
|
34952
35066
|
|
34953
35067
|
:example:
|
34954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
34955
35069
|
"""
|
34956
35070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34957
35071
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35061,7 +35175,7 @@ class DatabaseClient(object):
|
|
35061
35175
|
:rtype: :class:`~oci.response.Response`
|
35062
35176
|
|
35063
35177
|
:example:
|
35064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
35065
35179
|
"""
|
35066
35180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35067
35181
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35169,7 +35283,7 @@ class DatabaseClient(object):
|
|
35169
35283
|
:rtype: :class:`~oci.response.Response`
|
35170
35284
|
|
35171
35285
|
:example:
|
35172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
35173
35287
|
"""
|
35174
35288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35175
35289
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35281,7 +35395,7 @@ class DatabaseClient(object):
|
|
35281
35395
|
:rtype: :class:`~oci.response.Response`
|
35282
35396
|
|
35283
35397
|
:example:
|
35284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
35285
35399
|
"""
|
35286
35400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35287
35401
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35393,7 +35507,7 @@ class DatabaseClient(object):
|
|
35393
35507
|
:rtype: :class:`~oci.response.Response`
|
35394
35508
|
|
35395
35509
|
:example:
|
35396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
35397
35511
|
"""
|
35398
35512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35399
35513
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -35512,7 +35626,7 @@ class DatabaseClient(object):
|
|
35512
35626
|
:rtype: :class:`~oci.response.Response`
|
35513
35627
|
|
35514
35628
|
:example:
|
35515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
35516
35630
|
"""
|
35517
35631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35518
35632
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35636,7 +35750,7 @@ class DatabaseClient(object):
|
|
35636
35750
|
:rtype: :class:`~oci.response.Response`
|
35637
35751
|
|
35638
35752
|
:example:
|
35639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
35640
35754
|
"""
|
35641
35755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35642
35756
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -35739,7 +35853,7 @@ class DatabaseClient(object):
|
|
35739
35853
|
:rtype: :class:`~oci.response.Response`
|
35740
35854
|
|
35741
35855
|
:example:
|
35742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
35743
35857
|
"""
|
35744
35858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35745
35859
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -35837,7 +35951,7 @@ class DatabaseClient(object):
|
|
35837
35951
|
:rtype: :class:`~oci.response.Response`
|
35838
35952
|
|
35839
35953
|
:example:
|
35840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
35954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
35841
35955
|
"""
|
35842
35956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35843
35957
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -35942,7 +36056,7 @@ class DatabaseClient(object):
|
|
35942
36056
|
:rtype: :class:`~oci.response.Response`
|
35943
36057
|
|
35944
36058
|
:example:
|
35945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
35946
36060
|
"""
|
35947
36061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35948
36062
|
required_arguments = ['dbSystemId']
|
@@ -36043,7 +36157,7 @@ class DatabaseClient(object):
|
|
36043
36157
|
:rtype: :class:`~oci.response.Response`
|
36044
36158
|
|
36045
36159
|
:example:
|
36046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
36047
36161
|
"""
|
36048
36162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36049
36163
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -36156,7 +36270,7 @@ class DatabaseClient(object):
|
|
36156
36270
|
:rtype: :class:`~oci.response.Response`
|
36157
36271
|
|
36158
36272
|
:example:
|
36159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
36160
36274
|
"""
|
36161
36275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36162
36276
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -36267,7 +36381,7 @@ class DatabaseClient(object):
|
|
36267
36381
|
:rtype: :class:`~oci.response.Response`
|
36268
36382
|
|
36269
36383
|
:example:
|
36270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
36271
36385
|
"""
|
36272
36386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36273
36387
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36377,7 +36491,7 @@ class DatabaseClient(object):
|
|
36377
36491
|
:rtype: :class:`~oci.response.Response`
|
36378
36492
|
|
36379
36493
|
:example:
|
36380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
36381
36495
|
"""
|
36382
36496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36383
36497
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -36477,7 +36591,7 @@ class DatabaseClient(object):
|
|
36477
36591
|
:rtype: :class:`~oci.response.Response`
|
36478
36592
|
|
36479
36593
|
:example:
|
36480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
36481
36595
|
"""
|
36482
36596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36483
36597
|
required_arguments = []
|
@@ -36571,7 +36685,7 @@ class DatabaseClient(object):
|
|
36571
36685
|
:rtype: :class:`~oci.response.Response`
|
36572
36686
|
|
36573
36687
|
:example:
|
36574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
36575
36689
|
"""
|
36576
36690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36577
36691
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -36676,7 +36790,7 @@ class DatabaseClient(object):
|
|
36676
36790
|
:rtype: :class:`~oci.response.Response`
|
36677
36791
|
|
36678
36792
|
:example:
|
36679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
36680
36794
|
"""
|
36681
36795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36682
36796
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36779,7 +36893,7 @@ class DatabaseClient(object):
|
|
36779
36893
|
:rtype: :class:`~oci.response.Response`
|
36780
36894
|
|
36781
36895
|
:example:
|
36782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
36896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
36783
36897
|
"""
|
36784
36898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36785
36899
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -36887,7 +37001,7 @@ class DatabaseClient(object):
|
|
36887
37001
|
:rtype: :class:`~oci.response.Response`
|
36888
37002
|
|
36889
37003
|
:example:
|
36890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
36891
37005
|
"""
|
36892
37006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36893
37007
|
required_arguments = ['autonomousVmClusterId']
|
@@ -37000,7 +37114,7 @@ class DatabaseClient(object):
|
|
37000
37114
|
:rtype: :class:`~oci.response.Response`
|
37001
37115
|
|
37002
37116
|
:example:
|
37003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
37004
37118
|
"""
|
37005
37119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37006
37120
|
required_arguments = ['backupDestinationId']
|
@@ -37110,7 +37224,7 @@ class DatabaseClient(object):
|
|
37110
37224
|
:rtype: :class:`~oci.response.Response`
|
37111
37225
|
|
37112
37226
|
:example:
|
37113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
37114
37228
|
"""
|
37115
37229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37116
37230
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -37220,7 +37334,7 @@ class DatabaseClient(object):
|
|
37220
37334
|
:rtype: :class:`~oci.response.Response`
|
37221
37335
|
|
37222
37336
|
:example:
|
37223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
37224
37338
|
"""
|
37225
37339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37226
37340
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -37330,7 +37444,7 @@ class DatabaseClient(object):
|
|
37330
37444
|
:rtype: :class:`~oci.response.Response`
|
37331
37445
|
|
37332
37446
|
:example:
|
37333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
37334
37448
|
"""
|
37335
37449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37336
37450
|
required_arguments = ['cloudVmClusterId']
|
@@ -37440,7 +37554,7 @@ class DatabaseClient(object):
|
|
37440
37554
|
:rtype: :class:`~oci.response.Response`
|
37441
37555
|
|
37442
37556
|
:example:
|
37443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
37444
37558
|
"""
|
37445
37559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37446
37560
|
required_arguments = ['cloudVmClusterId']
|
@@ -37553,7 +37667,7 @@ class DatabaseClient(object):
|
|
37553
37667
|
:rtype: :class:`~oci.response.Response`
|
37554
37668
|
|
37555
37669
|
:example:
|
37556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
37557
37671
|
"""
|
37558
37672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37559
37673
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -37667,7 +37781,7 @@ class DatabaseClient(object):
|
|
37667
37781
|
:rtype: :class:`~oci.response.Response`
|
37668
37782
|
|
37669
37783
|
:example:
|
37670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
37671
37785
|
"""
|
37672
37786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37673
37787
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -37783,7 +37897,7 @@ class DatabaseClient(object):
|
|
37783
37897
|
:rtype: :class:`~oci.response.Response`
|
37784
37898
|
|
37785
37899
|
:example:
|
37786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
37900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
37787
37901
|
"""
|
37788
37902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37789
37903
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -37891,7 +38005,7 @@ class DatabaseClient(object):
|
|
37891
38005
|
:rtype: :class:`~oci.response.Response`
|
37892
38006
|
|
37893
38007
|
:example:
|
37894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
37895
38009
|
"""
|
37896
38010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37897
38011
|
required_arguments = ['databaseId']
|
@@ -37996,7 +38110,7 @@ class DatabaseClient(object):
|
|
37996
38110
|
:rtype: :class:`~oci.response.Response`
|
37997
38111
|
|
37998
38112
|
:example:
|
37999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
38000
38114
|
"""
|
38001
38115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38002
38116
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -38101,7 +38215,7 @@ class DatabaseClient(object):
|
|
38101
38215
|
:rtype: :class:`~oci.response.Response`
|
38102
38216
|
|
38103
38217
|
:example:
|
38104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
38105
38219
|
"""
|
38106
38220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38107
38221
|
required_arguments = ['dbHomeId']
|
@@ -38209,7 +38323,7 @@ class DatabaseClient(object):
|
|
38209
38323
|
:rtype: :class:`~oci.response.Response`
|
38210
38324
|
|
38211
38325
|
:example:
|
38212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
38213
38327
|
"""
|
38214
38328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38215
38329
|
required_arguments = ['dbNodeId']
|
@@ -38323,7 +38437,7 @@ class DatabaseClient(object):
|
|
38323
38437
|
:rtype: :class:`~oci.response.Response`
|
38324
38438
|
|
38325
38439
|
:example:
|
38326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
38327
38441
|
"""
|
38328
38442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38329
38443
|
required_arguments = ['dbSystemId']
|
@@ -38432,7 +38546,7 @@ class DatabaseClient(object):
|
|
38432
38546
|
:rtype: :class:`~oci.response.Response`
|
38433
38547
|
|
38434
38548
|
:example:
|
38435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
38436
38550
|
"""
|
38437
38551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38438
38552
|
required_arguments = ['exadataInfrastructureId']
|
@@ -38552,7 +38666,7 @@ class DatabaseClient(object):
|
|
38552
38666
|
:rtype: :class:`~oci.response.Response`
|
38553
38667
|
|
38554
38668
|
:example:
|
38555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
38556
38670
|
"""
|
38557
38671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38558
38672
|
required_arguments = ['dbSystemId']
|
@@ -38662,7 +38776,7 @@ class DatabaseClient(object):
|
|
38662
38776
|
:rtype: :class:`~oci.response.Response`
|
38663
38777
|
|
38664
38778
|
:example:
|
38665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
38666
38780
|
"""
|
38667
38781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38668
38782
|
required_arguments = ['exadbVmClusterId']
|
@@ -38772,7 +38886,7 @@ class DatabaseClient(object):
|
|
38772
38886
|
:rtype: :class:`~oci.response.Response`
|
38773
38887
|
|
38774
38888
|
:example:
|
38775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
38889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
38776
38890
|
"""
|
38777
38891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38778
38892
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -38885,7 +38999,7 @@ class DatabaseClient(object):
|
|
38885
38999
|
:rtype: :class:`~oci.response.Response`
|
38886
39000
|
|
38887
39001
|
:example:
|
38888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
38889
39003
|
"""
|
38890
39004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38891
39005
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -38996,7 +39110,7 @@ class DatabaseClient(object):
|
|
38996
39110
|
:rtype: :class:`~oci.response.Response`
|
38997
39111
|
|
38998
39112
|
:example:
|
38999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
39000
39114
|
"""
|
39001
39115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39002
39116
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -39106,7 +39220,7 @@ class DatabaseClient(object):
|
|
39106
39220
|
:rtype: :class:`~oci.response.Response`
|
39107
39221
|
|
39108
39222
|
:example:
|
39109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
39110
39224
|
"""
|
39111
39225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39112
39226
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -39218,7 +39332,7 @@ class DatabaseClient(object):
|
|
39218
39332
|
:rtype: :class:`~oci.response.Response`
|
39219
39333
|
|
39220
39334
|
:example:
|
39221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
39222
39336
|
"""
|
39223
39337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39224
39338
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -39328,7 +39442,7 @@ class DatabaseClient(object):
|
|
39328
39442
|
:rtype: :class:`~oci.response.Response`
|
39329
39443
|
|
39330
39444
|
:example:
|
39331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
39332
39446
|
"""
|
39333
39447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39334
39448
|
required_arguments = ['keyStoreId']
|
@@ -39433,7 +39547,7 @@ class DatabaseClient(object):
|
|
39433
39547
|
:rtype: :class:`~oci.response.Response`
|
39434
39548
|
|
39435
39549
|
:example:
|
39436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
39437
39551
|
"""
|
39438
39552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39439
39553
|
required_arguments = ['maintenanceRunId']
|
@@ -39541,7 +39655,7 @@ class DatabaseClient(object):
|
|
39541
39655
|
:rtype: :class:`~oci.response.Response`
|
39542
39656
|
|
39543
39657
|
:example:
|
39544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
39545
39659
|
"""
|
39546
39660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39547
39661
|
required_arguments = ['oneoffPatchId']
|
@@ -39648,7 +39762,7 @@ class DatabaseClient(object):
|
|
39648
39762
|
:rtype: :class:`~oci.response.Response`
|
39649
39763
|
|
39650
39764
|
:example:
|
39651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
39652
39766
|
"""
|
39653
39767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39654
39768
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39756,7 +39870,7 @@ class DatabaseClient(object):
|
|
39756
39870
|
:rtype: :class:`~oci.response.Response`
|
39757
39871
|
|
39758
39872
|
:example:
|
39759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
39760
39874
|
"""
|
39761
39875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39762
39876
|
required_arguments = ['vmClusterId']
|
@@ -39872,7 +39986,7 @@ class DatabaseClient(object):
|
|
39872
39986
|
:rtype: :class:`~oci.response.Response`
|
39873
39987
|
|
39874
39988
|
:example:
|
39875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
39989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
39876
39990
|
"""
|
39877
39991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39878
39992
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -39983,7 +40097,7 @@ class DatabaseClient(object):
|
|
39983
40097
|
:rtype: :class:`~oci.response.Response`
|
39984
40098
|
|
39985
40099
|
:example:
|
39986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
40100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
39987
40101
|
"""
|
39988
40102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39989
40103
|
required_arguments = ['databaseId']
|
@@ -40100,7 +40214,7 @@ class DatabaseClient(object):
|
|
40100
40214
|
:rtype: :class:`~oci.response.Response`
|
40101
40215
|
|
40102
40216
|
:example:
|
40103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
40217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
40104
40218
|
"""
|
40105
40219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40106
40220
|
required_arguments = ['dbSystemId']
|
@@ -40217,7 +40331,7 @@ class DatabaseClient(object):
|
|
40217
40331
|
:rtype: :class:`~oci.response.Response`
|
40218
40332
|
|
40219
40333
|
:example:
|
40220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
40334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
40221
40335
|
"""
|
40222
40336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40223
40337
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|