oci 2.131.0__py3-none-any.whl → 2.132.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +2 -2
- 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 +17 -17
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +142 -23
- oci/analytics/analytics_client_composite_operations.py +42 -0
- oci/analytics/models/__init__.py +2 -0
- oci/analytics/models/analytics_instance.py +123 -8
- oci/analytics/models/analytics_instance_summary.py +115 -0
- oci/analytics/models/capacity.py +8 -4
- oci/analytics/models/create_analytics_instance_details.py +121 -8
- oci/analytics/models/set_feature_bundle_details.py +96 -0
- 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 +72 -72
- 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 +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +287 -287
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +360 -360
- oci/database/models/autonomous_database_software_image.py +33 -2
- oci/database/models/autonomous_database_software_image_summary.py +33 -2
- oci/database/models/create_maintenance_run_details.py +46 -7
- oci/database/models/maintenance_run.py +44 -5
- oci/database/models/maintenance_run_summary.py +44 -5
- 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/models/__init__.py +18 -0
- oci/database_management/models/basic_database_connection_string_details.py +7 -6
- oci/database_management/models/connector_details.py +5 -5
- oci/database_management/models/database_connection_credentails_by_name.py +1 -1
- oci/database_management/models/database_connection_credentials.py +11 -3
- oci/database_management/models/database_connection_credentials_by_details.py +1 -1
- oci/database_management/models/database_connection_string_details.py +5 -5
- oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +9 -7
- oci/database_management/models/database_diagnostics_and_management_feature_details.py +1 -1
- oci/database_management/models/database_feature_configuration.py +27 -11
- oci/database_management/models/database_feature_details.py +19 -3
- oci/database_management/models/database_lifecycle_feature_configuration.py +122 -0
- oci/database_management/models/database_lifecycle_management_feature_details.py +65 -0
- oci/database_management/models/database_named_credential_connection_details.py +88 -0
- oci/database_management/models/database_sql_watch_feature_configuration.py +73 -0
- oci/database_management/models/database_sql_watch_feature_details.py +65 -0
- oci/database_management/models/database_ssl_connection_credentials.py +1 -1
- oci/database_management/models/disable_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_external_container_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_external_non_container_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_pluggable_database_management_feature_details.py +11 -3
- oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +1 -1
- oci/database_management/models/external_database_feature_details.py +19 -3
- oci/database_management/models/external_database_lifecycle_management_feature_details.py +105 -0
- oci/database_management/models/external_database_sql_watch_feature_details.py +58 -0
- oci/database_management/models/external_database_summary.py +95 -2
- oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +1 -1
- oci/database_management/models/external_pluggable_database_feature_details.py +19 -3
- oci/database_management/models/external_pluggable_database_lifecycle_management_feature_details.py +58 -0
- oci/database_management/models/external_pluggable_database_sql_watch_feature_details.py +58 -0
- oci/database_management/models/managed_database.py +64 -2
- oci/database_management/models/managed_database_summary.py +64 -2
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -43
- oci/disaster_recovery/models/__init__.py +12 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_container_database_details.py +107 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +95 -3
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_details.py +19 -3
- oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_object_storage_bucket_details.py +128 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +1 -1
- oci/disaster_recovery/models/dr_plan_step.py +99 -3
- oci/disaster_recovery/models/dr_plan_step_execution.py +99 -3
- oci/disaster_recovery/models/dr_protection_group_member.py +19 -3
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_container_database.py +108 -0
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +96 -3
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_database.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_file_system.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_load_balancer.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_object_storage_bucket.py +128 -0
- oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_container_database_details.py +107 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +95 -3
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_details.py +19 -3
- oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_object_storage_bucket_details.py +128 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +1 -1
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +51 -51
- oci/fleet_apps_management/__init__.py +22 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +1077 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +124 -0
- oci/fleet_apps_management/fleet_apps_management_client.py +4532 -0
- oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +692 -0
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +685 -0
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +157 -0
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +1730 -0
- oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +270 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +683 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +26 -0
- oci/fleet_apps_management/models/__init__.py +286 -0
- oci/fleet_apps_management/models/action_group.py +309 -0
- oci/fleet_apps_management/models/action_group_details.py +456 -0
- oci/fleet_apps_management/models/activity_resource_target.py +155 -0
- oci/fleet_apps_management/models/announcement_collection.py +72 -0
- oci/fleet_apps_management/models/announcement_summary.py +606 -0
- oci/fleet_apps_management/models/api_based_execution_details.py +82 -0
- oci/fleet_apps_management/models/associated_fleet_credential_details.py +190 -0
- oci/fleet_apps_management/models/associated_fleet_property_details.py +218 -0
- oci/fleet_apps_management/models/associated_fleet_resource_details.py +165 -0
- oci/fleet_apps_management/models/associated_local_task_details.py +281 -0
- oci/fleet_apps_management/models/associated_scheduler_definition.py +171 -0
- oci/fleet_apps_management/models/associated_shared_task_details.py +82 -0
- oci/fleet_apps_management/models/associated_task_details.py +109 -0
- oci/fleet_apps_management/models/associations.py +161 -0
- oci/fleet_apps_management/models/check_resource_tagging_details.py +134 -0
- oci/fleet_apps_management/models/compliance_report.py +189 -0
- oci/fleet_apps_management/models/compliance_report_patch_detail.py +196 -0
- oci/fleet_apps_management/models/compliance_report_product.py +103 -0
- oci/fleet_apps_management/models/compliance_report_resource.py +344 -0
- oci/fleet_apps_management/models/compliance_report_target.py +251 -0
- oci/fleet_apps_management/models/component_properties.py +154 -0
- oci/fleet_apps_management/models/condition.py +134 -0
- oci/fleet_apps_management/models/confirm_targets_details.py +72 -0
- oci/fleet_apps_management/models/content_details.py +101 -0
- oci/fleet_apps_management/models/create_fleet_credential_details.py +190 -0
- oci/fleet_apps_management/models/create_fleet_details.py +510 -0
- oci/fleet_apps_management/models/create_fleet_property_details.py +134 -0
- oci/fleet_apps_management/models/create_fleet_resource_details.py +196 -0
- oci/fleet_apps_management/models/create_maintenance_window_details.py +437 -0
- oci/fleet_apps_management/models/create_onboarding_details.py +134 -0
- oci/fleet_apps_management/models/create_property_details.py +238 -0
- oci/fleet_apps_management/models/create_scheduler_definition_details.py +328 -0
- oci/fleet_apps_management/models/credential_details.py +117 -0
- oci/fleet_apps_management/models/credential_entity_specific_details.py +101 -0
- oci/fleet_apps_management/models/details.py +224 -0
- oci/fleet_apps_management/models/discovered_target.py +196 -0
- oci/fleet_apps_management/models/entity_execution_details.py +341 -0
- oci/fleet_apps_management/models/execution.py +463 -0
- oci/fleet_apps_management/models/execution_collection.py +72 -0
- oci/fleet_apps_management/models/execution_details.py +109 -0
- oci/fleet_apps_management/models/execution_summary.py +405 -0
- oci/fleet_apps_management/models/execution_workflow_details.py +72 -0
- oci/fleet_apps_management/models/fleet.py +887 -0
- oci/fleet_apps_management/models/fleet_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_credential.py +398 -0
- oci/fleet_apps_management/models/fleet_credential_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_credential_summary.py +378 -0
- oci/fleet_apps_management/models/fleet_product_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_product_summary.py +200 -0
- oci/fleet_apps_management/models/fleet_property.py +477 -0
- oci/fleet_apps_management/models/fleet_property_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_property_summary.py +375 -0
- oci/fleet_apps_management/models/fleet_resource.py +717 -0
- oci/fleet_apps_management/models/fleet_resource_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_resource_summary.py +693 -0
- oci/fleet_apps_management/models/fleet_summary.py +456 -0
- oci/fleet_apps_management/models/fleet_target.py +399 -0
- oci/fleet_apps_management/models/fleet_target_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_target_summary.py +348 -0
- oci/fleet_apps_management/models/generate_compliance_report_details.py +72 -0
- oci/fleet_apps_management/models/group.py +150 -0
- oci/fleet_apps_management/models/input_argument.py +171 -0
- oci/fleet_apps_management/models/input_parameter.py +103 -0
- oci/fleet_apps_management/models/inventory_resource_collection.py +72 -0
- oci/fleet_apps_management/models/inventory_resource_summary.py +425 -0
- oci/fleet_apps_management/models/job_activity.py +310 -0
- oci/fleet_apps_management/models/key_encryption_credential_details.py +175 -0
- oci/fleet_apps_management/models/maintenance_window.py +688 -0
- oci/fleet_apps_management/models/maintenance_window_collection.py +72 -0
- oci/fleet_apps_management/models/maintenance_window_summary.py +656 -0
- oci/fleet_apps_management/models/model_property.py +641 -0
- oci/fleet_apps_management/models/notification_preferences.py +130 -0
- oci/fleet_apps_management/models/object_storage_bucket_content_details.py +176 -0
- oci/fleet_apps_management/models/onboarding.py +393 -0
- oci/fleet_apps_management/models/onboarding_collection.py +72 -0
- oci/fleet_apps_management/models/onboarding_policy_collection.py +72 -0
- oci/fleet_apps_management/models/onboarding_policy_summary.py +198 -0
- oci/fleet_apps_management/models/onboarding_summary.py +353 -0
- oci/fleet_apps_management/models/operation_runbook.py +103 -0
- oci/fleet_apps_management/models/outcome.py +134 -0
- oci/fleet_apps_management/models/output_variable_details.py +103 -0
- oci/fleet_apps_management/models/output_variable_input_argument.py +65 -0
- oci/fleet_apps_management/models/output_variable_mapping.py +99 -0
- oci/fleet_apps_management/models/plain_text_credential_details.py +82 -0
- oci/fleet_apps_management/models/preferences.py +134 -0
- oci/fleet_apps_management/models/properties.py +103 -0
- oci/fleet_apps_management/models/property_collection.py +72 -0
- oci/fleet_apps_management/models/property_summary.py +601 -0
- oci/fleet_apps_management/models/request_resource_validation_details.py +103 -0
- oci/fleet_apps_management/models/request_target_discovery_details.py +103 -0
- oci/fleet_apps_management/models/resource_tag_check_details.py +72 -0
- oci/fleet_apps_management/models/resource_tag_enablement_info.py +103 -0
- oci/fleet_apps_management/models/rule.py +165 -0
- oci/fleet_apps_management/models/runbook.py +747 -0
- oci/fleet_apps_management/models/runbook_collection.py +72 -0
- oci/fleet_apps_management/models/runbook_summary.py +664 -0
- oci/fleet_apps_management/models/schedule.py +212 -0
- oci/fleet_apps_management/models/scheduled_fleet_collection.py +72 -0
- oci/fleet_apps_management/models/scheduled_fleet_summary.py +313 -0
- oci/fleet_apps_management/models/scheduler_definition.py +847 -0
- oci/fleet_apps_management/models/scheduler_definition_collection.py +72 -0
- oci/fleet_apps_management/models/scheduler_definition_summary.py +718 -0
- oci/fleet_apps_management/models/scheduler_job.py +767 -0
- oci/fleet_apps_management/models/scheduler_job_collection.py +72 -0
- oci/fleet_apps_management/models/scheduler_job_summary.py +685 -0
- oci/fleet_apps_management/models/script_based_execution_details.py +136 -0
- oci/fleet_apps_management/models/selection_criteria.py +119 -0
- oci/fleet_apps_management/models/string_input_argument.py +65 -0
- oci/fleet_apps_management/models/target_credential_entity_specific_details.py +113 -0
- oci/fleet_apps_management/models/target_resource.py +109 -0
- oci/fleet_apps_management/models/task.py +200 -0
- oci/fleet_apps_management/models/task_argument.py +103 -0
- oci/fleet_apps_management/models/task_record.py +568 -0
- oci/fleet_apps_management/models/task_record_collection.py +72 -0
- oci/fleet_apps_management/models/task_record_summary.py +516 -0
- oci/fleet_apps_management/models/task_variable.py +103 -0
- oci/fleet_apps_management/models/update_fleet_credential_details.py +159 -0
- oci/fleet_apps_management/models/update_fleet_details.py +262 -0
- oci/fleet_apps_management/models/update_fleet_property_details.py +72 -0
- oci/fleet_apps_management/models/update_fleet_resource_details.py +103 -0
- oci/fleet_apps_management/models/update_maintenance_window_details.py +406 -0
- oci/fleet_apps_management/models/update_property_details.py +207 -0
- oci/fleet_apps_management/models/update_scheduler_definition_details.py +297 -0
- oci/fleet_apps_management/models/update_scheduler_job_details.py +138 -0
- oci/fleet_apps_management/models/vault_secret_credential_details.py +117 -0
- oci/fleet_apps_management/models/work_request.py +497 -0
- oci/fleet_apps_management/models/work_request_error.py +136 -0
- oci/fleet_apps_management/models/work_request_error_collection.py +72 -0
- oci/fleet_apps_management/models/work_request_log_entry.py +103 -0
- oci/fleet_apps_management/models/work_request_log_entry_collection.py +72 -0
- oci/fleet_apps_management/models/work_request_resource.py +234 -0
- oci/fleet_apps_management/models/work_request_summary.py +497 -0
- oci/fleet_apps_management/models/work_request_summary_collection.py +72 -0
- oci/fleet_apps_management/models/workflow_component.py +109 -0
- oci/fleet_apps_management/models/workflow_group.py +150 -0
- oci/fleet_apps_management/models/workflow_group_component.py +115 -0
- oci/fleet_apps_management/models/workflow_task_component.py +82 -0
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/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 +307 -307
- oci/integration/integration_instance_client.py +138 -17
- oci/integration/integration_instance_client_composite_operations.py +42 -0
- oci/integration/models/__init__.py +2 -0
- oci/integration/models/create_integration_instance_details.py +7 -3
- oci/integration/models/extend_data_retention_details.py +92 -0
- oci/integration/models/integration_instance.py +100 -8
- oci/integration/models/integration_instance_summary.py +100 -8
- oci/integration/models/update_integration_instance_details.py +7 -3
- oci/integration/models/work_request.py +7 -3
- oci/integration/models/work_request_summary.py +7 -3
- oci/jms/java_management_service_client.py +150 -150
- oci/jms_java_downloads/java_download_client.py +50 -50
- 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 +33 -12
- oci/limits/models/limit_definition_summary.py +64 -2
- oci/limits/models/service_summary.py +33 -2
- 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/models/__init__.py +4 -0
- oci/mysql/models/create_db_system_details.py +27 -0
- oci/mysql/models/data_storage.py +232 -0
- oci/mysql/models/data_storage_details.py +123 -0
- oci/mysql/models/db_system.py +31 -2
- oci/mysql/models/db_system_snapshot.py +31 -2
- oci/mysql/models/update_db_system_details.py +27 -0
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/models/backend.py +3 -3
- oci/network_load_balancer/models/backend_details.py +2 -2
- oci/network_load_balancer/models/backend_set.py +7 -3
- oci/network_load_balancer/models/backend_set_details.py +5 -1
- oci/network_load_balancer/models/backend_set_summary.py +5 -7
- oci/network_load_balancer/models/backend_summary.py +3 -3
- oci/network_load_balancer/models/create_backend_details.py +3 -3
- oci/network_load_balancer/models/create_backend_set_details.py +1 -1
- oci/network_load_balancer/models/create_listener_details.py +71 -5
- oci/network_load_balancer/models/create_network_load_balancer_details.py +3 -3
- oci/network_load_balancer/models/health_checker.py +1 -1
- oci/network_load_balancer/models/health_checker_details.py +1 -1
- oci/network_load_balancer/models/listener.py +70 -4
- oci/network_load_balancer/models/listener_details.py +70 -4
- oci/network_load_balancer/models/listener_summary.py +70 -4
- oci/network_load_balancer/models/network_load_balancer.py +5 -5
- oci/network_load_balancer/models/network_load_balancer_summary.py +4 -4
- oci/network_load_balancer/models/update_backend_details.py +4 -4
- oci/network_load_balancer/models/update_backend_set_details.py +1 -1
- oci/network_load_balancer/models/update_listener_details.py +69 -3
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +177 -177
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/models/__init__.py +4 -0
- oci/redis/models/change_redis_cluster_compartment_details.py +2 -2
- oci/redis/models/create_redis_cluster_details.py +78 -16
- oci/redis/models/node.py +3 -3
- oci/redis/models/node_collection.py +1 -1
- oci/redis/models/node_summary.py +196 -0
- oci/redis/models/redis_cluster.py +110 -32
- oci/redis/models/redis_cluster_collection.py +4 -4
- oci/redis/models/redis_cluster_summary.py +94 -32
- oci/redis/models/redis_node_collection.py +72 -0
- oci/redis/models/update_redis_cluster_details.py +40 -9
- oci/redis/redis_cluster_client.py +190 -41
- oci/redis/redis_cluster_client_composite_operations.py +4 -4
- oci/regions_definitions.py +6 -3
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/METADATA +3 -2
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/RECORD +539 -369
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/WHEEL +0 -0
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -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.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/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.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/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.
|
1225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1226
1226
|
"""
|
1227
1227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1228
1228
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1340,7 +1340,7 @@ class DatabaseClient(object):
|
|
1340
1340
|
:rtype: :class:`~oci.response.Response`
|
1341
1341
|
|
1342
1342
|
:example:
|
1343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1344
1344
|
"""
|
1345
1345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1346
1346
|
required_arguments = ['autonomousDatabaseId']
|
@@ -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.
|
1465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_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 = ['autonomousExadataInfrastructureId']
|
@@ -1580,7 +1580,7 @@ class DatabaseClient(object):
|
|
1580
1580
|
:rtype: :class:`~oci.response.Response`
|
1581
1581
|
|
1582
1582
|
:example:
|
1583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1584
1584
|
"""
|
1585
1585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1586
1586
|
required_arguments = ['autonomousVmClusterId']
|
@@ -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.
|
1705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_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 = ['backupDestinationId']
|
@@ -1820,7 +1820,7 @@ class DatabaseClient(object):
|
|
1820
1820
|
:rtype: :class:`~oci.response.Response`
|
1821
1821
|
|
1822
1822
|
:example:
|
1823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1824
1824
|
"""
|
1825
1825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1826
1826
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -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.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_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 = ['cloudExadataInfrastructureId']
|
@@ -2058,7 +2058,7 @@ class DatabaseClient(object):
|
|
2058
2058
|
:rtype: :class:`~oci.response.Response`
|
2059
2059
|
|
2060
2060
|
:example:
|
2061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2062
2062
|
"""
|
2063
2063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2064
2064
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2176,7 +2176,7 @@ class DatabaseClient(object):
|
|
2176
2176
|
:rtype: :class:`~oci.response.Response`
|
2177
2177
|
|
2178
2178
|
:example:
|
2179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2180
2180
|
"""
|
2181
2181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2182
2182
|
required_arguments = ['cloudVmClusterId']
|
@@ -2294,7 +2294,7 @@ class DatabaseClient(object):
|
|
2294
2294
|
:rtype: :class:`~oci.response.Response`
|
2295
2295
|
|
2296
2296
|
:example:
|
2297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2298
2298
|
"""
|
2299
2299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2300
2300
|
required_arguments = ['cloudVmClusterId']
|
@@ -2416,7 +2416,7 @@ class DatabaseClient(object):
|
|
2416
2416
|
:rtype: :class:`~oci.response.Response`
|
2417
2417
|
|
2418
2418
|
:example:
|
2419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2420
2420
|
"""
|
2421
2421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2422
2422
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2539,7 +2539,7 @@ class DatabaseClient(object):
|
|
2539
2539
|
:rtype: :class:`~oci.response.Response`
|
2540
2540
|
|
2541
2541
|
:example:
|
2542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2543
2543
|
"""
|
2544
2544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2545
2545
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2670,7 +2670,7 @@ class DatabaseClient(object):
|
|
2670
2670
|
:rtype: :class:`~oci.response.Response`
|
2671
2671
|
|
2672
2672
|
:example:
|
2673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2674
2674
|
"""
|
2675
2675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2676
2676
|
required_arguments = ['dbSystemId']
|
@@ -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.
|
2784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2785
2785
|
"""
|
2786
2786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2787
2787
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2899,7 +2899,7 @@ class DatabaseClient(object):
|
|
2899
2899
|
:rtype: :class:`~oci.response.Response`
|
2900
2900
|
|
2901
2901
|
:example:
|
2902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2903
2903
|
"""
|
2904
2904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2905
2905
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3017,7 +3017,7 @@ class DatabaseClient(object):
|
|
3017
3017
|
:rtype: :class:`~oci.response.Response`
|
3018
3018
|
|
3019
3019
|
:example:
|
3020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3021
3021
|
"""
|
3022
3022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3023
3023
|
required_arguments = ['exadbVmClusterId']
|
@@ -3135,7 +3135,7 @@ class DatabaseClient(object):
|
|
3135
3135
|
:rtype: :class:`~oci.response.Response`
|
3136
3136
|
|
3137
3137
|
:example:
|
3138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
3139
3139
|
"""
|
3140
3140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3141
3141
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3258,7 +3258,7 @@ class DatabaseClient(object):
|
|
3258
3258
|
:rtype: :class:`~oci.response.Response`
|
3259
3259
|
|
3260
3260
|
:example:
|
3261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
3262
3262
|
"""
|
3263
3263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3264
3264
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -3380,7 +3380,7 @@ class DatabaseClient(object):
|
|
3380
3380
|
:rtype: :class:`~oci.response.Response`
|
3381
3381
|
|
3382
3382
|
:example:
|
3383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
3384
3384
|
"""
|
3385
3385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3386
3386
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -3505,7 +3505,7 @@ class DatabaseClient(object):
|
|
3505
3505
|
:rtype: :class:`~oci.response.Response`
|
3506
3506
|
|
3507
3507
|
:example:
|
3508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
3509
3509
|
"""
|
3510
3510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3511
3511
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3627,7 +3627,7 @@ class DatabaseClient(object):
|
|
3627
3627
|
:rtype: :class:`~oci.response.Response`
|
3628
3628
|
|
3629
3629
|
:example:
|
3630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3631
3631
|
"""
|
3632
3632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3633
3633
|
required_arguments = ['keyStoreId']
|
@@ -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.
|
3748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3749
3749
|
"""
|
3750
3750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3751
3751
|
required_arguments = ['databaseId']
|
@@ -3863,7 +3863,7 @@ class DatabaseClient(object):
|
|
3863
3863
|
:rtype: :class:`~oci.response.Response`
|
3864
3864
|
|
3865
3865
|
:example:
|
3866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3867
3867
|
"""
|
3868
3868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3869
3869
|
required_arguments = ['oneoffPatchId']
|
@@ -3982,7 +3982,7 @@ class DatabaseClient(object):
|
|
3982
3982
|
:rtype: :class:`~oci.response.Response`
|
3983
3983
|
|
3984
3984
|
:example:
|
3985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3986
3986
|
"""
|
3987
3987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3988
3988
|
required_arguments = ['vmClusterId']
|
@@ -4099,7 +4099,7 @@ class DatabaseClient(object):
|
|
4099
4099
|
:rtype: :class:`~oci.response.Response`
|
4100
4100
|
|
4101
4101
|
:example:
|
4102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
4103
4103
|
"""
|
4104
4104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4105
4105
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -4216,7 +4216,7 @@ class DatabaseClient(object):
|
|
4216
4216
|
:rtype: :class:`~oci.response.Response`
|
4217
4217
|
|
4218
4218
|
:example:
|
4219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
4220
4220
|
"""
|
4221
4221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4222
4222
|
required_arguments = ['backupId']
|
@@ -4338,7 +4338,7 @@ class DatabaseClient(object):
|
|
4338
4338
|
:rtype: :class:`~oci.response.Response`
|
4339
4339
|
|
4340
4340
|
:example:
|
4341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
4342
4342
|
"""
|
4343
4343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4344
4344
|
required_arguments = ['autonomousDatabaseId']
|
@@ -4449,7 +4449,7 @@ class DatabaseClient(object):
|
|
4449
4449
|
:rtype: :class:`~oci.response.Response`
|
4450
4450
|
|
4451
4451
|
:example:
|
4452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
4453
4453
|
"""
|
4454
4454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4455
4455
|
required_arguments = ['autonomousDatabaseId']
|
@@ -4564,7 +4564,7 @@ class DatabaseClient(object):
|
|
4564
4564
|
:rtype: :class:`~oci.response.Response`
|
4565
4565
|
|
4566
4566
|
:example:
|
4567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
4568
4568
|
"""
|
4569
4569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4570
4570
|
required_arguments = ['keyStoreId']
|
@@ -4673,7 +4673,7 @@ class DatabaseClient(object):
|
|
4673
4673
|
:rtype: :class:`~oci.response.Response`
|
4674
4674
|
|
4675
4675
|
:example:
|
4676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
4677
4677
|
"""
|
4678
4678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4679
4679
|
required_arguments = ['databaseId']
|
@@ -4791,7 +4791,7 @@ class DatabaseClient(object):
|
|
4791
4791
|
:rtype: :class:`~oci.response.Response`
|
4792
4792
|
|
4793
4793
|
:example:
|
4794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
4795
4795
|
"""
|
4796
4796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4797
4797
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4901,7 +4901,7 @@ class DatabaseClient(object):
|
|
4901
4901
|
:rtype: :class:`~oci.response.Response`
|
4902
4902
|
|
4903
4903
|
:example:
|
4904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4905
4905
|
"""
|
4906
4906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4907
4907
|
required_arguments = []
|
@@ -4994,7 +4994,7 @@ class DatabaseClient(object):
|
|
4994
4994
|
:rtype: :class:`~oci.response.Response`
|
4995
4995
|
|
4996
4996
|
:example:
|
4997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4998
4998
|
"""
|
4999
4999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5000
5000
|
required_arguments = []
|
@@ -5100,7 +5100,7 @@ class DatabaseClient(object):
|
|
5100
5100
|
:rtype: :class:`~oci.response.Response`
|
5101
5101
|
|
5102
5102
|
:example:
|
5103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
5104
5104
|
"""
|
5105
5105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5106
5106
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -5206,7 +5206,7 @@ class DatabaseClient(object):
|
|
5206
5206
|
:rtype: :class:`~oci.response.Response`
|
5207
5207
|
|
5208
5208
|
:example:
|
5209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
5210
5210
|
"""
|
5211
5211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5212
5212
|
required_arguments = []
|
@@ -5302,7 +5302,7 @@ class DatabaseClient(object):
|
|
5302
5302
|
:rtype: :class:`~oci.response.Response`
|
5303
5303
|
|
5304
5304
|
:example:
|
5305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
5306
5306
|
"""
|
5307
5307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5308
5308
|
required_arguments = []
|
@@ -5398,7 +5398,7 @@ class DatabaseClient(object):
|
|
5398
5398
|
:rtype: :class:`~oci.response.Response`
|
5399
5399
|
|
5400
5400
|
:example:
|
5401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
5402
5402
|
"""
|
5403
5403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5404
5404
|
required_arguments = []
|
@@ -5494,7 +5494,7 @@ class DatabaseClient(object):
|
|
5494
5494
|
:rtype: :class:`~oci.response.Response`
|
5495
5495
|
|
5496
5496
|
:example:
|
5497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
5498
5498
|
"""
|
5499
5499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5500
5500
|
required_arguments = []
|
@@ -5587,7 +5587,7 @@ class DatabaseClient(object):
|
|
5587
5587
|
:rtype: :class:`~oci.response.Response`
|
5588
5588
|
|
5589
5589
|
:example:
|
5590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
5591
5591
|
"""
|
5592
5592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5593
5593
|
required_arguments = []
|
@@ -5681,7 +5681,7 @@ class DatabaseClient(object):
|
|
5681
5681
|
:rtype: :class:`~oci.response.Response`
|
5682
5682
|
|
5683
5683
|
:example:
|
5684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
5685
5685
|
"""
|
5686
5686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5687
5687
|
required_arguments = []
|
@@ -5777,7 +5777,7 @@ class DatabaseClient(object):
|
|
5777
5777
|
:rtype: :class:`~oci.response.Response`
|
5778
5778
|
|
5779
5779
|
:example:
|
5780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
5781
5781
|
"""
|
5782
5782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5783
5783
|
required_arguments = []
|
@@ -5877,7 +5877,7 @@ class DatabaseClient(object):
|
|
5877
5877
|
:rtype: :class:`~oci.response.Response`
|
5878
5878
|
|
5879
5879
|
:example:
|
5880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
5881
5881
|
"""
|
5882
5882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5883
5883
|
required_arguments = []
|
@@ -5975,7 +5975,7 @@ class DatabaseClient(object):
|
|
5975
5975
|
:rtype: :class:`~oci.response.Response`
|
5976
5976
|
|
5977
5977
|
:example:
|
5978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5979
5979
|
"""
|
5980
5980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5981
5981
|
required_arguments = []
|
@@ -6075,7 +6075,7 @@ class DatabaseClient(object):
|
|
6075
6075
|
:rtype: :class:`~oci.response.Response`
|
6076
6076
|
|
6077
6077
|
:example:
|
6078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
6079
6079
|
"""
|
6080
6080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6081
6081
|
required_arguments = ['dbNodeId']
|
@@ -6186,7 +6186,7 @@ class DatabaseClient(object):
|
|
6186
6186
|
:rtype: :class:`~oci.response.Response`
|
6187
6187
|
|
6188
6188
|
:example:
|
6189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
6190
6190
|
"""
|
6191
6191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6192
6192
|
required_arguments = ['dbNodeId']
|
@@ -6306,7 +6306,7 @@ class DatabaseClient(object):
|
|
6306
6306
|
:rtype: :class:`~oci.response.Response`
|
6307
6307
|
|
6308
6308
|
:example:
|
6309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
6310
6310
|
"""
|
6311
6311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6312
6312
|
required_arguments = ['databaseId']
|
@@ -6412,7 +6412,7 @@ class DatabaseClient(object):
|
|
6412
6412
|
:rtype: :class:`~oci.response.Response`
|
6413
6413
|
|
6414
6414
|
:example:
|
6415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
6416
6416
|
"""
|
6417
6417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6418
6418
|
required_arguments = []
|
@@ -6505,7 +6505,7 @@ class DatabaseClient(object):
|
|
6505
6505
|
:rtype: :class:`~oci.response.Response`
|
6506
6506
|
|
6507
6507
|
:example:
|
6508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
6509
6509
|
"""
|
6510
6510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6511
6511
|
required_arguments = []
|
@@ -6596,7 +6596,7 @@ class DatabaseClient(object):
|
|
6596
6596
|
:rtype: :class:`~oci.response.Response`
|
6597
6597
|
|
6598
6598
|
:example:
|
6599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
6600
6600
|
"""
|
6601
6601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6602
6602
|
required_arguments = []
|
@@ -6691,7 +6691,7 @@ class DatabaseClient(object):
|
|
6691
6691
|
:rtype: :class:`~oci.response.Response`
|
6692
6692
|
|
6693
6693
|
:example:
|
6694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
6695
6695
|
"""
|
6696
6696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6697
6697
|
required_arguments = []
|
@@ -6789,7 +6789,7 @@ class DatabaseClient(object):
|
|
6789
6789
|
:rtype: :class:`~oci.response.Response`
|
6790
6790
|
|
6791
6791
|
:example:
|
6792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
6793
6793
|
"""
|
6794
6794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6795
6795
|
required_arguments = []
|
@@ -6885,7 +6885,7 @@ class DatabaseClient(object):
|
|
6885
6885
|
:rtype: :class:`~oci.response.Response`
|
6886
6886
|
|
6887
6887
|
:example:
|
6888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
6889
6889
|
"""
|
6890
6890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6891
6891
|
required_arguments = []
|
@@ -6982,7 +6982,7 @@ class DatabaseClient(object):
|
|
6982
6982
|
:rtype: :class:`~oci.response.Response`
|
6983
6983
|
|
6984
6984
|
:example:
|
6985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
6986
6986
|
"""
|
6987
6987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6988
6988
|
required_arguments = []
|
@@ -7076,7 +7076,7 @@ class DatabaseClient(object):
|
|
7076
7076
|
:rtype: :class:`~oci.response.Response`
|
7077
7077
|
|
7078
7078
|
:example:
|
7079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
7080
7080
|
"""
|
7081
7081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7082
7082
|
required_arguments = []
|
@@ -7172,7 +7172,7 @@ class DatabaseClient(object):
|
|
7172
7172
|
:rtype: :class:`~oci.response.Response`
|
7173
7173
|
|
7174
7174
|
:example:
|
7175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
7176
7176
|
"""
|
7177
7177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7178
7178
|
required_arguments = []
|
@@ -7268,7 +7268,7 @@ class DatabaseClient(object):
|
|
7268
7268
|
:rtype: :class:`~oci.response.Response`
|
7269
7269
|
|
7270
7270
|
:example:
|
7271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
7272
7272
|
"""
|
7273
7273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7274
7274
|
required_arguments = []
|
@@ -7365,7 +7365,7 @@ class DatabaseClient(object):
|
|
7365
7365
|
:rtype: :class:`~oci.response.Response`
|
7366
7366
|
|
7367
7367
|
:example:
|
7368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
7369
7369
|
"""
|
7370
7370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7371
7371
|
required_arguments = []
|
@@ -7461,7 +7461,7 @@ class DatabaseClient(object):
|
|
7461
7461
|
:rtype: :class:`~oci.response.Response`
|
7462
7462
|
|
7463
7463
|
:example:
|
7464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
7465
7465
|
"""
|
7466
7466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7467
7467
|
required_arguments = []
|
@@ -7560,7 +7560,7 @@ class DatabaseClient(object):
|
|
7560
7560
|
:rtype: :class:`~oci.response.Response`
|
7561
7561
|
|
7562
7562
|
:example:
|
7563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
7564
7564
|
"""
|
7565
7565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7566
7566
|
required_arguments = []
|
@@ -7656,7 +7656,7 @@ class DatabaseClient(object):
|
|
7656
7656
|
:rtype: :class:`~oci.response.Response`
|
7657
7657
|
|
7658
7658
|
:example:
|
7659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
7660
7660
|
"""
|
7661
7661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7662
7662
|
required_arguments = []
|
@@ -7754,7 +7754,7 @@ class DatabaseClient(object):
|
|
7754
7754
|
:rtype: :class:`~oci.response.Response`
|
7755
7755
|
|
7756
7756
|
:example:
|
7757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
7758
7758
|
"""
|
7759
7759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7760
7760
|
required_arguments = []
|
@@ -7851,7 +7851,7 @@ class DatabaseClient(object):
|
|
7851
7851
|
:rtype: :class:`~oci.response.Response`
|
7852
7852
|
|
7853
7853
|
:example:
|
7854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
7855
7855
|
"""
|
7856
7856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7857
7857
|
required_arguments = []
|
@@ -7953,7 +7953,7 @@ class DatabaseClient(object):
|
|
7953
7953
|
:rtype: :class:`~oci.response.Response`
|
7954
7954
|
|
7955
7955
|
:example:
|
7956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
7957
7957
|
"""
|
7958
7958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7959
7959
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8082,7 +8082,7 @@ class DatabaseClient(object):
|
|
8082
8082
|
:rtype: :class:`~oci.response.Response`
|
8083
8083
|
|
8084
8084
|
:example:
|
8085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8085
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
8086
8086
|
"""
|
8087
8087
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8088
8088
|
required_arguments = ['dbNodeId', 'action']
|
@@ -8195,7 +8195,7 @@ class DatabaseClient(object):
|
|
8195
8195
|
:rtype: :class:`~oci.response.Response`
|
8196
8196
|
|
8197
8197
|
:example:
|
8198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
8199
8199
|
"""
|
8200
8200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8201
8201
|
required_arguments = ['applicationVipId']
|
@@ -8298,7 +8298,7 @@ class DatabaseClient(object):
|
|
8298
8298
|
:rtype: :class:`~oci.response.Response`
|
8299
8299
|
|
8300
8300
|
:example:
|
8301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
8302
8302
|
"""
|
8303
8303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8304
8304
|
required_arguments = ['autonomousDatabaseId']
|
@@ -8401,7 +8401,7 @@ class DatabaseClient(object):
|
|
8401
8401
|
:rtype: :class:`~oci.response.Response`
|
8402
8402
|
|
8403
8403
|
:example:
|
8404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
8405
8405
|
"""
|
8406
8406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8407
8407
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -8504,7 +8504,7 @@ class DatabaseClient(object):
|
|
8504
8504
|
:rtype: :class:`~oci.response.Response`
|
8505
8505
|
|
8506
8506
|
:example:
|
8507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
8508
8508
|
"""
|
8509
8509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8510
8510
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -8607,7 +8607,7 @@ class DatabaseClient(object):
|
|
8607
8607
|
:rtype: :class:`~oci.response.Response`
|
8608
8608
|
|
8609
8609
|
:example:
|
8610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
8611
8611
|
"""
|
8612
8612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8613
8613
|
required_arguments = ['autonomousVmClusterId']
|
@@ -8707,7 +8707,7 @@ class DatabaseClient(object):
|
|
8707
8707
|
:rtype: :class:`~oci.response.Response`
|
8708
8708
|
|
8709
8709
|
:example:
|
8710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
8711
8711
|
"""
|
8712
8712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8713
8713
|
required_arguments = ['backupId']
|
@@ -8808,7 +8808,7 @@ class DatabaseClient(object):
|
|
8808
8808
|
:rtype: :class:`~oci.response.Response`
|
8809
8809
|
|
8810
8810
|
:example:
|
8811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
8812
8812
|
"""
|
8813
8813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8814
8814
|
required_arguments = ['backupDestinationId']
|
@@ -8911,7 +8911,7 @@ class DatabaseClient(object):
|
|
8911
8911
|
:rtype: :class:`~oci.response.Response`
|
8912
8912
|
|
8913
8913
|
:example:
|
8914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
8915
8915
|
"""
|
8916
8916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8917
8917
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -9017,7 +9017,7 @@ class DatabaseClient(object):
|
|
9017
9017
|
:rtype: :class:`~oci.response.Response`
|
9018
9018
|
|
9019
9019
|
:example:
|
9020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
9021
9021
|
"""
|
9022
9022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9023
9023
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -9128,7 +9128,7 @@ class DatabaseClient(object):
|
|
9128
9128
|
:rtype: :class:`~oci.response.Response`
|
9129
9129
|
|
9130
9130
|
:example:
|
9131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
9132
9132
|
"""
|
9133
9133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9134
9134
|
required_arguments = ['cloudVmClusterId']
|
@@ -9231,7 +9231,7 @@ class DatabaseClient(object):
|
|
9231
9231
|
:rtype: :class:`~oci.response.Response`
|
9232
9232
|
|
9233
9233
|
:example:
|
9234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
9235
9235
|
"""
|
9236
9236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9237
9237
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -9336,7 +9336,7 @@ class DatabaseClient(object):
|
|
9336
9336
|
:rtype: :class:`~oci.response.Response`
|
9337
9337
|
|
9338
9338
|
:example:
|
9339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
9340
9340
|
"""
|
9341
9341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9342
9342
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -9449,7 +9449,7 @@ class DatabaseClient(object):
|
|
9449
9449
|
:rtype: :class:`~oci.response.Response`
|
9450
9450
|
|
9451
9451
|
:example:
|
9452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
9453
9453
|
"""
|
9454
9454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9455
9455
|
required_arguments = ['databaseId']
|
@@ -9557,7 +9557,7 @@ class DatabaseClient(object):
|
|
9557
9557
|
:rtype: :class:`~oci.response.Response`
|
9558
9558
|
|
9559
9559
|
:example:
|
9560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
9561
9561
|
"""
|
9562
9562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9563
9563
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -9664,7 +9664,7 @@ class DatabaseClient(object):
|
|
9664
9664
|
:rtype: :class:`~oci.response.Response`
|
9665
9665
|
|
9666
9666
|
:example:
|
9667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
9668
9668
|
"""
|
9669
9669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9670
9670
|
required_arguments = ['dbHomeId']
|
@@ -9773,7 +9773,7 @@ class DatabaseClient(object):
|
|
9773
9773
|
:rtype: :class:`~oci.response.Response`
|
9774
9774
|
|
9775
9775
|
:example:
|
9776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
9777
9777
|
"""
|
9778
9778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9779
9779
|
required_arguments = ['exadataInfrastructureId']
|
@@ -9876,7 +9876,7 @@ class DatabaseClient(object):
|
|
9876
9876
|
:rtype: :class:`~oci.response.Response`
|
9877
9877
|
|
9878
9878
|
:example:
|
9879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
9880
9880
|
"""
|
9881
9881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9882
9882
|
required_arguments = ['exadbVmClusterId']
|
@@ -9979,7 +9979,7 @@ class DatabaseClient(object):
|
|
9979
9979
|
:rtype: :class:`~oci.response.Response`
|
9980
9980
|
|
9981
9981
|
:example:
|
9982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
9983
9983
|
"""
|
9984
9984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9985
9985
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -10084,7 +10084,7 @@ class DatabaseClient(object):
|
|
10084
10084
|
:rtype: :class:`~oci.response.Response`
|
10085
10085
|
|
10086
10086
|
:example:
|
10087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
10088
10088
|
"""
|
10089
10089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10090
10090
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10190,7 +10190,7 @@ class DatabaseClient(object):
|
|
10190
10190
|
:rtype: :class:`~oci.response.Response`
|
10191
10191
|
|
10192
10192
|
:example:
|
10193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
10194
10194
|
"""
|
10195
10195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10196
10196
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -10293,7 +10293,7 @@ class DatabaseClient(object):
|
|
10293
10293
|
:rtype: :class:`~oci.response.Response`
|
10294
10294
|
|
10295
10295
|
:example:
|
10296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
10297
10297
|
"""
|
10298
10298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10299
10299
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10397,7 +10397,7 @@ class DatabaseClient(object):
|
|
10397
10397
|
:rtype: :class:`~oci.response.Response`
|
10398
10398
|
|
10399
10399
|
:example:
|
10400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
10401
10401
|
"""
|
10402
10402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10403
10403
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10500,7 +10500,7 @@ class DatabaseClient(object):
|
|
10500
10500
|
:rtype: :class:`~oci.response.Response`
|
10501
10501
|
|
10502
10502
|
:example:
|
10503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
10504
10504
|
"""
|
10505
10505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10506
10506
|
required_arguments = ['keyStoreId']
|
@@ -10603,7 +10603,7 @@ class DatabaseClient(object):
|
|
10603
10603
|
:rtype: :class:`~oci.response.Response`
|
10604
10604
|
|
10605
10605
|
:example:
|
10606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
10607
10607
|
"""
|
10608
10608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10609
10609
|
required_arguments = ['oneoffPatchId']
|
@@ -10706,7 +10706,7 @@ class DatabaseClient(object):
|
|
10706
10706
|
:rtype: :class:`~oci.response.Response`
|
10707
10707
|
|
10708
10708
|
:example:
|
10709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
10710
10710
|
"""
|
10711
10711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10712
10712
|
required_arguments = ['pluggableDatabaseId']
|
@@ -10809,7 +10809,7 @@ class DatabaseClient(object):
|
|
10809
10809
|
:rtype: :class:`~oci.response.Response`
|
10810
10810
|
|
10811
10811
|
:example:
|
10812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
10813
10813
|
"""
|
10814
10814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10815
10815
|
required_arguments = ['vmClusterId']
|
@@ -10918,7 +10918,7 @@ class DatabaseClient(object):
|
|
10918
10918
|
:rtype: :class:`~oci.response.Response`
|
10919
10919
|
|
10920
10920
|
:example:
|
10921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
10922
10922
|
"""
|
10923
10923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10924
10924
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
|
|
11020
11020
|
:rtype: :class:`~oci.response.Response`
|
11021
11021
|
|
11022
11022
|
:example:
|
11023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11119,7 +11119,7 @@ class DatabaseClient(object):
|
|
11119
11119
|
:rtype: :class:`~oci.response.Response`
|
11120
11120
|
|
11121
11121
|
:example:
|
11122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
11123
11123
|
"""
|
11124
11124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11125
11125
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11215,7 +11215,7 @@ class DatabaseClient(object):
|
|
11215
11215
|
:rtype: :class:`~oci.response.Response`
|
11216
11216
|
|
11217
11217
|
:example:
|
11218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
11219
11219
|
"""
|
11220
11220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11221
11221
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11323,7 +11323,7 @@ class DatabaseClient(object):
|
|
11323
11323
|
:rtype: :class:`~oci.response.Response`
|
11324
11324
|
|
11325
11325
|
:example:
|
11326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
11327
11327
|
"""
|
11328
11328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11329
11329
|
required_arguments = ['databaseId']
|
@@ -11438,7 +11438,7 @@ class DatabaseClient(object):
|
|
11438
11438
|
:rtype: :class:`~oci.response.Response`
|
11439
11439
|
|
11440
11440
|
:example:
|
11441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
11442
11442
|
"""
|
11443
11443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11444
11444
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11551,7 +11551,7 @@ class DatabaseClient(object):
|
|
11551
11551
|
:rtype: :class:`~oci.response.Response`
|
11552
11552
|
|
11553
11553
|
:example:
|
11554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
11555
11555
|
"""
|
11556
11556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11557
11557
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11668,7 +11668,7 @@ class DatabaseClient(object):
|
|
11668
11668
|
:rtype: :class:`~oci.response.Response`
|
11669
11669
|
|
11670
11670
|
:example:
|
11671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
11672
11672
|
"""
|
11673
11673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11674
11674
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11781,7 +11781,7 @@ class DatabaseClient(object):
|
|
11781
11781
|
:rtype: :class:`~oci.response.Response`
|
11782
11782
|
|
11783
11783
|
:example:
|
11784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
11785
11785
|
"""
|
11786
11786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11787
11787
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11894,7 +11894,7 @@ class DatabaseClient(object):
|
|
11894
11894
|
:rtype: :class:`~oci.response.Response`
|
11895
11895
|
|
11896
11896
|
:example:
|
11897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
11898
11898
|
"""
|
11899
11899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11900
11900
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12011,7 +12011,7 @@ class DatabaseClient(object):
|
|
12011
12011
|
:rtype: :class:`~oci.response.Response`
|
12012
12012
|
|
12013
12013
|
:example:
|
12014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
12015
12015
|
"""
|
12016
12016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12017
12017
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12124,7 +12124,7 @@ class DatabaseClient(object):
|
|
12124
12124
|
:rtype: :class:`~oci.response.Response`
|
12125
12125
|
|
12126
12126
|
:example:
|
12127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
12128
12128
|
"""
|
12129
12129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12130
12130
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12237,7 +12237,7 @@ class DatabaseClient(object):
|
|
12237
12237
|
:rtype: :class:`~oci.response.Response`
|
12238
12238
|
|
12239
12239
|
:example:
|
12240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
12241
12241
|
"""
|
12242
12242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12243
12243
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12350,7 +12350,7 @@ class DatabaseClient(object):
|
|
12350
12350
|
:rtype: :class:`~oci.response.Response`
|
12351
12351
|
|
12352
12352
|
:example:
|
12353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
12354
12354
|
"""
|
12355
12355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12356
12356
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12460,7 +12460,7 @@ class DatabaseClient(object):
|
|
12460
12460
|
:rtype: :class:`~oci.response.Response`
|
12461
12461
|
|
12462
12462
|
:example:
|
12463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
12464
12464
|
"""
|
12465
12465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12466
12466
|
required_arguments = ['exadataInfrastructureId']
|
@@ -12573,7 +12573,7 @@ class DatabaseClient(object):
|
|
12573
12573
|
:rtype: :class:`~oci.response.Response`
|
12574
12574
|
|
12575
12575
|
:example:
|
12576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
12577
12577
|
"""
|
12578
12578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12579
12579
|
required_arguments = ['oneoffPatchId']
|
@@ -12688,7 +12688,7 @@ class DatabaseClient(object):
|
|
12688
12688
|
:rtype: :class:`~oci.response.Response`
|
12689
12689
|
|
12690
12690
|
:example:
|
12691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
12692
12692
|
"""
|
12693
12693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12694
12694
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -12802,7 +12802,7 @@ class DatabaseClient(object):
|
|
12802
12802
|
:rtype: :class:`~oci.response.Response`
|
12803
12803
|
|
12804
12804
|
:example:
|
12805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
12806
12806
|
"""
|
12807
12807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12808
12808
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -12904,7 +12904,7 @@ class DatabaseClient(object):
|
|
12904
12904
|
:rtype: :class:`~oci.response.Response`
|
12905
12905
|
|
12906
12906
|
:example:
|
12907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
12908
12908
|
"""
|
12909
12909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12910
12910
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13000,7 +13000,7 @@ class DatabaseClient(object):
|
|
13000
13000
|
:rtype: :class:`~oci.response.Response`
|
13001
13001
|
|
13002
13002
|
:example:
|
13003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
13004
13004
|
"""
|
13005
13005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13006
13006
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13111,7 +13111,7 @@ class DatabaseClient(object):
|
|
13111
13111
|
:rtype: :class:`~oci.response.Response`
|
13112
13112
|
|
13113
13113
|
:example:
|
13114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
13115
13115
|
"""
|
13116
13116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13117
13117
|
required_arguments = ['databaseId']
|
@@ -13235,7 +13235,7 @@ class DatabaseClient(object):
|
|
13235
13235
|
:rtype: :class:`~oci.response.Response`
|
13236
13236
|
|
13237
13237
|
:example:
|
13238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
13239
13239
|
"""
|
13240
13240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13241
13241
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13353,7 +13353,7 @@ class DatabaseClient(object):
|
|
13353
13353
|
:rtype: :class:`~oci.response.Response`
|
13354
13354
|
|
13355
13355
|
:example:
|
13356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
13357
13357
|
"""
|
13358
13358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13359
13359
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13475,7 +13475,7 @@ class DatabaseClient(object):
|
|
13475
13475
|
:rtype: :class:`~oci.response.Response`
|
13476
13476
|
|
13477
13477
|
:example:
|
13478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
13479
13479
|
"""
|
13480
13480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13481
13481
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13593,7 +13593,7 @@ class DatabaseClient(object):
|
|
13593
13593
|
:rtype: :class:`~oci.response.Response`
|
13594
13594
|
|
13595
13595
|
:example:
|
13596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
13597
13597
|
"""
|
13598
13598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13599
13599
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13711,7 +13711,7 @@ class DatabaseClient(object):
|
|
13711
13711
|
:rtype: :class:`~oci.response.Response`
|
13712
13712
|
|
13713
13713
|
:example:
|
13714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
13715
13715
|
"""
|
13716
13716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13717
13717
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13833,7 +13833,7 @@ class DatabaseClient(object):
|
|
13833
13833
|
:rtype: :class:`~oci.response.Response`
|
13834
13834
|
|
13835
13835
|
:example:
|
13836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
13837
13837
|
"""
|
13838
13838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13839
13839
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13951,7 +13951,7 @@ class DatabaseClient(object):
|
|
13951
13951
|
:rtype: :class:`~oci.response.Response`
|
13952
13952
|
|
13953
13953
|
:example:
|
13954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
13955
13955
|
"""
|
13956
13956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13957
13957
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14069,7 +14069,7 @@ class DatabaseClient(object):
|
|
14069
14069
|
:rtype: :class:`~oci.response.Response`
|
14070
14070
|
|
14071
14071
|
:example:
|
14072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
14073
14073
|
"""
|
14074
14074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14075
14075
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14187,7 +14187,7 @@ class DatabaseClient(object):
|
|
14187
14187
|
:rtype: :class:`~oci.response.Response`
|
14188
14188
|
|
14189
14189
|
:example:
|
14190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
14191
14191
|
"""
|
14192
14192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14193
14193
|
required_arguments = ['pluggableDatabaseId']
|
@@ -14312,7 +14312,7 @@ class DatabaseClient(object):
|
|
14312
14312
|
:rtype: :class:`~oci.response.Response`
|
14313
14313
|
|
14314
14314
|
:example:
|
14315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
14316
14316
|
"""
|
14317
14317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14318
14318
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14432,7 +14432,7 @@ class DatabaseClient(object):
|
|
14432
14432
|
:rtype: :class:`~oci.response.Response`
|
14433
14433
|
|
14434
14434
|
:example:
|
14435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
14436
14436
|
"""
|
14437
14437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14438
14438
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -14545,7 +14545,7 @@ class DatabaseClient(object):
|
|
14545
14545
|
:rtype: :class:`~oci.response.Response`
|
14546
14546
|
|
14547
14547
|
:example:
|
14548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
14549
14549
|
"""
|
14550
14550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14551
14551
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -14656,7 +14656,7 @@ class DatabaseClient(object):
|
|
14656
14656
|
:rtype: :class:`~oci.response.Response`
|
14657
14657
|
|
14658
14658
|
:example:
|
14659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
14660
14660
|
"""
|
14661
14661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14662
14662
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14769,7 +14769,7 @@ class DatabaseClient(object):
|
|
14769
14769
|
:rtype: :class:`~oci.response.Response`
|
14770
14770
|
|
14771
14771
|
:example:
|
14772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
14773
14773
|
"""
|
14774
14774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14775
14775
|
required_arguments = ['exadataInfrastructureId']
|
@@ -14872,7 +14872,7 @@ class DatabaseClient(object):
|
|
14872
14872
|
:rtype: :class:`~oci.response.Response`
|
14873
14873
|
|
14874
14874
|
:example:
|
14875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
14876
14876
|
"""
|
14877
14877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14878
14878
|
required_arguments = ['applicationVipId']
|
@@ -14967,7 +14967,7 @@ class DatabaseClient(object):
|
|
14967
14967
|
:rtype: :class:`~oci.response.Response`
|
14968
14968
|
|
14969
14969
|
:example:
|
14970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
14971
14971
|
"""
|
14972
14972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14973
14973
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -15060,7 +15060,7 @@ class DatabaseClient(object):
|
|
15060
15060
|
:rtype: :class:`~oci.response.Response`
|
15061
15061
|
|
15062
15062
|
:example:
|
15063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
15064
15064
|
"""
|
15065
15065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15066
15066
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -15152,7 +15152,7 @@ class DatabaseClient(object):
|
|
15152
15152
|
:rtype: :class:`~oci.response.Response`
|
15153
15153
|
|
15154
15154
|
:example:
|
15155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
15156
15156
|
"""
|
15157
15157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15158
15158
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -15250,7 +15250,7 @@ class DatabaseClient(object):
|
|
15250
15250
|
:rtype: :class:`~oci.response.Response`
|
15251
15251
|
|
15252
15252
|
:example:
|
15253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
15254
15254
|
"""
|
15255
15255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15256
15256
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15348,7 +15348,7 @@ class DatabaseClient(object):
|
|
15348
15348
|
:rtype: :class:`~oci.response.Response`
|
15349
15349
|
|
15350
15350
|
:example:
|
15351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
15352
15352
|
"""
|
15353
15353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15354
15354
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -15451,7 +15451,7 @@ class DatabaseClient(object):
|
|
15451
15451
|
:rtype: :class:`~oci.response.Response`
|
15452
15452
|
|
15453
15453
|
:example:
|
15454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
15455
15455
|
"""
|
15456
15456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15457
15457
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -15545,7 +15545,7 @@ class DatabaseClient(object):
|
|
15545
15545
|
:rtype: :class:`~oci.response.Response`
|
15546
15546
|
|
15547
15547
|
:example:
|
15548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
15549
15549
|
"""
|
15550
15550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15551
15551
|
required_arguments = []
|
@@ -15631,7 +15631,7 @@ class DatabaseClient(object):
|
|
15631
15631
|
:rtype: :class:`~oci.response.Response`
|
15632
15632
|
|
15633
15633
|
:example:
|
15634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
15635
15635
|
"""
|
15636
15636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15637
15637
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -15729,7 +15729,7 @@ class DatabaseClient(object):
|
|
15729
15729
|
:rtype: :class:`~oci.response.Response`
|
15730
15730
|
|
15731
15731
|
:example:
|
15732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
15733
15733
|
"""
|
15734
15734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15735
15735
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15824,7 +15824,7 @@ class DatabaseClient(object):
|
|
15824
15824
|
:rtype: :class:`~oci.response.Response`
|
15825
15825
|
|
15826
15826
|
:example:
|
15827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
15828
15828
|
"""
|
15829
15829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15830
15830
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -15912,7 +15912,7 @@ class DatabaseClient(object):
|
|
15912
15912
|
:rtype: :class:`~oci.response.Response`
|
15913
15913
|
|
15914
15914
|
:example:
|
15915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
15916
15916
|
"""
|
15917
15917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15918
15918
|
required_arguments = ['autonomousPatchId']
|
@@ -16003,7 +16003,7 @@ class DatabaseClient(object):
|
|
16003
16003
|
:rtype: :class:`~oci.response.Response`
|
16004
16004
|
|
16005
16005
|
:example:
|
16006
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
16007
16007
|
"""
|
16008
16008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16009
16009
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -16101,7 +16101,7 @@ class DatabaseClient(object):
|
|
16101
16101
|
:rtype: :class:`~oci.response.Response`
|
16102
16102
|
|
16103
16103
|
:example:
|
16104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16104
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
16105
16105
|
"""
|
16106
16106
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16107
16107
|
required_arguments = ['autonomousVmClusterId']
|
@@ -16199,7 +16199,7 @@ class DatabaseClient(object):
|
|
16199
16199
|
:rtype: :class:`~oci.response.Response`
|
16200
16200
|
|
16201
16201
|
:example:
|
16202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
16203
16203
|
"""
|
16204
16204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16205
16205
|
required_arguments = ['autonomousVmClusterId']
|
@@ -16294,7 +16294,7 @@ class DatabaseClient(object):
|
|
16294
16294
|
:rtype: :class:`~oci.response.Response`
|
16295
16295
|
|
16296
16296
|
:example:
|
16297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
16298
16298
|
"""
|
16299
16299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16300
16300
|
required_arguments = ['backupId']
|
@@ -16385,7 +16385,7 @@ class DatabaseClient(object):
|
|
16385
16385
|
:rtype: :class:`~oci.response.Response`
|
16386
16386
|
|
16387
16387
|
:example:
|
16388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
16389
16389
|
"""
|
16390
16390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16391
16391
|
required_arguments = ['backupDestinationId']
|
@@ -16483,7 +16483,7 @@ class DatabaseClient(object):
|
|
16483
16483
|
:rtype: :class:`~oci.response.Response`
|
16484
16484
|
|
16485
16485
|
:example:
|
16486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
16487
16487
|
"""
|
16488
16488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16489
16489
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -16581,7 +16581,7 @@ class DatabaseClient(object):
|
|
16581
16581
|
:rtype: :class:`~oci.response.Response`
|
16582
16582
|
|
16583
16583
|
:example:
|
16584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
16585
16585
|
"""
|
16586
16586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16587
16587
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -16679,7 +16679,7 @@ class DatabaseClient(object):
|
|
16679
16679
|
:rtype: :class:`~oci.response.Response`
|
16680
16680
|
|
16681
16681
|
:example:
|
16682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
16683
16683
|
"""
|
16684
16684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16685
16685
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -16782,7 +16782,7 @@ class DatabaseClient(object):
|
|
16782
16782
|
:rtype: :class:`~oci.response.Response`
|
16783
16783
|
|
16784
16784
|
:example:
|
16785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
16786
16786
|
"""
|
16787
16787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16788
16788
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -16888,7 +16888,7 @@ class DatabaseClient(object):
|
|
16888
16888
|
:rtype: :class:`~oci.response.Response`
|
16889
16889
|
|
16890
16890
|
:example:
|
16891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
16892
16892
|
"""
|
16893
16893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16894
16894
|
required_arguments = ['cloudVmClusterId']
|
@@ -16987,7 +16987,7 @@ class DatabaseClient(object):
|
|
16987
16987
|
:rtype: :class:`~oci.response.Response`
|
16988
16988
|
|
16989
16989
|
:example:
|
16990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
16991
16991
|
"""
|
16992
16992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16993
16993
|
required_arguments = ['cloudVmClusterId']
|
@@ -17090,7 +17090,7 @@ class DatabaseClient(object):
|
|
17090
17090
|
:rtype: :class:`~oci.response.Response`
|
17091
17091
|
|
17092
17092
|
:example:
|
17093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
17094
17094
|
"""
|
17095
17095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17096
17096
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -17194,7 +17194,7 @@ class DatabaseClient(object):
|
|
17194
17194
|
:rtype: :class:`~oci.response.Response`
|
17195
17195
|
|
17196
17196
|
:example:
|
17197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
17198
17198
|
"""
|
17199
17199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17200
17200
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -17293,7 +17293,7 @@ class DatabaseClient(object):
|
|
17293
17293
|
:rtype: :class:`~oci.response.Response`
|
17294
17294
|
|
17295
17295
|
:example:
|
17296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
17297
17297
|
"""
|
17298
17298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17299
17299
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -17388,7 +17388,7 @@ class DatabaseClient(object):
|
|
17388
17388
|
:rtype: :class:`~oci.response.Response`
|
17389
17389
|
|
17390
17390
|
:example:
|
17391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
17392
17392
|
"""
|
17393
17393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17394
17394
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -17490,7 +17490,7 @@ class DatabaseClient(object):
|
|
17490
17490
|
:rtype: :class:`~oci.response.Response`
|
17491
17491
|
|
17492
17492
|
:example:
|
17493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
17494
17494
|
"""
|
17495
17495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17496
17496
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -17591,7 +17591,7 @@ class DatabaseClient(object):
|
|
17591
17591
|
:rtype: :class:`~oci.response.Response`
|
17592
17592
|
|
17593
17593
|
:example:
|
17594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
17595
17595
|
"""
|
17596
17596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17597
17597
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -17680,7 +17680,7 @@ class DatabaseClient(object):
|
|
17680
17680
|
:rtype: :class:`~oci.response.Response`
|
17681
17681
|
|
17682
17682
|
:example:
|
17683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
17684
17684
|
"""
|
17685
17685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17686
17686
|
required_arguments = ['databaseId']
|
@@ -17768,7 +17768,7 @@ class DatabaseClient(object):
|
|
17768
17768
|
:rtype: :class:`~oci.response.Response`
|
17769
17769
|
|
17770
17770
|
:example:
|
17771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
17772
17772
|
"""
|
17773
17773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17774
17774
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -17864,7 +17864,7 @@ class DatabaseClient(object):
|
|
17864
17864
|
:rtype: :class:`~oci.response.Response`
|
17865
17865
|
|
17866
17866
|
:example:
|
17867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
17868
17868
|
"""
|
17869
17869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17870
17870
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -17960,7 +17960,7 @@ class DatabaseClient(object):
|
|
17960
17960
|
:rtype: :class:`~oci.response.Response`
|
17961
17961
|
|
17962
17962
|
:example:
|
17963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
17964
17964
|
"""
|
17965
17965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17966
17966
|
required_arguments = ['dbHomeId']
|
@@ -18053,7 +18053,7 @@ class DatabaseClient(object):
|
|
18053
18053
|
:rtype: :class:`~oci.response.Response`
|
18054
18054
|
|
18055
18055
|
:example:
|
18056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
18057
18057
|
"""
|
18058
18058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18059
18059
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -18147,7 +18147,7 @@ class DatabaseClient(object):
|
|
18147
18147
|
:rtype: :class:`~oci.response.Response`
|
18148
18148
|
|
18149
18149
|
:example:
|
18150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
18151
18151
|
"""
|
18152
18152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18153
18153
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -18236,7 +18236,7 @@ class DatabaseClient(object):
|
|
18236
18236
|
:rtype: :class:`~oci.response.Response`
|
18237
18237
|
|
18238
18238
|
:example:
|
18239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
18240
18240
|
"""
|
18241
18241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18242
18242
|
required_arguments = ['dbNodeId']
|
@@ -18332,7 +18332,7 @@ class DatabaseClient(object):
|
|
18332
18332
|
:rtype: :class:`~oci.response.Response`
|
18333
18333
|
|
18334
18334
|
:example:
|
18335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
18336
18336
|
"""
|
18337
18337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18338
18338
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -18441,7 +18441,7 @@ class DatabaseClient(object):
|
|
18441
18441
|
:rtype: :class:`~oci.response.Response`
|
18442
18442
|
|
18443
18443
|
:example:
|
18444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
18445
18445
|
"""
|
18446
18446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18447
18447
|
required_arguments = ['dbSystemId']
|
@@ -18534,7 +18534,7 @@ class DatabaseClient(object):
|
|
18534
18534
|
:rtype: :class:`~oci.response.Response`
|
18535
18535
|
|
18536
18536
|
:example:
|
18537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
18538
18538
|
"""
|
18539
18539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18540
18540
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -18628,7 +18628,7 @@ class DatabaseClient(object):
|
|
18628
18628
|
:rtype: :class:`~oci.response.Response`
|
18629
18629
|
|
18630
18630
|
:example:
|
18631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
18632
18632
|
"""
|
18633
18633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18634
18634
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -18725,7 +18725,7 @@ class DatabaseClient(object):
|
|
18725
18725
|
:rtype: :class:`~oci.response.Response`
|
18726
18726
|
|
18727
18727
|
:example:
|
18728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
18729
18729
|
"""
|
18730
18730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18731
18731
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -18830,7 +18830,7 @@ class DatabaseClient(object):
|
|
18830
18830
|
:rtype: :class:`~oci.response.Response`
|
18831
18831
|
|
18832
18832
|
:example:
|
18833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
18834
18834
|
"""
|
18835
18835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18836
18836
|
required_arguments = ['exadataInfrastructureId']
|
@@ -18944,7 +18944,7 @@ class DatabaseClient(object):
|
|
18944
18944
|
:rtype: :class:`~oci.response.Response`
|
18945
18945
|
|
18946
18946
|
:example:
|
18947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
18948
18948
|
"""
|
18949
18949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18950
18950
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -19047,7 +19047,7 @@ class DatabaseClient(object):
|
|
19047
19047
|
:rtype: :class:`~oci.response.Response`
|
19048
19048
|
|
19049
19049
|
:example:
|
19050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
19051
19051
|
"""
|
19052
19052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19053
19053
|
required_arguments = ['exadataInfrastructureId']
|
@@ -19164,7 +19164,7 @@ class DatabaseClient(object):
|
|
19164
19164
|
:rtype: :class:`~oci.response.Response`
|
19165
19165
|
|
19166
19166
|
:example:
|
19167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
19168
19168
|
"""
|
19169
19169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19170
19170
|
required_arguments = ['dbSystemId']
|
@@ -19262,7 +19262,7 @@ class DatabaseClient(object):
|
|
19262
19262
|
:rtype: :class:`~oci.response.Response`
|
19263
19263
|
|
19264
19264
|
:example:
|
19265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
19266
19266
|
"""
|
19267
19267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19268
19268
|
required_arguments = ['exadbVmClusterId']
|
@@ -19365,7 +19365,7 @@ class DatabaseClient(object):
|
|
19365
19365
|
:rtype: :class:`~oci.response.Response`
|
19366
19366
|
|
19367
19367
|
:example:
|
19368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
19369
19369
|
"""
|
19370
19370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19371
19371
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -19469,7 +19469,7 @@ class DatabaseClient(object):
|
|
19469
19469
|
:rtype: :class:`~oci.response.Response`
|
19470
19470
|
|
19471
19471
|
:example:
|
19472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
|
19473
19473
|
"""
|
19474
19474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19475
19475
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -19568,7 +19568,7 @@ class DatabaseClient(object):
|
|
19568
19568
|
:rtype: :class:`~oci.response.Response`
|
19569
19569
|
|
19570
19570
|
:example:
|
19571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
19572
19572
|
"""
|
19573
19573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19574
19574
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -19667,7 +19667,7 @@ class DatabaseClient(object):
|
|
19667
19667
|
:rtype: :class:`~oci.response.Response`
|
19668
19668
|
|
19669
19669
|
:example:
|
19670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
19671
19671
|
"""
|
19672
19672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19673
19673
|
required_arguments = ['backupId']
|
@@ -19758,7 +19758,7 @@ class DatabaseClient(object):
|
|
19758
19758
|
:rtype: :class:`~oci.response.Response`
|
19759
19759
|
|
19760
19760
|
:example:
|
19761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
19762
19762
|
"""
|
19763
19763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19764
19764
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -19857,7 +19857,7 @@ class DatabaseClient(object):
|
|
19857
19857
|
:rtype: :class:`~oci.response.Response`
|
19858
19858
|
|
19859
19859
|
:example:
|
19860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
19861
19861
|
"""
|
19862
19862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19863
19863
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -19955,7 +19955,7 @@ class DatabaseClient(object):
|
|
19955
19955
|
:rtype: :class:`~oci.response.Response`
|
19956
19956
|
|
19957
19957
|
:example:
|
19958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
19959
19959
|
"""
|
19960
19960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19961
19961
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -20054,7 +20054,7 @@ class DatabaseClient(object):
|
|
20054
20054
|
:rtype: :class:`~oci.response.Response`
|
20055
20055
|
|
20056
20056
|
:example:
|
20057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
20058
20058
|
"""
|
20059
20059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20060
20060
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -20161,7 +20161,7 @@ class DatabaseClient(object):
|
|
20161
20161
|
:rtype: :class:`~oci.response.Response`
|
20162
20162
|
|
20163
20163
|
:example:
|
20164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
20165
20165
|
"""
|
20166
20166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20167
20167
|
required_arguments = ['compartmentId']
|
@@ -20265,7 +20265,7 @@ class DatabaseClient(object):
|
|
20265
20265
|
:rtype: :class:`~oci.response.Response`
|
20266
20266
|
|
20267
20267
|
:example:
|
20268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
20269
20269
|
"""
|
20270
20270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20271
20271
|
required_arguments = ['keyStoreId']
|
@@ -20358,7 +20358,7 @@ class DatabaseClient(object):
|
|
20358
20358
|
:rtype: :class:`~oci.response.Response`
|
20359
20359
|
|
20360
20360
|
:example:
|
20361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
20362
20362
|
"""
|
20363
20363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20364
20364
|
required_arguments = ['maintenanceRunId']
|
@@ -20444,7 +20444,7 @@ class DatabaseClient(object):
|
|
20444
20444
|
:rtype: :class:`~oci.response.Response`
|
20445
20445
|
|
20446
20446
|
:example:
|
20447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
20448
20448
|
"""
|
20449
20449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20450
20450
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -20535,7 +20535,7 @@ class DatabaseClient(object):
|
|
20535
20535
|
:rtype: :class:`~oci.response.Response`
|
20536
20536
|
|
20537
20537
|
:example:
|
20538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
20539
20539
|
"""
|
20540
20540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20541
20541
|
required_arguments = ['oneoffPatchId']
|
@@ -20638,7 +20638,7 @@ class DatabaseClient(object):
|
|
20638
20638
|
:rtype: :class:`~oci.response.Response`
|
20639
20639
|
|
20640
20640
|
:example:
|
20641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
20642
20642
|
"""
|
20643
20643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20644
20644
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -20734,7 +20734,7 @@ class DatabaseClient(object):
|
|
20734
20734
|
:rtype: :class:`~oci.response.Response`
|
20735
20735
|
|
20736
20736
|
:example:
|
20737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
20738
20738
|
"""
|
20739
20739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20740
20740
|
required_arguments = ['pluggableDatabaseId']
|
@@ -20825,7 +20825,7 @@ class DatabaseClient(object):
|
|
20825
20825
|
:rtype: :class:`~oci.response.Response`
|
20826
20826
|
|
20827
20827
|
:example:
|
20828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
20829
20829
|
"""
|
20830
20830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20831
20831
|
required_arguments = ['vmClusterId']
|
@@ -20929,7 +20929,7 @@ class DatabaseClient(object):
|
|
20929
20929
|
:rtype: :class:`~oci.response.Response`
|
20930
20930
|
|
20931
20931
|
:example:
|
20932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
20933
20933
|
"""
|
20934
20934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20935
20935
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -21030,7 +21030,7 @@ class DatabaseClient(object):
|
|
21030
21030
|
:rtype: :class:`~oci.response.Response`
|
21031
21031
|
|
21032
21032
|
:example:
|
21033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
21034
21034
|
"""
|
21035
21035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21036
21036
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -21124,7 +21124,7 @@ class DatabaseClient(object):
|
|
21124
21124
|
:rtype: :class:`~oci.response.Response`
|
21125
21125
|
|
21126
21126
|
:example:
|
21127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
21128
21128
|
"""
|
21129
21129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21130
21130
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -21221,7 +21221,7 @@ class DatabaseClient(object):
|
|
21221
21221
|
:rtype: :class:`~oci.response.Response`
|
21222
21222
|
|
21223
21223
|
:example:
|
21224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
21225
21225
|
"""
|
21226
21226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21227
21227
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -21325,7 +21325,7 @@ class DatabaseClient(object):
|
|
21325
21325
|
:rtype: :class:`~oci.response.Response`
|
21326
21326
|
|
21327
21327
|
:example:
|
21328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
21329
21329
|
"""
|
21330
21330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21331
21331
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -21426,7 +21426,7 @@ class DatabaseClient(object):
|
|
21426
21426
|
:rtype: :class:`~oci.response.Response`
|
21427
21427
|
|
21428
21428
|
:example:
|
21429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
21430
21430
|
"""
|
21431
21431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21432
21432
|
required_arguments = []
|
@@ -21538,7 +21538,7 @@ class DatabaseClient(object):
|
|
21538
21538
|
:rtype: :class:`~oci.response.Response`
|
21539
21539
|
|
21540
21540
|
:example:
|
21541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
21542
21542
|
"""
|
21543
21543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21544
21544
|
required_arguments = []
|
@@ -21656,7 +21656,7 @@ class DatabaseClient(object):
|
|
21656
21656
|
:rtype: :class:`~oci.response.Response`
|
21657
21657
|
|
21658
21658
|
:example:
|
21659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
21660
21660
|
"""
|
21661
21661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21662
21662
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -21784,7 +21784,7 @@ class DatabaseClient(object):
|
|
21784
21784
|
:rtype: :class:`~oci.response.Response`
|
21785
21785
|
|
21786
21786
|
:example:
|
21787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
21788
21788
|
"""
|
21789
21789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21790
21790
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -21905,7 +21905,7 @@ class DatabaseClient(object):
|
|
21905
21905
|
:rtype: :class:`~oci.response.Response`
|
21906
21906
|
|
21907
21907
|
:example:
|
21908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
21909
21909
|
"""
|
21910
21910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21911
21911
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -22067,7 +22067,7 @@ class DatabaseClient(object):
|
|
22067
22067
|
:rtype: :class:`~oci.response.Response`
|
22068
22068
|
|
22069
22069
|
:example:
|
22070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
22071
22071
|
"""
|
22072
22072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22073
22073
|
required_arguments = ['compartmentId']
|
@@ -22243,7 +22243,7 @@ class DatabaseClient(object):
|
|
22243
22243
|
:rtype: :class:`~oci.response.Response`
|
22244
22244
|
|
22245
22245
|
:example:
|
22246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
22247
22247
|
"""
|
22248
22248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22249
22249
|
required_arguments = []
|
@@ -22380,7 +22380,7 @@ class DatabaseClient(object):
|
|
22380
22380
|
:rtype: :class:`~oci.response.Response`
|
22381
22381
|
|
22382
22382
|
:example:
|
22383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
22384
22384
|
"""
|
22385
22385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22386
22386
|
required_arguments = []
|
@@ -22521,7 +22521,7 @@ class DatabaseClient(object):
|
|
22521
22521
|
:rtype: :class:`~oci.response.Response`
|
22522
22522
|
|
22523
22523
|
:example:
|
22524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
22525
22525
|
"""
|
22526
22526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22527
22527
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -22671,7 +22671,7 @@ class DatabaseClient(object):
|
|
22671
22671
|
:rtype: :class:`~oci.response.Response`
|
22672
22672
|
|
22673
22673
|
:example:
|
22674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
22675
22675
|
"""
|
22676
22676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22677
22677
|
required_arguments = ['autonomousDatabaseId']
|
@@ -22782,7 +22782,7 @@ class DatabaseClient(object):
|
|
22782
22782
|
:rtype: :class:`~oci.response.Response`
|
22783
22783
|
|
22784
22784
|
:example:
|
22785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
22786
22786
|
"""
|
22787
22787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22788
22788
|
required_arguments = ['autonomousDatabaseId']
|
@@ -22896,7 +22896,7 @@ class DatabaseClient(object):
|
|
22896
22896
|
:rtype: :class:`~oci.response.Response`
|
22897
22897
|
|
22898
22898
|
:example:
|
22899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
22900
22900
|
"""
|
22901
22901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22902
22902
|
required_arguments = ['autonomousDatabaseId']
|
@@ -23033,7 +23033,7 @@ class DatabaseClient(object):
|
|
23033
23033
|
:rtype: :class:`~oci.response.Response`
|
23034
23034
|
|
23035
23035
|
:example:
|
23036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
23037
23037
|
"""
|
23038
23038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23039
23039
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -23229,7 +23229,7 @@ class DatabaseClient(object):
|
|
23229
23229
|
:rtype: :class:`~oci.response.Response`
|
23230
23230
|
|
23231
23231
|
:example:
|
23232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
23233
23233
|
"""
|
23234
23234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23235
23235
|
required_arguments = ['compartmentId']
|
@@ -23406,7 +23406,7 @@ class DatabaseClient(object):
|
|
23406
23406
|
:rtype: :class:`~oci.response.Response`
|
23407
23407
|
|
23408
23408
|
:example:
|
23409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
23410
23410
|
"""
|
23411
23411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23412
23412
|
required_arguments = ['compartmentId']
|
@@ -23537,7 +23537,7 @@ class DatabaseClient(object):
|
|
23537
23537
|
:rtype: :class:`~oci.response.Response`
|
23538
23538
|
|
23539
23539
|
:example:
|
23540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
23541
23541
|
"""
|
23542
23542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23543
23543
|
required_arguments = ['compartmentId']
|
@@ -23661,7 +23661,7 @@ class DatabaseClient(object):
|
|
23661
23661
|
:rtype: :class:`~oci.response.Response`
|
23662
23662
|
|
23663
23663
|
:example:
|
23664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
23665
23665
|
"""
|
23666
23666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23667
23667
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -23785,7 +23785,7 @@ class DatabaseClient(object):
|
|
23785
23785
|
:rtype: :class:`~oci.response.Response`
|
23786
23786
|
|
23787
23787
|
:example:
|
23788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
23789
23789
|
"""
|
23790
23790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23791
23791
|
required_arguments = ['compartmentId']
|
@@ -23926,7 +23926,7 @@ class DatabaseClient(object):
|
|
23926
23926
|
:rtype: :class:`~oci.response.Response`
|
23927
23927
|
|
23928
23928
|
:example:
|
23929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
23930
23930
|
"""
|
23931
23931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23932
23932
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -24044,7 +24044,7 @@ class DatabaseClient(object):
|
|
24044
24044
|
:rtype: :class:`~oci.response.Response`
|
24045
24045
|
|
24046
24046
|
:example:
|
24047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
24048
24048
|
"""
|
24049
24049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24050
24050
|
required_arguments = ['autonomousVmClusterId']
|
@@ -24181,7 +24181,7 @@ class DatabaseClient(object):
|
|
24181
24181
|
:rtype: :class:`~oci.response.Response`
|
24182
24182
|
|
24183
24183
|
:example:
|
24184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
24185
24185
|
"""
|
24186
24186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24187
24187
|
required_arguments = ['compartmentId']
|
@@ -24318,7 +24318,7 @@ class DatabaseClient(object):
|
|
24318
24318
|
:rtype: :class:`~oci.response.Response`
|
24319
24319
|
|
24320
24320
|
:example:
|
24321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
24322
24322
|
"""
|
24323
24323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24324
24324
|
required_arguments = ['compartmentId']
|
@@ -24430,7 +24430,7 @@ class DatabaseClient(object):
|
|
24430
24430
|
:rtype: :class:`~oci.response.Response`
|
24431
24431
|
|
24432
24432
|
:example:
|
24433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
24434
24434
|
"""
|
24435
24435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24436
24436
|
required_arguments = []
|
@@ -24548,7 +24548,7 @@ class DatabaseClient(object):
|
|
24548
24548
|
:rtype: :class:`~oci.response.Response`
|
24549
24549
|
|
24550
24550
|
:example:
|
24551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
24552
24552
|
"""
|
24553
24553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24554
24554
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -24688,7 +24688,7 @@ class DatabaseClient(object):
|
|
24688
24688
|
:rtype: :class:`~oci.response.Response`
|
24689
24689
|
|
24690
24690
|
:example:
|
24691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
24692
24692
|
"""
|
24693
24693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24694
24694
|
required_arguments = ['compartmentId']
|
@@ -24845,7 +24845,7 @@ class DatabaseClient(object):
|
|
24845
24845
|
:rtype: :class:`~oci.response.Response`
|
24846
24846
|
|
24847
24847
|
:example:
|
24848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
24849
24849
|
"""
|
24850
24850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24851
24851
|
required_arguments = ['compartmentId']
|
@@ -24984,7 +24984,7 @@ class DatabaseClient(object):
|
|
24984
24984
|
:rtype: :class:`~oci.response.Response`
|
24985
24985
|
|
24986
24986
|
:example:
|
24987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
24988
24988
|
"""
|
24989
24989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24990
24990
|
required_arguments = ['cloudVmClusterId']
|
@@ -25112,7 +25112,7 @@ class DatabaseClient(object):
|
|
25112
25112
|
:rtype: :class:`~oci.response.Response`
|
25113
25113
|
|
25114
25114
|
:example:
|
25115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
25116
25116
|
"""
|
25117
25117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25118
25118
|
required_arguments = ['cloudVmClusterId']
|
@@ -25256,7 +25256,7 @@ class DatabaseClient(object):
|
|
25256
25256
|
:rtype: :class:`~oci.response.Response`
|
25257
25257
|
|
25258
25258
|
:example:
|
25259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
25260
25260
|
"""
|
25261
25261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25262
25262
|
required_arguments = ['compartmentId']
|
@@ -25381,7 +25381,7 @@ class DatabaseClient(object):
|
|
25381
25381
|
:rtype: :class:`~oci.response.Response`
|
25382
25382
|
|
25383
25383
|
:example:
|
25384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
25385
25385
|
"""
|
25386
25386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25387
25387
|
required_arguments = ['dbNodeId']
|
@@ -25496,7 +25496,7 @@ class DatabaseClient(object):
|
|
25496
25496
|
:rtype: :class:`~oci.response.Response`
|
25497
25497
|
|
25498
25498
|
:example:
|
25499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
25500
25500
|
"""
|
25501
25501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25502
25502
|
required_arguments = ['dbNodeId']
|
@@ -25646,7 +25646,7 @@ class DatabaseClient(object):
|
|
25646
25646
|
:rtype: :class:`~oci.response.Response`
|
25647
25647
|
|
25648
25648
|
:example:
|
25649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
25650
25650
|
"""
|
25651
25651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25652
25652
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -25764,7 +25764,7 @@ class DatabaseClient(object):
|
|
25764
25764
|
:rtype: :class:`~oci.response.Response`
|
25765
25765
|
|
25766
25766
|
:example:
|
25767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
25768
25768
|
"""
|
25769
25769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25770
25770
|
required_arguments = ['databaseId']
|
@@ -25907,7 +25907,7 @@ class DatabaseClient(object):
|
|
25907
25907
|
:rtype: :class:`~oci.response.Response`
|
25908
25908
|
|
25909
25909
|
:example:
|
25910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
25911
25911
|
"""
|
25912
25912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25913
25913
|
required_arguments = ['compartmentId']
|
@@ -26078,7 +26078,7 @@ class DatabaseClient(object):
|
|
26078
26078
|
:rtype: :class:`~oci.response.Response`
|
26079
26079
|
|
26080
26080
|
:example:
|
26081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
26082
26082
|
"""
|
26083
26083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26084
26084
|
required_arguments = ['databaseId']
|
@@ -26253,7 +26253,7 @@ class DatabaseClient(object):
|
|
26253
26253
|
:rtype: :class:`~oci.response.Response`
|
26254
26254
|
|
26255
26255
|
:example:
|
26256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
26257
26257
|
"""
|
26258
26258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26259
26259
|
required_arguments = ['compartmentId']
|
@@ -26383,7 +26383,7 @@ class DatabaseClient(object):
|
|
26383
26383
|
:rtype: :class:`~oci.response.Response`
|
26384
26384
|
|
26385
26385
|
:example:
|
26386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
26387
26387
|
"""
|
26388
26388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26389
26389
|
required_arguments = ['dbHomeId']
|
@@ -26491,7 +26491,7 @@ class DatabaseClient(object):
|
|
26491
26491
|
:rtype: :class:`~oci.response.Response`
|
26492
26492
|
|
26493
26493
|
:example:
|
26494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
26495
26495
|
"""
|
26496
26496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26497
26497
|
required_arguments = ['dbHomeId']
|
@@ -26635,7 +26635,7 @@ class DatabaseClient(object):
|
|
26635
26635
|
:rtype: :class:`~oci.response.Response`
|
26636
26636
|
|
26637
26637
|
:example:
|
26638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
26639
26639
|
"""
|
26640
26640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26641
26641
|
required_arguments = ['compartmentId']
|
@@ -26799,7 +26799,7 @@ class DatabaseClient(object):
|
|
26799
26799
|
:rtype: :class:`~oci.response.Response`
|
26800
26800
|
|
26801
26801
|
:example:
|
26802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
26803
26803
|
"""
|
26804
26804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26805
26805
|
required_arguments = ['compartmentId']
|
@@ -26955,7 +26955,7 @@ class DatabaseClient(object):
|
|
26955
26955
|
:rtype: :class:`~oci.response.Response`
|
26956
26956
|
|
26957
26957
|
:example:
|
26958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
26959
26959
|
"""
|
26960
26960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26961
26961
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -27080,7 +27080,7 @@ class DatabaseClient(object):
|
|
27080
27080
|
:rtype: :class:`~oci.response.Response`
|
27081
27081
|
|
27082
27082
|
:example:
|
27083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
27084
27084
|
"""
|
27085
27085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27086
27086
|
required_arguments = []
|
@@ -27177,7 +27177,7 @@ class DatabaseClient(object):
|
|
27177
27177
|
:rtype: :class:`~oci.response.Response`
|
27178
27178
|
|
27179
27179
|
:example:
|
27180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
27181
27181
|
"""
|
27182
27182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27183
27183
|
required_arguments = ['dbSystemId']
|
@@ -27285,7 +27285,7 @@ class DatabaseClient(object):
|
|
27285
27285
|
:rtype: :class:`~oci.response.Response`
|
27286
27286
|
|
27287
27287
|
:example:
|
27288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
27289
27289
|
"""
|
27290
27290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27291
27291
|
required_arguments = ['dbSystemId']
|
@@ -27396,7 +27396,7 @@ class DatabaseClient(object):
|
|
27396
27396
|
:rtype: :class:`~oci.response.Response`
|
27397
27397
|
|
27398
27398
|
:example:
|
27399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
27400
27400
|
"""
|
27401
27401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27402
27402
|
required_arguments = ['compartmentId']
|
@@ -27497,7 +27497,7 @@ class DatabaseClient(object):
|
|
27497
27497
|
:rtype: :class:`~oci.response.Response`
|
27498
27498
|
|
27499
27499
|
:example:
|
27500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
27501
27501
|
"""
|
27502
27502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27503
27503
|
required_arguments = ['storageManagement']
|
@@ -27624,7 +27624,7 @@ class DatabaseClient(object):
|
|
27624
27624
|
:rtype: :class:`~oci.response.Response`
|
27625
27625
|
|
27626
27626
|
:example:
|
27627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
27628
27628
|
"""
|
27629
27629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27630
27630
|
required_arguments = ['dbSystemId']
|
@@ -27806,7 +27806,7 @@ class DatabaseClient(object):
|
|
27806
27806
|
:rtype: :class:`~oci.response.Response`
|
27807
27807
|
|
27808
27808
|
:example:
|
27809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
27810
27810
|
"""
|
27811
27811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27812
27812
|
required_arguments = ['compartmentId']
|
@@ -27957,7 +27957,7 @@ class DatabaseClient(object):
|
|
27957
27957
|
:rtype: :class:`~oci.response.Response`
|
27958
27958
|
|
27959
27959
|
:example:
|
27960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
27961
27961
|
"""
|
27962
27962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27963
27963
|
required_arguments = ['compartmentId']
|
@@ -28098,7 +28098,7 @@ class DatabaseClient(object):
|
|
28098
28098
|
:rtype: :class:`~oci.response.Response`
|
28099
28099
|
|
28100
28100
|
:example:
|
28101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
28102
28102
|
"""
|
28103
28103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28104
28104
|
required_arguments = ['compartmentId']
|
@@ -28245,7 +28245,7 @@ class DatabaseClient(object):
|
|
28245
28245
|
:rtype: :class:`~oci.response.Response`
|
28246
28246
|
|
28247
28247
|
:example:
|
28248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
|
28249
28249
|
"""
|
28250
28250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28251
28251
|
required_arguments = ['exadbVmClusterId']
|
@@ -28376,7 +28376,7 @@ class DatabaseClient(object):
|
|
28376
28376
|
:rtype: :class:`~oci.response.Response`
|
28377
28377
|
|
28378
28378
|
:example:
|
28379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
28380
28380
|
"""
|
28381
28381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28382
28382
|
required_arguments = ['exadbVmClusterId']
|
@@ -28522,7 +28522,7 @@ class DatabaseClient(object):
|
|
28522
28522
|
:rtype: :class:`~oci.response.Response`
|
28523
28523
|
|
28524
28524
|
:example:
|
28525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
28526
28526
|
"""
|
28527
28527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28528
28528
|
required_arguments = ['compartmentId']
|
@@ -28674,7 +28674,7 @@ class DatabaseClient(object):
|
|
28674
28674
|
:rtype: :class:`~oci.response.Response`
|
28675
28675
|
|
28676
28676
|
:example:
|
28677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
28678
28678
|
"""
|
28679
28679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28680
28680
|
required_arguments = ['compartmentId']
|
@@ -28827,7 +28827,7 @@ class DatabaseClient(object):
|
|
28827
28827
|
:rtype: :class:`~oci.response.Response`
|
28828
28828
|
|
28829
28829
|
:example:
|
28830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
28831
28831
|
"""
|
28832
28832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28833
28833
|
required_arguments = ['compartmentId']
|
@@ -28985,7 +28985,7 @@ class DatabaseClient(object):
|
|
28985
28985
|
:rtype: :class:`~oci.response.Response`
|
28986
28986
|
|
28987
28987
|
:example:
|
28988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
28989
28989
|
"""
|
28990
28990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28991
28991
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -29139,7 +29139,7 @@ class DatabaseClient(object):
|
|
29139
29139
|
:rtype: :class:`~oci.response.Response`
|
29140
29140
|
|
29141
29141
|
:example:
|
29142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
29143
29143
|
"""
|
29144
29144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29145
29145
|
required_arguments = ['compartmentId']
|
@@ -29298,7 +29298,7 @@ class DatabaseClient(object):
|
|
29298
29298
|
:rtype: :class:`~oci.response.Response`
|
29299
29299
|
|
29300
29300
|
:example:
|
29301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
29302
29302
|
"""
|
29303
29303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29304
29304
|
required_arguments = ['compartmentId']
|
@@ -29442,7 +29442,7 @@ class DatabaseClient(object):
|
|
29442
29442
|
:rtype: :class:`~oci.response.Response`
|
29443
29443
|
|
29444
29444
|
:example:
|
29445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
29446
29446
|
"""
|
29447
29447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29448
29448
|
required_arguments = ['compartmentId']
|
@@ -29589,7 +29589,7 @@ class DatabaseClient(object):
|
|
29589
29589
|
:rtype: :class:`~oci.response.Response`
|
29590
29590
|
|
29591
29591
|
:example:
|
29592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
29593
29593
|
"""
|
29594
29594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29595
29595
|
required_arguments = ['version']
|
@@ -29746,7 +29746,7 @@ class DatabaseClient(object):
|
|
29746
29746
|
:rtype: :class:`~oci.response.Response`
|
29747
29747
|
|
29748
29748
|
:example:
|
29749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
29750
29750
|
"""
|
29751
29751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29752
29752
|
required_arguments = ['compartmentId']
|
@@ -29859,7 +29859,7 @@ class DatabaseClient(object):
|
|
29859
29859
|
:rtype: :class:`~oci.response.Response`
|
29860
29860
|
|
29861
29861
|
:example:
|
29862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
29863
29863
|
"""
|
29864
29864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29865
29865
|
required_arguments = ['compartmentId']
|
@@ -29979,7 +29979,7 @@ class DatabaseClient(object):
|
|
29979
29979
|
:param str maintenance_subtype: (optional)
|
29980
29980
|
The sub-type of the maintenance run.
|
29981
29981
|
|
29982
|
-
Allowed values are: "QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE"
|
29982
|
+
Allowed values are: "QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE", "CUSTOM_DATABASE_SOFTWARE_IMAGE"
|
29983
29983
|
|
29984
29984
|
:param obj retry_strategy: (optional)
|
29985
29985
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -29997,7 +29997,7 @@ class DatabaseClient(object):
|
|
29997
29997
|
:rtype: :class:`~oci.response.Response`
|
29998
29998
|
|
29999
29999
|
:example:
|
30000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
30001
30001
|
"""
|
30002
30002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30003
30003
|
required_arguments = ['compartmentId']
|
@@ -30062,7 +30062,7 @@ class DatabaseClient(object):
|
|
30062
30062
|
)
|
30063
30063
|
|
30064
30064
|
if 'maintenance_subtype' in kwargs:
|
30065
|
-
maintenance_subtype_allowed_values = ["QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE"]
|
30065
|
+
maintenance_subtype_allowed_values = ["QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE", "CUSTOM_DATABASE_SOFTWARE_IMAGE"]
|
30066
30066
|
if kwargs['maintenance_subtype'] not in maintenance_subtype_allowed_values:
|
30067
30067
|
raise ValueError(
|
30068
30068
|
f"Invalid value for `maintenance_subtype`, must be one of { maintenance_subtype_allowed_values }"
|
@@ -30172,7 +30172,7 @@ class DatabaseClient(object):
|
|
30172
30172
|
:param str maintenance_subtype: (optional)
|
30173
30173
|
The sub-type of the maintenance run.
|
30174
30174
|
|
30175
|
-
Allowed values are: "QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE"
|
30175
|
+
Allowed values are: "QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE", "CUSTOM_DATABASE_SOFTWARE_IMAGE"
|
30176
30176
|
|
30177
30177
|
:param obj retry_strategy: (optional)
|
30178
30178
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -30190,7 +30190,7 @@ class DatabaseClient(object):
|
|
30190
30190
|
:rtype: :class:`~oci.response.Response`
|
30191
30191
|
|
30192
30192
|
:example:
|
30193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
30194
30194
|
"""
|
30195
30195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30196
30196
|
required_arguments = ['compartmentId']
|
@@ -30255,7 +30255,7 @@ class DatabaseClient(object):
|
|
30255
30255
|
)
|
30256
30256
|
|
30257
30257
|
if 'maintenance_subtype' in kwargs:
|
30258
|
-
maintenance_subtype_allowed_values = ["QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE"]
|
30258
|
+
maintenance_subtype_allowed_values = ["QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY", "TIMEZONE", "CUSTOM_DATABASE_SOFTWARE_IMAGE"]
|
30259
30259
|
if kwargs['maintenance_subtype'] not in maintenance_subtype_allowed_values:
|
30260
30260
|
raise ValueError(
|
30261
30261
|
f"Invalid value for `maintenance_subtype`, must be one of { maintenance_subtype_allowed_values }"
|
@@ -30366,7 +30366,7 @@ class DatabaseClient(object):
|
|
30366
30366
|
:rtype: :class:`~oci.response.Response`
|
30367
30367
|
|
30368
30368
|
:example:
|
30369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
30370
30370
|
"""
|
30371
30371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30372
30372
|
required_arguments = ['compartmentId']
|
@@ -30518,7 +30518,7 @@ class DatabaseClient(object):
|
|
30518
30518
|
:rtype: :class:`~oci.response.Response`
|
30519
30519
|
|
30520
30520
|
:example:
|
30521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
30522
30522
|
"""
|
30523
30523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30524
30524
|
required_arguments = ['databaseId']
|
@@ -30688,7 +30688,7 @@ class DatabaseClient(object):
|
|
30688
30688
|
:rtype: :class:`~oci.response.Response`
|
30689
30689
|
|
30690
30690
|
:example:
|
30691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
30692
30692
|
"""
|
30693
30693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30694
30694
|
required_arguments = []
|
@@ -30831,7 +30831,7 @@ class DatabaseClient(object):
|
|
30831
30831
|
:rtype: :class:`~oci.response.Response`
|
30832
30832
|
|
30833
30833
|
:example:
|
30834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
30835
30835
|
"""
|
30836
30836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30837
30837
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -30968,7 +30968,7 @@ class DatabaseClient(object):
|
|
30968
30968
|
:rtype: :class:`~oci.response.Response`
|
30969
30969
|
|
30970
30970
|
:example:
|
30971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
30972
30972
|
"""
|
30973
30973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30974
30974
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -31109,7 +31109,7 @@ class DatabaseClient(object):
|
|
31109
31109
|
:rtype: :class:`~oci.response.Response`
|
31110
31110
|
|
31111
31111
|
:example:
|
31112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
31113
31113
|
"""
|
31114
31114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31115
31115
|
required_arguments = ['vmClusterId']
|
@@ -31217,7 +31217,7 @@ class DatabaseClient(object):
|
|
31217
31217
|
:rtype: :class:`~oci.response.Response`
|
31218
31218
|
|
31219
31219
|
:example:
|
31220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
31221
31221
|
"""
|
31222
31222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31223
31223
|
required_arguments = ['vmClusterId']
|
@@ -31338,7 +31338,7 @@ class DatabaseClient(object):
|
|
31338
31338
|
:rtype: :class:`~oci.response.Response`
|
31339
31339
|
|
31340
31340
|
:example:
|
31341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
31342
31342
|
"""
|
31343
31343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31344
31344
|
required_arguments = ['vmClusterId']
|
@@ -31480,7 +31480,7 @@ class DatabaseClient(object):
|
|
31480
31480
|
:rtype: :class:`~oci.response.Response`
|
31481
31481
|
|
31482
31482
|
:example:
|
31483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
31484
31484
|
"""
|
31485
31485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31486
31486
|
required_arguments = ['vmClusterId']
|
@@ -31634,7 +31634,7 @@ class DatabaseClient(object):
|
|
31634
31634
|
:rtype: :class:`~oci.response.Response`
|
31635
31635
|
|
31636
31636
|
:example:
|
31637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
31638
31638
|
"""
|
31639
31639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31640
31640
|
required_arguments = ['compartmentId']
|
@@ -31778,7 +31778,7 @@ class DatabaseClient(object):
|
|
31778
31778
|
:rtype: :class:`~oci.response.Response`
|
31779
31779
|
|
31780
31780
|
:example:
|
31781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
31782
31782
|
"""
|
31783
31783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31784
31784
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31898,7 +31898,7 @@ class DatabaseClient(object):
|
|
31898
31898
|
:rtype: :class:`~oci.response.Response`
|
31899
31899
|
|
31900
31900
|
:example:
|
31901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
31902
31902
|
"""
|
31903
31903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31904
31904
|
required_arguments = ['dbSystemId']
|
@@ -32018,7 +32018,7 @@ class DatabaseClient(object):
|
|
32018
32018
|
:rtype: :class:`~oci.response.Response`
|
32019
32019
|
|
32020
32020
|
:example:
|
32021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
32022
32022
|
"""
|
32023
32023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32024
32024
|
required_arguments = ['databaseId']
|
@@ -32138,7 +32138,7 @@ class DatabaseClient(object):
|
|
32138
32138
|
:rtype: :class:`~oci.response.Response`
|
32139
32139
|
|
32140
32140
|
:example:
|
32141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
32142
32142
|
"""
|
32143
32143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32144
32144
|
required_arguments = ['databaseId']
|
@@ -32258,7 +32258,7 @@ class DatabaseClient(object):
|
|
32258
32258
|
:rtype: :class:`~oci.response.Response`
|
32259
32259
|
|
32260
32260
|
:example:
|
32261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
32262
32262
|
"""
|
32263
32263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32264
32264
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32375,7 +32375,7 @@ class DatabaseClient(object):
|
|
32375
32375
|
:rtype: :class:`~oci.response.Response`
|
32376
32376
|
|
32377
32377
|
:example:
|
32378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
32379
32379
|
"""
|
32380
32380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32381
32381
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32481,7 +32481,7 @@ class DatabaseClient(object):
|
|
32481
32481
|
:rtype: :class:`~oci.response.Response`
|
32482
32482
|
|
32483
32483
|
:example:
|
32484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
32485
32485
|
"""
|
32486
32486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32487
32487
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32587,7 +32587,7 @@ class DatabaseClient(object):
|
|
32587
32587
|
:rtype: :class:`~oci.response.Response`
|
32588
32588
|
|
32589
32589
|
:example:
|
32590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
32591
32591
|
"""
|
32592
32592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32593
32593
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -32696,7 +32696,7 @@ class DatabaseClient(object):
|
|
32696
32696
|
:rtype: :class:`~oci.response.Response`
|
32697
32697
|
|
32698
32698
|
:example:
|
32699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
32700
32700
|
"""
|
32701
32701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32702
32702
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -32814,7 +32814,7 @@ class DatabaseClient(object):
|
|
32814
32814
|
:rtype: :class:`~oci.response.Response`
|
32815
32815
|
|
32816
32816
|
:example:
|
32817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
32818
32818
|
"""
|
32819
32819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32820
32820
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32934,7 +32934,7 @@ class DatabaseClient(object):
|
|
32934
32934
|
:rtype: :class:`~oci.response.Response`
|
32935
32935
|
|
32936
32936
|
:example:
|
32937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
32938
32938
|
"""
|
32939
32939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32940
32940
|
required_arguments = ['cloudVmClusterId']
|
@@ -33054,7 +33054,7 @@ class DatabaseClient(object):
|
|
33054
33054
|
:rtype: :class:`~oci.response.Response`
|
33055
33055
|
|
33056
33056
|
:example:
|
33057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
|
33058
33058
|
"""
|
33059
33059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33060
33060
|
required_arguments = ['exadbVmClusterId']
|
@@ -33174,7 +33174,7 @@ class DatabaseClient(object):
|
|
33174
33174
|
:rtype: :class:`~oci.response.Response`
|
33175
33175
|
|
33176
33176
|
:example:
|
33177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
33178
33178
|
"""
|
33179
33179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33180
33180
|
required_arguments = ['vmClusterId']
|
@@ -33300,7 +33300,7 @@ class DatabaseClient(object):
|
|
33300
33300
|
:rtype: :class:`~oci.response.Response`
|
33301
33301
|
|
33302
33302
|
:example:
|
33303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
33304
33304
|
"""
|
33305
33305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33306
33306
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -33419,7 +33419,7 @@ class DatabaseClient(object):
|
|
33419
33419
|
:rtype: :class:`~oci.response.Response`
|
33420
33420
|
|
33421
33421
|
:example:
|
33422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
33423
33423
|
"""
|
33424
33424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33425
33425
|
required_arguments = []
|
@@ -33525,7 +33525,7 @@ class DatabaseClient(object):
|
|
33525
33525
|
:rtype: :class:`~oci.response.Response`
|
33526
33526
|
|
33527
33527
|
:example:
|
33528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
33529
33529
|
"""
|
33530
33530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33531
33531
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33627,7 +33627,7 @@ class DatabaseClient(object):
|
|
33627
33627
|
:rtype: :class:`~oci.response.Response`
|
33628
33628
|
|
33629
33629
|
:example:
|
33630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
33631
33631
|
"""
|
33632
33632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33633
33633
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33730,7 +33730,7 @@ class DatabaseClient(object):
|
|
33730
33730
|
:rtype: :class:`~oci.response.Response`
|
33731
33731
|
|
33732
33732
|
:example:
|
33733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
33734
33734
|
"""
|
33735
33735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33736
33736
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33835,7 +33835,7 @@ class DatabaseClient(object):
|
|
33835
33835
|
:rtype: :class:`~oci.response.Response`
|
33836
33836
|
|
33837
33837
|
:example:
|
33838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
33839
33839
|
"""
|
33840
33840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33841
33841
|
required_arguments = ['databaseId']
|
@@ -33949,7 +33949,7 @@ class DatabaseClient(object):
|
|
33949
33949
|
:rtype: :class:`~oci.response.Response`
|
33950
33950
|
|
33951
33951
|
:example:
|
33952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
33953
33953
|
"""
|
33954
33954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33955
33955
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -34066,7 +34066,7 @@ class DatabaseClient(object):
|
|
34066
34066
|
:rtype: :class:`~oci.response.Response`
|
34067
34067
|
|
34068
34068
|
:example:
|
34069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
34070
34070
|
"""
|
34071
34071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34072
34072
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34184,7 +34184,7 @@ class DatabaseClient(object):
|
|
34184
34184
|
:rtype: :class:`~oci.response.Response`
|
34185
34185
|
|
34186
34186
|
:example:
|
34187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
34188
34188
|
"""
|
34189
34189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34190
34190
|
required_arguments = ['autonomousVmClusterId']
|
@@ -34302,7 +34302,7 @@ class DatabaseClient(object):
|
|
34302
34302
|
:rtype: :class:`~oci.response.Response`
|
34303
34303
|
|
34304
34304
|
:example:
|
34305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
34306
34306
|
"""
|
34307
34307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34308
34308
|
required_arguments = ['autonomousVmClusterId']
|
@@ -34420,7 +34420,7 @@ class DatabaseClient(object):
|
|
34420
34420
|
:rtype: :class:`~oci.response.Response`
|
34421
34421
|
|
34422
34422
|
:example:
|
34423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
34424
34424
|
"""
|
34425
34425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34426
34426
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -34539,7 +34539,7 @@ class DatabaseClient(object):
|
|
34539
34539
|
:rtype: :class:`~oci.response.Response`
|
34540
34540
|
|
34541
34541
|
:example:
|
34542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
34543
34543
|
"""
|
34544
34544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34545
34545
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -34655,7 +34655,7 @@ class DatabaseClient(object):
|
|
34655
34655
|
:rtype: :class:`~oci.response.Response`
|
34656
34656
|
|
34657
34657
|
:example:
|
34658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
34659
34659
|
"""
|
34660
34660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34661
34661
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34768,7 +34768,7 @@ class DatabaseClient(object):
|
|
34768
34768
|
:rtype: :class:`~oci.response.Response`
|
34769
34769
|
|
34770
34770
|
:example:
|
34771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
34772
34772
|
"""
|
34773
34773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34774
34774
|
required_arguments = ['pluggableDatabaseId']
|
@@ -34881,7 +34881,7 @@ class DatabaseClient(object):
|
|
34881
34881
|
:rtype: :class:`~oci.response.Response`
|
34882
34882
|
|
34883
34883
|
:example:
|
34884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
34885
34885
|
"""
|
34886
34886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34887
34887
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34996,7 +34996,7 @@ class DatabaseClient(object):
|
|
34996
34996
|
:rtype: :class:`~oci.response.Response`
|
34997
34997
|
|
34998
34998
|
:example:
|
34999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
35000
35000
|
"""
|
35001
35001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35002
35002
|
required_arguments = ['databaseId']
|
@@ -35099,7 +35099,7 @@ class DatabaseClient(object):
|
|
35099
35099
|
:rtype: :class:`~oci.response.Response`
|
35100
35100
|
|
35101
35101
|
:example:
|
35102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
35103
35103
|
"""
|
35104
35104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35105
35105
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35211,7 +35211,7 @@ class DatabaseClient(object):
|
|
35211
35211
|
:rtype: :class:`~oci.response.Response`
|
35212
35212
|
|
35213
35213
|
:example:
|
35214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
35215
35215
|
"""
|
35216
35216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35217
35217
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -35319,7 +35319,7 @@ class DatabaseClient(object):
|
|
35319
35319
|
:rtype: :class:`~oci.response.Response`
|
35320
35320
|
|
35321
35321
|
:example:
|
35322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
35323
35323
|
"""
|
35324
35324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35325
35325
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35419,7 +35419,7 @@ class DatabaseClient(object):
|
|
35419
35419
|
:rtype: :class:`~oci.response.Response`
|
35420
35420
|
|
35421
35421
|
:example:
|
35422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
35423
35423
|
"""
|
35424
35424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35425
35425
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35529,7 +35529,7 @@ class DatabaseClient(object):
|
|
35529
35529
|
:rtype: :class:`~oci.response.Response`
|
35530
35530
|
|
35531
35531
|
:example:
|
35532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
35533
35533
|
"""
|
35534
35534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35535
35535
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35637,7 +35637,7 @@ class DatabaseClient(object):
|
|
35637
35637
|
:rtype: :class:`~oci.response.Response`
|
35638
35638
|
|
35639
35639
|
:example:
|
35640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
35641
35641
|
"""
|
35642
35642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35643
35643
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35749,7 +35749,7 @@ class DatabaseClient(object):
|
|
35749
35749
|
:rtype: :class:`~oci.response.Response`
|
35750
35750
|
|
35751
35751
|
:example:
|
35752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
35753
35753
|
"""
|
35754
35754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35755
35755
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35861,7 +35861,7 @@ class DatabaseClient(object):
|
|
35861
35861
|
:rtype: :class:`~oci.response.Response`
|
35862
35862
|
|
35863
35863
|
:example:
|
35864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
35865
35865
|
"""
|
35866
35866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35867
35867
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -35980,7 +35980,7 @@ class DatabaseClient(object):
|
|
35980
35980
|
:rtype: :class:`~oci.response.Response`
|
35981
35981
|
|
35982
35982
|
:example:
|
35983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
35984
35984
|
"""
|
35985
35985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35986
35986
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36104,7 +36104,7 @@ class DatabaseClient(object):
|
|
36104
36104
|
:rtype: :class:`~oci.response.Response`
|
36105
36105
|
|
36106
36106
|
:example:
|
36107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
36108
36108
|
"""
|
36109
36109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36110
36110
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -36207,7 +36207,7 @@ class DatabaseClient(object):
|
|
36207
36207
|
:rtype: :class:`~oci.response.Response`
|
36208
36208
|
|
36209
36209
|
:example:
|
36210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
36211
36211
|
"""
|
36212
36212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36213
36213
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -36305,7 +36305,7 @@ class DatabaseClient(object):
|
|
36305
36305
|
:rtype: :class:`~oci.response.Response`
|
36306
36306
|
|
36307
36307
|
:example:
|
36308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
36309
36309
|
"""
|
36310
36310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36311
36311
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -36410,7 +36410,7 @@ class DatabaseClient(object):
|
|
36410
36410
|
:rtype: :class:`~oci.response.Response`
|
36411
36411
|
|
36412
36412
|
:example:
|
36413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
36414
36414
|
"""
|
36415
36415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36416
36416
|
required_arguments = ['dbSystemId']
|
@@ -36511,7 +36511,7 @@ class DatabaseClient(object):
|
|
36511
36511
|
:rtype: :class:`~oci.response.Response`
|
36512
36512
|
|
36513
36513
|
:example:
|
36514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
36515
36515
|
"""
|
36516
36516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36517
36517
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -36624,7 +36624,7 @@ class DatabaseClient(object):
|
|
36624
36624
|
:rtype: :class:`~oci.response.Response`
|
36625
36625
|
|
36626
36626
|
:example:
|
36627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
36628
36628
|
"""
|
36629
36629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36630
36630
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -36735,7 +36735,7 @@ class DatabaseClient(object):
|
|
36735
36735
|
:rtype: :class:`~oci.response.Response`
|
36736
36736
|
|
36737
36737
|
:example:
|
36738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
36739
36739
|
"""
|
36740
36740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36741
36741
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36845,7 +36845,7 @@ class DatabaseClient(object):
|
|
36845
36845
|
:rtype: :class:`~oci.response.Response`
|
36846
36846
|
|
36847
36847
|
:example:
|
36848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
36849
36849
|
"""
|
36850
36850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36851
36851
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -36945,7 +36945,7 @@ class DatabaseClient(object):
|
|
36945
36945
|
:rtype: :class:`~oci.response.Response`
|
36946
36946
|
|
36947
36947
|
:example:
|
36948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
36949
36949
|
"""
|
36950
36950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36951
36951
|
required_arguments = []
|
@@ -37039,7 +37039,7 @@ class DatabaseClient(object):
|
|
37039
37039
|
:rtype: :class:`~oci.response.Response`
|
37040
37040
|
|
37041
37041
|
:example:
|
37042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
37043
37043
|
"""
|
37044
37044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37045
37045
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -37144,7 +37144,7 @@ class DatabaseClient(object):
|
|
37144
37144
|
:rtype: :class:`~oci.response.Response`
|
37145
37145
|
|
37146
37146
|
:example:
|
37147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
37148
37148
|
"""
|
37149
37149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37150
37150
|
required_arguments = ['autonomousDatabaseId']
|
@@ -37247,7 +37247,7 @@ class DatabaseClient(object):
|
|
37247
37247
|
:rtype: :class:`~oci.response.Response`
|
37248
37248
|
|
37249
37249
|
:example:
|
37250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
37251
37251
|
"""
|
37252
37252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37253
37253
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -37355,7 +37355,7 @@ class DatabaseClient(object):
|
|
37355
37355
|
:rtype: :class:`~oci.response.Response`
|
37356
37356
|
|
37357
37357
|
:example:
|
37358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
37359
37359
|
"""
|
37360
37360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37361
37361
|
required_arguments = ['autonomousVmClusterId']
|
@@ -37468,7 +37468,7 @@ class DatabaseClient(object):
|
|
37468
37468
|
:rtype: :class:`~oci.response.Response`
|
37469
37469
|
|
37470
37470
|
:example:
|
37471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
37472
37472
|
"""
|
37473
37473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37474
37474
|
required_arguments = ['backupDestinationId']
|
@@ -37578,7 +37578,7 @@ class DatabaseClient(object):
|
|
37578
37578
|
:rtype: :class:`~oci.response.Response`
|
37579
37579
|
|
37580
37580
|
:example:
|
37581
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
37582
37582
|
"""
|
37583
37583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37584
37584
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -37688,7 +37688,7 @@ class DatabaseClient(object):
|
|
37688
37688
|
:rtype: :class:`~oci.response.Response`
|
37689
37689
|
|
37690
37690
|
:example:
|
37691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
37692
37692
|
"""
|
37693
37693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37694
37694
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -37798,7 +37798,7 @@ class DatabaseClient(object):
|
|
37798
37798
|
:rtype: :class:`~oci.response.Response`
|
37799
37799
|
|
37800
37800
|
:example:
|
37801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
37802
37802
|
"""
|
37803
37803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37804
37804
|
required_arguments = ['cloudVmClusterId']
|
@@ -37908,7 +37908,7 @@ class DatabaseClient(object):
|
|
37908
37908
|
:rtype: :class:`~oci.response.Response`
|
37909
37909
|
|
37910
37910
|
:example:
|
37911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
37912
37912
|
"""
|
37913
37913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37914
37914
|
required_arguments = ['cloudVmClusterId']
|
@@ -38021,7 +38021,7 @@ class DatabaseClient(object):
|
|
38021
38021
|
:rtype: :class:`~oci.response.Response`
|
38022
38022
|
|
38023
38023
|
:example:
|
38024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
38025
38025
|
"""
|
38026
38026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38027
38027
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -38135,7 +38135,7 @@ class DatabaseClient(object):
|
|
38135
38135
|
:rtype: :class:`~oci.response.Response`
|
38136
38136
|
|
38137
38137
|
:example:
|
38138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
38139
38139
|
"""
|
38140
38140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38141
38141
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -38251,7 +38251,7 @@ class DatabaseClient(object):
|
|
38251
38251
|
:rtype: :class:`~oci.response.Response`
|
38252
38252
|
|
38253
38253
|
:example:
|
38254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
38255
38255
|
"""
|
38256
38256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38257
38257
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -38359,7 +38359,7 @@ class DatabaseClient(object):
|
|
38359
38359
|
:rtype: :class:`~oci.response.Response`
|
38360
38360
|
|
38361
38361
|
:example:
|
38362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
38363
38363
|
"""
|
38364
38364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38365
38365
|
required_arguments = ['databaseId']
|
@@ -38464,7 +38464,7 @@ class DatabaseClient(object):
|
|
38464
38464
|
:rtype: :class:`~oci.response.Response`
|
38465
38465
|
|
38466
38466
|
:example:
|
38467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
38468
38468
|
"""
|
38469
38469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38470
38470
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -38569,7 +38569,7 @@ class DatabaseClient(object):
|
|
38569
38569
|
:rtype: :class:`~oci.response.Response`
|
38570
38570
|
|
38571
38571
|
:example:
|
38572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
38573
38573
|
"""
|
38574
38574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38575
38575
|
required_arguments = ['dbHomeId']
|
@@ -38677,7 +38677,7 @@ class DatabaseClient(object):
|
|
38677
38677
|
:rtype: :class:`~oci.response.Response`
|
38678
38678
|
|
38679
38679
|
:example:
|
38680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
38681
38681
|
"""
|
38682
38682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38683
38683
|
required_arguments = ['dbNodeId']
|
@@ -38791,7 +38791,7 @@ class DatabaseClient(object):
|
|
38791
38791
|
:rtype: :class:`~oci.response.Response`
|
38792
38792
|
|
38793
38793
|
:example:
|
38794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
38795
38795
|
"""
|
38796
38796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38797
38797
|
required_arguments = ['dbSystemId']
|
@@ -38900,7 +38900,7 @@ class DatabaseClient(object):
|
|
38900
38900
|
:rtype: :class:`~oci.response.Response`
|
38901
38901
|
|
38902
38902
|
:example:
|
38903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
38904
38904
|
"""
|
38905
38905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38906
38906
|
required_arguments = ['exadataInfrastructureId']
|
@@ -39020,7 +39020,7 @@ class DatabaseClient(object):
|
|
39020
39020
|
:rtype: :class:`~oci.response.Response`
|
39021
39021
|
|
39022
39022
|
:example:
|
39023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
39024
39024
|
"""
|
39025
39025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39026
39026
|
required_arguments = ['dbSystemId']
|
@@ -39130,7 +39130,7 @@ class DatabaseClient(object):
|
|
39130
39130
|
:rtype: :class:`~oci.response.Response`
|
39131
39131
|
|
39132
39132
|
:example:
|
39133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
39134
39134
|
"""
|
39135
39135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39136
39136
|
required_arguments = ['exadbVmClusterId']
|
@@ -39240,7 +39240,7 @@ class DatabaseClient(object):
|
|
39240
39240
|
:rtype: :class:`~oci.response.Response`
|
39241
39241
|
|
39242
39242
|
:example:
|
39243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
39244
39244
|
"""
|
39245
39245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39246
39246
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -39353,7 +39353,7 @@ class DatabaseClient(object):
|
|
39353
39353
|
:rtype: :class:`~oci.response.Response`
|
39354
39354
|
|
39355
39355
|
:example:
|
39356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
39357
39357
|
"""
|
39358
39358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39359
39359
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -39464,7 +39464,7 @@ class DatabaseClient(object):
|
|
39464
39464
|
:rtype: :class:`~oci.response.Response`
|
39465
39465
|
|
39466
39466
|
:example:
|
39467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
39468
39468
|
"""
|
39469
39469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39470
39470
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -39574,7 +39574,7 @@ class DatabaseClient(object):
|
|
39574
39574
|
:rtype: :class:`~oci.response.Response`
|
39575
39575
|
|
39576
39576
|
:example:
|
39577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
39578
39578
|
"""
|
39579
39579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39580
39580
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -39686,7 +39686,7 @@ class DatabaseClient(object):
|
|
39686
39686
|
:rtype: :class:`~oci.response.Response`
|
39687
39687
|
|
39688
39688
|
:example:
|
39689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
39690
39690
|
"""
|
39691
39691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39692
39692
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -39796,7 +39796,7 @@ class DatabaseClient(object):
|
|
39796
39796
|
:rtype: :class:`~oci.response.Response`
|
39797
39797
|
|
39798
39798
|
:example:
|
39799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
39800
39800
|
"""
|
39801
39801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39802
39802
|
required_arguments = ['keyStoreId']
|
@@ -39901,7 +39901,7 @@ class DatabaseClient(object):
|
|
39901
39901
|
:rtype: :class:`~oci.response.Response`
|
39902
39902
|
|
39903
39903
|
:example:
|
39904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
39905
39905
|
"""
|
39906
39906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39907
39907
|
required_arguments = ['maintenanceRunId']
|
@@ -40009,7 +40009,7 @@ class DatabaseClient(object):
|
|
40009
40009
|
:rtype: :class:`~oci.response.Response`
|
40010
40010
|
|
40011
40011
|
:example:
|
40012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
40013
40013
|
"""
|
40014
40014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40015
40015
|
required_arguments = ['oneoffPatchId']
|
@@ -40116,7 +40116,7 @@ class DatabaseClient(object):
|
|
40116
40116
|
:rtype: :class:`~oci.response.Response`
|
40117
40117
|
|
40118
40118
|
:example:
|
40119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
40120
40120
|
"""
|
40121
40121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40122
40122
|
required_arguments = ['pluggableDatabaseId']
|
@@ -40224,7 +40224,7 @@ class DatabaseClient(object):
|
|
40224
40224
|
:rtype: :class:`~oci.response.Response`
|
40225
40225
|
|
40226
40226
|
:example:
|
40227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
40228
40228
|
"""
|
40229
40229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40230
40230
|
required_arguments = ['vmClusterId']
|
@@ -40340,7 +40340,7 @@ class DatabaseClient(object):
|
|
40340
40340
|
:rtype: :class:`~oci.response.Response`
|
40341
40341
|
|
40342
40342
|
:example:
|
40343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
40344
40344
|
"""
|
40345
40345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40346
40346
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -40451,7 +40451,7 @@ class DatabaseClient(object):
|
|
40451
40451
|
:rtype: :class:`~oci.response.Response`
|
40452
40452
|
|
40453
40453
|
:example:
|
40454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
40455
40455
|
"""
|
40456
40456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40457
40457
|
required_arguments = ['databaseId']
|
@@ -40568,7 +40568,7 @@ class DatabaseClient(object):
|
|
40568
40568
|
:rtype: :class:`~oci.response.Response`
|
40569
40569
|
|
40570
40570
|
:example:
|
40571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
40572
40572
|
"""
|
40573
40573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40574
40574
|
required_arguments = ['dbSystemId']
|
@@ -40685,7 +40685,7 @@ class DatabaseClient(object):
|
|
40685
40685
|
:rtype: :class:`~oci.response.Response`
|
40686
40686
|
|
40687
40687
|
:example:
|
40688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
40689
40689
|
"""
|
40690
40690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40691
40691
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|