oci 2.125.2__py3-none-any.whl → 2.126.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 +134 -43
- oci/ai_language/models/__init__.py +24 -0
- oci/ai_language/models/assertion_details.py +165 -0
- oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
- oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
- oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
- oci/ai_language/models/health_entity.py +351 -0
- oci/ai_language/models/health_entity_document_result.py +200 -0
- oci/ai_language/models/input_location.py +2 -1
- oci/ai_language/models/mel_concept.py +103 -0
- oci/ai_language/models/mel_concept_details.py +165 -0
- oci/ai_language/models/model_details.py +11 -3
- oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pii_entity.py +118 -7
- oci/ai_language/models/pii_model_details.py +91 -0
- oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
- oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
- oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
- oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
- oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
- oci/ai_language/models/pre_trained_summarization.py +1 -1
- oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
- oci/ai_language/models/pre_trained_universal_model.py +1 -1
- oci/ai_language/models/profile.py +134 -0
- oci/ai_language/models/relation_entity.py +196 -0
- oci/ai_language/models/resolved_entities.py +72 -0
- oci/ai_language/models/resolved_entity.py +227 -0
- oci/ai_language/models/text_classification_model_details.py +1 -1
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- 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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- 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 +5496 -2653
- oci/cloud_guard/cloud_guard_client_composite_operations.py +307 -60
- oci/cloud_guard/models/__init__.py +74 -0
- oci/cloud_guard/models/absolute_time_start_policy.py +3 -3
- oci/cloud_guard/models/activity_problem_aggregation.py +4 -4
- oci/cloud_guard/models/activity_problem_aggregation_collection.py +3 -3
- oci/cloud_guard/models/add_compartment_details.py +1 -1
- oci/cloud_guard/models/adhoc_query.py +532 -0
- oci/cloud_guard/models/adhoc_query_collection.py +103 -0
- oci/cloud_guard/models/adhoc_query_details.py +103 -0
- oci/cloud_guard/models/adhoc_query_regional_details.py +294 -0
- oci/cloud_guard/models/adhoc_query_resource.py +134 -0
- oci/cloud_guard/models/adhoc_query_result_collection.py +72 -0
- oci/cloud_guard/models/adhoc_query_result_summary.py +407 -0
- oci/cloud_guard/models/adhoc_query_summary.py +532 -0
- oci/cloud_guard/models/all_targets_selected.py +1 -1
- oci/cloud_guard/models/attach_target_detector_recipe_details.py +5 -3
- oci/cloud_guard/models/attach_target_responder_recipe_details.py +5 -3
- oci/cloud_guard/models/candidate_responder_rule.py +7 -7
- oci/cloud_guard/models/change_data_source_compartment_details.py +3 -3
- oci/cloud_guard/models/change_detector_recipe_compartment_details.py +3 -3
- oci/cloud_guard/models/change_managed_list_compartment_details.py +3 -3
- oci/cloud_guard/models/change_responder_recipe_compartment_details.py +3 -3
- oci/cloud_guard/models/change_saved_query_compartment_details.py +72 -0
- oci/cloud_guard/models/change_security_policy_compartment_details.py +1 -1
- oci/cloud_guard/models/change_security_recipe_compartment_details.py +1 -1
- oci/cloud_guard/models/change_security_zone_compartment_details.py +1 -1
- oci/cloud_guard/models/composite_condition.py +5 -1
- oci/cloud_guard/models/condition.py +3 -3
- oci/cloud_guard/models/condition_group.py +3 -3
- oci/cloud_guard/models/condition_metadata_type.py +37 -6
- oci/cloud_guard/models/condition_metadata_type_collection.py +36 -5
- oci/cloud_guard/models/condition_metadata_type_summary.py +38 -7
- oci/cloud_guard/models/condition_operator.py +5 -5
- oci/cloud_guard/models/config_value.py +7 -7
- oci/cloud_guard/models/configuration.py +37 -6
- oci/cloud_guard/models/continuous_query_start_policy.py +3 -3
- oci/cloud_guard/models/create_adhoc_query_details.py +169 -0
- oci/cloud_guard/models/create_data_mask_rule_details.py +15 -15
- oci/cloud_guard/models/create_data_source_details.py +16 -12
- oci/cloud_guard/models/create_detector_recipe_details.py +16 -12
- oci/cloud_guard/models/create_detector_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/create_detector_rule_details.py +17 -17
- oci/cloud_guard/models/create_managed_list_details.py +11 -11
- oci/cloud_guard/models/create_responder_recipe_details.py +7 -7
- oci/cloud_guard/models/create_saved_query_details.py +235 -0
- oci/cloud_guard/models/create_security_policy_details.py +11 -11
- oci/cloud_guard/models/create_security_recipe_details.py +11 -7
- oci/cloud_guard/models/create_security_zone_details.py +5 -5
- oci/cloud_guard/models/create_target_details.py +13 -13
- oci/cloud_guard/models/create_target_detector_recipe_details.py +5 -5
- oci/cloud_guard/models/create_target_responder_recipe_details.py +6 -5
- oci/cloud_guard/models/create_wlp_agent_details.py +238 -0
- oci/cloud_guard/models/data_mask_rule.py +50 -19
- oci/cloud_guard/models/data_mask_rule_collection.py +36 -5
- oci/cloud_guard/models/data_mask_rule_summary.py +19 -19
- oci/cloud_guard/models/data_source.py +51 -16
- oci/cloud_guard/models/data_source_collection.py +36 -5
- oci/cloud_guard/models/data_source_details.py +13 -5
- oci/cloud_guard/models/data_source_event_collection.py +36 -5
- oci/cloud_guard/models/data_source_event_info.py +12 -6
- oci/cloud_guard/models/data_source_event_summary.py +7 -7
- oci/cloud_guard/models/data_source_mapping_info.py +5 -5
- oci/cloud_guard/models/data_source_summary.py +20 -16
- oci/cloud_guard/models/data_source_summary_details.py +14 -6
- oci/cloud_guard/models/detector.py +6 -6
- oci/cloud_guard/models/detector_collection.py +3 -3
- oci/cloud_guard/models/detector_configuration.py +73 -11
- oci/cloud_guard/models/detector_details.py +139 -15
- oci/cloud_guard/models/detector_recipe.py +81 -22
- oci/cloud_guard/models/detector_recipe_collection.py +36 -5
- oci/cloud_guard/models/detector_recipe_detector_rule.py +65 -30
- oci/cloud_guard/models/detector_recipe_detector_rule_collection.py +36 -5
- oci/cloud_guard/models/detector_recipe_detector_rule_summary.py +32 -28
- oci/cloud_guard/models/detector_recipe_summary.py +79 -20
- oci/cloud_guard/models/detector_rule.py +60 -25
- oci/cloud_guard/models/detector_rule_collection.py +3 -3
- oci/cloud_guard/models/detector_rule_summary.py +30 -26
- oci/cloud_guard/models/detector_summary.py +40 -9
- oci/cloud_guard/models/entities_mapping.py +5 -5
- oci/cloud_guard/models/entity_details.py +1 -1
- oci/cloud_guard/models/execute_responder_execution_details.py +3 -3
- oci/cloud_guard/models/geographical_location.py +5 -5
- oci/cloud_guard/models/impacted_resource_collection.py +36 -5
- oci/cloud_guard/models/impacted_resource_summary.py +17 -17
- oci/cloud_guard/models/insight_type_logging_query_details.py +1 -1
- oci/cloud_guard/models/instance_security_service_configuration.py +99 -0
- oci/cloud_guard/models/logging_event_info.py +18 -2
- oci/cloud_guard/models/logging_query_data_source_details.py +14 -14
- oci/cloud_guard/models/logging_query_data_source_summary_details.py +8 -8
- oci/cloud_guard/models/logging_query_details.py +3 -3
- oci/cloud_guard/models/managed_list.py +25 -25
- oci/cloud_guard/models/managed_list_collection.py +36 -5
- oci/cloud_guard/models/managed_list_summary.py +25 -25
- oci/cloud_guard/models/managed_list_type_collection.py +36 -5
- oci/cloud_guard/models/managed_list_type_summary.py +39 -8
- oci/cloud_guard/models/no_delay_start_policy.py +1 -1
- oci/cloud_guard/models/operator_summary.py +13 -13
- oci/cloud_guard/models/package_detail.py +227 -0
- oci/cloud_guard/models/policy_collection.py +34 -3
- oci/cloud_guard/models/political_location.py +7 -7
- oci/cloud_guard/models/problem.py +79 -44
- oci/cloud_guard/models/problem_aggregation.py +4 -4
- oci/cloud_guard/models/problem_aggregation_collection.py +3 -3
- oci/cloud_guard/models/problem_collection.py +36 -5
- oci/cloud_guard/models/problem_endpoint_collection.py +36 -5
- oci/cloud_guard/models/problem_endpoint_summary.py +18 -18
- oci/cloud_guard/models/problem_entity_collection.py +35 -4
- oci/cloud_guard/models/problem_entity_summary.py +7 -7
- oci/cloud_guard/models/problem_history_collection.py +36 -5
- oci/cloud_guard/models/problem_history_summary.py +48 -17
- oci/cloud_guard/models/problem_summary.py +69 -34
- oci/cloud_guard/models/problem_trend_aggregation.py +6 -6
- oci/cloud_guard/models/problem_trend_aggregation_collection.py +3 -3
- oci/cloud_guard/models/property_tuple.py +103 -0
- oci/cloud_guard/models/recommendation_summary.py +23 -23
- oci/cloud_guard/models/recommendation_summary_collection.py +36 -5
- oci/cloud_guard/models/region_status_detail.py +5 -5
- oci/cloud_guard/models/remove_compartment_details.py +1 -1
- oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.py +5 -5
- oci/cloud_guard/models/resource.py +616 -0
- oci/cloud_guard/models/resource_additional_details.py +72 -0
- oci/cloud_guard/models/resource_collection.py +72 -0
- oci/cloud_guard/models/resource_lock.py +185 -0
- oci/cloud_guard/models/resource_port_collection.py +72 -0
- oci/cloud_guard/models/resource_port_summary.py +247 -0
- oci/cloud_guard/models/resource_profile.py +60 -29
- oci/cloud_guard/models/resource_profile_collection.py +36 -5
- oci/cloud_guard/models/resource_profile_endpoint_collection.py +3 -3
- oci/cloud_guard/models/resource_profile_endpoint_summary.py +29 -29
- oci/cloud_guard/models/resource_profile_impacted_resource_collection.py +35 -4
- oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +19 -19
- oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.py +5 -5
- oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.py +3 -3
- oci/cloud_guard/models/resource_profile_summary.py +15 -15
- oci/cloud_guard/models/resource_risk_score_aggregation.py +6 -6
- oci/cloud_guard/models/resource_risk_score_aggregation_collection.py +9 -9
- oci/cloud_guard/models/resource_summary.py +527 -0
- oci/cloud_guard/models/resource_type_collection.py +36 -5
- oci/cloud_guard/models/resource_type_summary.py +38 -7
- oci/cloud_guard/models/resource_vulnerability.py +496 -0
- oci/cloud_guard/models/resource_vulnerability_collection.py +72 -0
- oci/cloud_guard/models/resource_vulnerability_summary.py +279 -0
- oci/cloud_guard/models/responder_activity_collection.py +3 -3
- oci/cloud_guard/models/responder_activity_summary.py +19 -19
- oci/cloud_guard/models/responder_configuration.py +7 -7
- oci/cloud_guard/models/responder_execution.py +58 -27
- oci/cloud_guard/models/responder_execution_aggregation.py +2 -2
- oci/cloud_guard/models/responder_execution_aggregation_collection.py +3 -3
- oci/cloud_guard/models/responder_execution_collection.py +37 -5
- oci/cloud_guard/models/responder_execution_summary.py +17 -17
- oci/cloud_guard/models/responder_execution_trend_aggregation.py +6 -6
- oci/cloud_guard/models/responder_execution_trend_aggregation_collection.py +3 -3
- oci/cloud_guard/models/responder_recipe.py +34 -19
- oci/cloud_guard/models/responder_recipe_collection.py +36 -5
- oci/cloud_guard/models/responder_recipe_responder_rule.py +70 -21
- oci/cloud_guard/models/responder_recipe_responder_rule_collection.py +3 -3
- oci/cloud_guard/models/responder_recipe_responder_rule_summary.py +19 -19
- oci/cloud_guard/models/responder_recipe_summary.py +19 -19
- oci/cloud_guard/models/responder_rule.py +58 -19
- oci/cloud_guard/models/responder_rule_collection.py +36 -5
- oci/cloud_guard/models/responder_rule_details.py +7 -7
- oci/cloud_guard/models/responder_rule_execution_details.py +3 -3
- oci/cloud_guard/models/responder_rule_summary.py +17 -17
- oci/cloud_guard/models/risk_score_aggregation.py +2 -2
- oci/cloud_guard/models/risk_score_aggregation_collection.py +3 -3
- oci/cloud_guard/models/rule_summary.py +7 -7
- oci/cloud_guard/models/saved_query.py +438 -0
- oci/cloud_guard/models/saved_query_collection.py +103 -0
- oci/cloud_guard/models/saved_query_summary.py +500 -0
- oci/cloud_guard/models/scheduled_query_data_source_obj_details.py +175 -0
- oci/cloud_guard/models/scheduled_query_data_source_summary_obj_details.py +175 -0
- oci/cloud_guard/models/scheduled_query_scope_detail.py +134 -0
- oci/cloud_guard/models/security_policy.py +45 -11
- oci/cloud_guard/models/security_policy_collection.py +36 -5
- oci/cloud_guard/models/security_policy_summary.py +16 -15
- oci/cloud_guard/models/security_recipe.py +13 -11
- oci/cloud_guard/models/security_recipe_collection.py +150 -5
- oci/cloud_guard/models/security_recipe_summary.py +9 -9
- oci/cloud_guard/models/security_score_aggregation.py +6 -6
- oci/cloud_guard/models/security_score_aggregation_collection.py +3 -3
- oci/cloud_guard/models/security_score_trend_aggregation.py +4 -4
- oci/cloud_guard/models/security_score_trend_aggregation_collection.py +3 -3
- oci/cloud_guard/models/security_zone.py +11 -9
- oci/cloud_guard/models/security_zone_collection.py +36 -5
- oci/cloud_guard/models/security_zone_summary.py +10 -9
- oci/cloud_guard/models/security_zone_target_details.py +7 -7
- oci/cloud_guard/models/service_configuration.py +101 -0
- oci/cloud_guard/models/service_type_summary.py +5 -5
- oci/cloud_guard/models/sighting.py +55 -24
- oci/cloud_guard/models/sighting_collection.py +36 -5
- oci/cloud_guard/models/sighting_endpoint_collection.py +3 -3
- oci/cloud_guard/models/sighting_endpoint_summary.py +25 -25
- oci/cloud_guard/models/sighting_impacted_resource_collection.py +36 -5
- oci/cloud_guard/models/sighting_impacted_resource_summary.py +13 -13
- oci/cloud_guard/models/sighting_summary.py +27 -27
- oci/cloud_guard/models/sighting_type.py +11 -11
- oci/cloud_guard/models/simple_condition.py +9 -9
- oci/cloud_guard/models/skip_bulk_responder_execution_details.py +3 -3
- oci/cloud_guard/models/tactic_collection.py +36 -5
- oci/cloud_guard/models/tactic_summary.py +3 -3
- oci/cloud_guard/models/target.py +23 -21
- oci/cloud_guard/models/target_collection.py +36 -5
- oci/cloud_guard/models/target_details.py +2 -2
- oci/cloud_guard/models/target_detector_details.py +13 -13
- oci/cloud_guard/models/target_detector_recipe.py +124 -22
- oci/cloud_guard/models/target_detector_recipe_collection.py +36 -5
- oci/cloud_guard/models/target_detector_recipe_detector_rule.py +92 -30
- oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.py +36 -5
- oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.py +63 -28
- oci/cloud_guard/models/target_detector_recipe_summary.py +110 -20
- oci/cloud_guard/models/target_ids_selected.py +3 -3
- oci/cloud_guard/models/target_resource_types_selected.py +3 -3
- oci/cloud_guard/models/target_responder_recipe.py +63 -19
- oci/cloud_guard/models/target_responder_recipe_collection.py +36 -5
- oci/cloud_guard/models/target_responder_recipe_responder_rule.py +32 -19
- oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.py +3 -3
- oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.py +19 -19
- oci/cloud_guard/models/target_responder_recipe_summary.py +50 -19
- oci/cloud_guard/models/target_selected.py +3 -3
- oci/cloud_guard/models/target_summary.py +15 -15
- oci/cloud_guard/models/technique_collection.py +36 -5
- oci/cloud_guard/models/technique_summary.py +3 -3
- oci/cloud_guard/models/trigger_responder_details.py +5 -5
- oci/cloud_guard/models/update_bulk_problem_status_details.py +5 -5
- oci/cloud_guard/models/update_configuration_details.py +36 -5
- oci/cloud_guard/models/update_data_mask_rule_details.py +11 -11
- oci/cloud_guard/models/update_data_source_details.py +5 -5
- oci/cloud_guard/models/update_detector_recipe_details.py +7 -5
- oci/cloud_guard/models/update_detector_recipe_detector_rule.py +3 -3
- oci/cloud_guard/models/update_detector_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_detector_rule_details.py +17 -17
- oci/cloud_guard/models/update_managed_list_details.py +3 -3
- oci/cloud_guard/models/update_problem_status_details.py +3 -3
- oci/cloud_guard/models/update_responder_recipe_details.py +7 -7
- oci/cloud_guard/models/update_responder_recipe_responder_rule.py +3 -3
- oci/cloud_guard/models/update_responder_recipe_responder_rule_details.py +1 -1
- oci/cloud_guard/models/update_responder_rule_details.py +3 -3
- oci/cloud_guard/models/update_saved_query_details.py +204 -0
- oci/cloud_guard/models/update_security_policy_details.py +3 -3
- oci/cloud_guard/models/update_security_recipe_details.py +5 -5
- oci/cloud_guard/models/update_security_zone_details.py +5 -5
- oci/cloud_guard/models/update_target_details.py +7 -7
- oci/cloud_guard/models/update_target_detector_recipe.py +5 -5
- oci/cloud_guard/models/update_target_detector_recipe_details.py +7 -7
- oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_recipe_detector_rule_details.py +3 -3
- oci/cloud_guard/models/update_target_recipe_responder_rule_details.py +3 -3
- oci/cloud_guard/models/update_target_responder_recipe.py +5 -5
- oci/cloud_guard/models/update_target_responder_recipe_details.py +7 -3
- oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_responder_rule_details.py +8 -5
- oci/cloud_guard/models/update_wlp_agent_details.py +143 -0
- oci/cloud_guard/models/wlp_agent.py +469 -0
- oci/cloud_guard/models/wlp_agent_collection.py +103 -0
- oci/cloud_guard/models/wlp_agent_summary.py +406 -0
- oci/cloud_guard/models/work_request.py +54 -23
- oci/cloud_guard/models/work_request_error.py +8 -7
- oci/cloud_guard/models/work_request_error_collection.py +5 -3
- oci/cloud_guard/models/work_request_log_entry.py +4 -4
- oci/cloud_guard/models/work_request_log_entry_collection.py +38 -5
- oci/cloud_guard/models/work_request_resource.py +7 -7
- oci/cloud_guard/models/work_request_summary.py +15 -15
- oci/cloud_guard/models/work_request_summary_collection.py +36 -5
- oci/cloud_migrations/migration_client.py +43 -43
- oci/{application_migration → cluster_placement_groups}/__init__.py +4 -4
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +1705 -0
- oci/cluster_placement_groups/cluster_placement_groups_cp_client_composite_operations.py +238 -0
- oci/cluster_placement_groups/models/__init__.py +46 -0
- oci/cluster_placement_groups/models/capabilities_collection.py +72 -0
- oci/cluster_placement_groups/models/capability_details.py +103 -0
- oci/{application_migration/models/change_compartment_details.py → cluster_placement_groups/models/change_cluster_placement_group_compartment_details.py} +11 -11
- oci/cluster_placement_groups/models/cluster_placement_group.py +568 -0
- oci/cluster_placement_groups/models/cluster_placement_group_collection.py +72 -0
- oci/cluster_placement_groups/models/cluster_placement_group_summary.py +447 -0
- oci/cluster_placement_groups/models/create_cluster_placement_group_details.py +332 -0
- oci/cluster_placement_groups/models/placement_instruction_details.py +115 -0
- oci/cluster_placement_groups/models/update_cluster_placement_group_details.py +138 -0
- oci/{application_migration → cluster_placement_groups}/models/work_request.py +100 -67
- oci/{application_migration → cluster_placement_groups}/models/work_request_error.py +14 -8
- oci/cluster_placement_groups/models/work_request_error_collection.py +72 -0
- oci/{application_migration → cluster_placement_groups}/models/work_request_log_entry.py +10 -6
- oci/cluster_placement_groups/models/work_request_log_entry_collection.py +72 -0
- oci/{application_migration → cluster_placement_groups}/models/work_request_resource.py +87 -50
- oci/{application_migration → cluster_placement_groups}/models/work_request_summary.py +128 -70
- oci/cluster_placement_groups/models/work_request_summary_collection.py +72 -0
- 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 +65 -60
- oci/core/compute_client.py +101 -103
- oci/core/compute_client_composite_operations.py +1 -2
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +6 -0
- oci/core/models/boot_volume.py +31 -0
- oci/core/models/boot_volume_attachment.py +39 -0
- oci/core/models/capacity_reservation_instance_summary.py +31 -0
- oci/core/models/compute_cluster.py +1 -2
- oci/core/models/create_boot_volume_details.py +31 -0
- oci/core/models/create_compute_cluster_details.py +1 -2
- oci/core/models/create_drg_route_distribution_details.py +2 -2
- oci/core/models/create_image_details.py +2 -2
- oci/core/models/create_vnic_details.py +18 -18
- oci/core/models/create_volume_details.py +31 -0
- oci/core/models/create_volume_group_details.py +33 -2
- oci/core/models/instance.py +31 -0
- oci/core/models/instance_configuration_create_volume_details.py +31 -0
- oci/core/models/instance_configuration_launch_instance_details.py +31 -0
- oci/core/models/instance_reservation_config.py +33 -2
- oci/core/models/instance_reservation_config_details.py +33 -2
- oci/core/models/launch_instance_details.py +31 -0
- oci/core/models/network_security_group.py +7 -7
- oci/core/models/private_ip.py +1 -1
- oci/core/models/update_instance_details.py +27 -0
- oci/core/models/update_instance_source_details.py +128 -0
- oci/core/models/update_instance_source_via_boot_volume_details.py +88 -0
- oci/core/models/update_instance_source_via_image_details.py +150 -0
- oci/core/models/update_vnic_details.py +2 -2
- oci/core/models/volume.py +31 -0
- oci/core/virtual_network_client.py +258 -258
- oci/core/virtual_network_client_composite_operations.py +13 -13
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/instance_configuration.py +37 -2
- oci/database/database_client.py +1224 -537
- oci/database/database_client_composite_operations.py +204 -0
- oci/database/models/__init__.py +12 -0
- oci/database/models/autonomous_container_database.py +31 -0
- oci/database/models/autonomous_container_database_summary.py +31 -0
- oci/database/models/autonomous_database_software_image.py +489 -0
- oci/database/models/autonomous_database_software_image_collection.py +72 -0
- oci/database/models/autonomous_database_software_image_summary.py +437 -0
- oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
- oci/database/models/create_autonomous_container_database_details.py +35 -0
- oci/database/models/create_autonomous_database_software_image_details.py +267 -0
- oci/database/models/maintenance_window.py +33 -2
- oci/database/models/update_autonomous_database_software_image_details.py +119 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
- oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
- oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +26 -26
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- 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 +24 -24
- oci/generative_ai/models/dataset.py +1 -1
- oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
- oci/generative_ai/models/endpoint.py +27 -0
- oci/generative_ai/models/model.py +34 -3
- oci/generative_ai/models/model_summary.py +7 -3
- oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
- oci/generative_ai_inference/models/__init__.py +30 -0
- oci/generative_ai_inference/models/base_chat_request.py +109 -0
- oci/generative_ai_inference/models/base_chat_response.py +109 -0
- oci/generative_ai_inference/models/chat_choice.py +161 -0
- oci/generative_ai_inference/models/chat_content.py +101 -0
- oci/generative_ai_inference/models/chat_details.py +126 -0
- oci/generative_ai_inference/models/chat_result.py +130 -0
- oci/generative_ai_inference/models/citation.py +165 -0
- oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
- oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
- oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/cohere_message.py +119 -0
- oci/generative_ai_inference/models/embed_text_details.py +2 -2
- oci/generative_ai_inference/models/generic_chat_request.py +474 -0
- oci/generative_ai_inference/models/generic_chat_response.py +113 -0
- oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
- oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/llm_inference_response.py +11 -3
- oci/generative_ai_inference/models/message.py +103 -0
- oci/generative_ai_inference/models/search_query.py +72 -0
- oci/generative_ai_inference/models/text_content.py +82 -0
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +191 -46
- oci/lockbox/models/__init__.py +2 -0
- oci/lockbox/models/access_request_ext.py +671 -0
- oci/lockbox/models/access_request_summary.py +101 -2
- oci/lockbox/models/approver_info.py +33 -2
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- 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 +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/models/opa_instance.py +7 -3
- oci/opa/models/work_request.py +11 -3
- oci/opa/models/work_request_summary.py +11 -3
- oci/opa/opa_instance_client.py +223 -13
- oci/opa/opa_instance_client_composite_operations.py +78 -0
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/__init__.py +3 -1
- oci/os_management_hub/event_client.py +1115 -0
- oci/os_management_hub/event_client_composite_operations.py +163 -0
- oci/os_management_hub/lifecycle_environment_client.py +258 -46
- oci/os_management_hub/lifecycle_environment_client_composite_operations.py +16 -6
- oci/os_management_hub/managed_instance_client.py +1643 -380
- oci/os_management_hub/managed_instance_client_composite_operations.py +171 -13
- oci/os_management_hub/managed_instance_group_client.py +549 -165
- oci/os_management_hub/managed_instance_group_client_composite_operations.py +182 -22
- oci/os_management_hub/management_station_client.py +284 -30
- oci/os_management_hub/management_station_client_composite_operations.py +55 -6
- oci/os_management_hub/models/__init__.py +106 -0
- oci/os_management_hub/models/add_packages_to_software_source_details.py +72 -0
- oci/os_management_hub/models/agent_event.py +184 -0
- oci/os_management_hub/models/agent_event_data.py +166 -0
- oci/os_management_hub/models/attach_managed_instances_to_managed_instance_group_details.py +8 -4
- oci/os_management_hub/models/attach_profile_to_managed_instance_details.py +76 -0
- oci/os_management_hub/models/attach_software_sources_to_managed_instance_details.py +1 -1
- oci/os_management_hub/models/attach_software_sources_to_managed_instance_group_details.py +8 -4
- oci/os_management_hub/models/autonomous_settings.py +107 -0
- oci/os_management_hub/models/available_package_collection.py +1 -1
- oci/os_management_hub/models/available_package_summary.py +1 -1
- oci/os_management_hub/models/available_software_source_collection.py +2 -1
- oci/os_management_hub/models/available_software_source_summary.py +17 -7
- oci/os_management_hub/models/available_windows_update_collection.py +72 -0
- oci/os_management_hub/models/available_windows_update_summary.py +222 -0
- oci/os_management_hub/models/change_availability_of_software_sources_details.py +4 -4
- oci/os_management_hub/models/change_event_compartment_details.py +76 -0
- oci/os_management_hub/models/change_lifecycle_environment_compartment_details.py +76 -0
- oci/os_management_hub/models/change_managed_instance_group_compartment_details.py +78 -0
- oci/os_management_hub/models/change_management_station_compartment_details.py +76 -0
- oci/os_management_hub/models/change_profile_compartment_details.py +76 -0
- oci/os_management_hub/models/change_scheduled_job_compartment_details.py +76 -0
- oci/os_management_hub/models/change_software_source_compartment_details.py +76 -0
- oci/os_management_hub/models/create_custom_software_source_details.py +98 -5
- oci/os_management_hub/models/create_entitlement_details.py +9 -5
- oci/os_management_hub/models/create_group_profile_details.py +22 -4
- oci/os_management_hub/models/create_lifecycle_environment_details.py +108 -23
- oci/os_management_hub/models/create_lifecycle_profile_details.py +22 -4
- oci/os_management_hub/models/create_lifecycle_stage_details.py +5 -7
- oci/os_management_hub/models/create_managed_instance_group_details.py +181 -24
- oci/os_management_hub/models/create_management_station_details.py +13 -9
- oci/os_management_hub/models/create_mirror_configuration_details.py +9 -9
- oci/os_management_hub/models/create_profile_details.py +86 -12
- oci/os_management_hub/models/create_proxy_configuration_details.py +9 -9
- oci/os_management_hub/models/create_scheduled_job_details.py +192 -35
- oci/os_management_hub/models/create_software_source_details.py +18 -10
- oci/os_management_hub/models/create_software_source_profile_details.py +55 -13
- oci/os_management_hub/models/create_station_profile_details.py +48 -10
- oci/os_management_hub/models/create_vendor_software_source_details.py +121 -0
- oci/os_management_hub/models/create_versioned_custom_software_source_details.py +96 -3
- oci/os_management_hub/models/custom_software_source.py +120 -10
- oci/os_management_hub/models/custom_software_source_filter.py +1 -1
- oci/os_management_hub/models/custom_software_source_summary.py +20 -5
- oci/os_management_hub/models/detach_managed_instances_from_managed_instance_group_details.py +8 -4
- oci/os_management_hub/models/detach_software_sources_from_managed_instance_details.py +1 -1
- oci/os_management_hub/models/detach_software_sources_from_managed_instance_group_details.py +8 -4
- oci/os_management_hub/models/disable_module_stream_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/disable_module_stream_on_managed_instance_group_details.py +39 -4
- oci/os_management_hub/models/enable_module_stream_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/enable_module_stream_on_managed_instance_group_details.py +39 -4
- oci/os_management_hub/models/entitlement_collection.py +3 -3
- oci/os_management_hub/models/entitlement_summary.py +9 -5
- oci/os_management_hub/models/erratum.py +60 -13
- oci/os_management_hub/models/erratum_collection.py +3 -3
- oci/os_management_hub/models/erratum_summary.py +60 -13
- oci/os_management_hub/models/event.py +714 -0
- oci/os_management_hub/models/event_collection.py +72 -0
- oci/os_management_hub/models/event_content.py +113 -0
- oci/os_management_hub/models/event_summary.py +573 -0
- oci/os_management_hub/models/exploit_attempt_additional_details.py +72 -0
- oci/os_management_hub/models/exploit_attempt_event.py +184 -0
- oci/os_management_hub/models/exploit_attempt_event_content.py +113 -0
- oci/os_management_hub/models/exploit_attempt_event_data.py +126 -0
- oci/os_management_hub/models/group_profile.py +26 -4
- oci/os_management_hub/models/id.py +9 -5
- oci/os_management_hub/models/install_all_windows_updates_on_managed_instances_in_compartment_details.py +165 -0
- oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_group_details.py +39 -4
- oci/os_management_hub/models/install_packages_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/install_windows_updates_on_managed_instance_details.py +165 -0
- oci/os_management_hub/models/install_windows_updates_on_managed_instance_group_details.py +130 -0
- oci/os_management_hub/models/installed_package_collection.py +1 -1
- oci/os_management_hub/models/installed_package_summary.py +3 -5
- oci/os_management_hub/models/installed_windows_update_collection.py +72 -0
- oci/os_management_hub/models/installed_windows_update_summary.py +160 -0
- oci/os_management_hub/models/kernel_crash_event.py +184 -0
- oci/os_management_hub/models/kernel_event_additional_details.py +68 -0
- oci/os_management_hub/models/kernel_event_content.py +183 -0
- oci/os_management_hub/models/kernel_event_data.py +219 -0
- oci/os_management_hub/models/kernel_oops_event.py +184 -0
- oci/os_management_hub/models/ksplice_update_event.py +184 -0
- oci/os_management_hub/models/ksplice_update_event_data.py +162 -0
- oci/os_management_hub/models/lifecycle_environment.py +132 -29
- oci/os_management_hub/models/lifecycle_environment_collection.py +1 -1
- oci/os_management_hub/models/lifecycle_environment_details.py +7 -3
- oci/os_management_hub/models/lifecycle_environment_summary.py +125 -26
- oci/os_management_hub/models/lifecycle_profile.py +26 -4
- oci/os_management_hub/models/lifecycle_stage.py +131 -30
- oci/os_management_hub/models/lifecycle_stage_collection.py +1 -1
- oci/os_management_hub/models/lifecycle_stage_details.py +7 -3
- oci/os_management_hub/models/lifecycle_stage_summary.py +134 -33
- oci/os_management_hub/models/manage_module_streams_on_managed_instance_details.py +16 -8
- oci/os_management_hub/models/managed_instance.py +238 -70
- oci/os_management_hub/models/managed_instance_analytic_collection.py +3 -3
- oci/os_management_hub/models/managed_instance_analytic_summary.py +19 -3
- oci/os_management_hub/models/managed_instance_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_details.py +7 -3
- oci/os_management_hub/models/managed_instance_erratum_summary.py +11 -13
- oci/os_management_hub/models/managed_instance_erratum_summary_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group.py +227 -27
- oci/os_management_hub/models/managed_instance_group_available_module_collection.py +3 -3
- oci/os_management_hub/models/managed_instance_group_available_module_summary.py +9 -5
- oci/os_management_hub/models/managed_instance_group_available_package_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -7
- oci/os_management_hub/models/managed_instance_group_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_details.py +9 -5
- oci/os_management_hub/models/managed_instance_group_installed_package_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_installed_package_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_group_module_collection.py +1 -2
- oci/os_management_hub/models/managed_instance_group_module_summary.py +11 -7
- oci/os_management_hub/models/managed_instance_group_summary.py +210 -22
- oci/os_management_hub/models/managed_instance_module_collection.py +1 -2
- oci/os_management_hub/models/managed_instance_module_summary.py +7 -3
- oci/os_management_hub/models/managed_instance_summary.py +169 -32
- oci/os_management_hub/models/management_station.py +74 -27
- oci/os_management_hub/models/management_station_collection.py +3 -3
- oci/os_management_hub/models/management_station_details.py +13 -5
- oci/os_management_hub/models/management_station_event.py +184 -0
- oci/os_management_hub/models/management_station_event_data.py +166 -0
- oci/os_management_hub/models/management_station_summary.py +97 -26
- oci/os_management_hub/models/mirror_configuration.py +9 -9
- oci/os_management_hub/models/mirror_summary.py +23 -3
- oci/os_management_hub/models/mirror_sync_status.py +11 -11
- oci/os_management_hub/models/module_collection.py +3 -3
- oci/os_management_hub/models/module_stream.py +7 -3
- oci/os_management_hub/models/module_stream_collection.py +3 -3
- oci/os_management_hub/models/module_stream_details.py +38 -3
- oci/os_management_hub/models/module_stream_details_body.py +1 -1
- oci/os_management_hub/models/module_stream_profile.py +1 -1
- oci/os_management_hub/models/module_stream_profile_collection.py +3 -3
- oci/os_management_hub/models/module_stream_profile_details.py +38 -3
- oci/os_management_hub/models/module_stream_profile_details_body.py +1 -1
- oci/os_management_hub/models/module_stream_profile_filter.py +3 -3
- oci/os_management_hub/models/module_stream_profile_summary.py +3 -3
- oci/os_management_hub/models/module_stream_summary.py +7 -3
- oci/os_management_hub/models/module_summary.py +7 -3
- oci/os_management_hub/models/package_filter.py +3 -3
- oci/os_management_hub/models/package_group.py +9 -9
- oci/os_management_hub/models/package_group_collection.py +1 -1
- oci/os_management_hub/models/package_group_filter.py +3 -3
- oci/os_management_hub/models/package_group_summary.py +7 -7
- oci/os_management_hub/models/package_name_summary.py +7 -7
- oci/os_management_hub/models/package_summary.py +5 -5
- oci/os_management_hub/models/profile.py +189 -24
- oci/os_management_hub/models/profile_summary.py +157 -24
- oci/os_management_hub/models/promote_software_source_to_lifecycle_stage_details.py +1 -22
- oci/os_management_hub/models/proxy_configuration.py +9 -9
- oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_details.py +1 -1
- oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_group_details.py +39 -4
- oci/os_management_hub/models/remove_packages_from_managed_instance_details.py +1 -1
- oci/os_management_hub/models/remove_packages_from_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/scheduled_job.py +216 -39
- oci/os_management_hub/models/scheduled_job_collection.py +1 -1
- oci/os_management_hub/models/scheduled_job_operation.py +73 -8
- oci/os_management_hub/models/scheduled_job_summary.py +223 -48
- oci/os_management_hub/models/search_software_source_module_streams_details.py +7 -3
- oci/os_management_hub/models/search_software_source_modules_details.py +9 -5
- oci/os_management_hub/models/search_software_source_package_groups_details.py +9 -5
- oci/os_management_hub/models/software_package.py +80 -9
- oci/os_management_hub/models/software_package_collection.py +1 -1
- oci/os_management_hub/models/software_package_dependency.py +1 -1
- oci/os_management_hub/models/software_package_file.py +2 -4
- oci/os_management_hub/models/software_package_summary.py +74 -7
- oci/os_management_hub/models/software_packages_details.py +1 -1
- oci/os_management_hub/models/software_source.py +154 -32
- oci/os_management_hub/models/software_source_availability.py +76 -11
- oci/os_management_hub/models/software_source_collection.py +3 -3
- oci/os_management_hub/models/software_source_details.py +40 -5
- oci/os_management_hub/models/software_source_event.py +184 -0
- oci/os_management_hub/models/software_source_event_data.py +190 -0
- oci/os_management_hub/models/software_source_profile.py +26 -4
- oci/os_management_hub/models/software_source_summary.py +149 -33
- oci/os_management_hub/models/software_source_vendor_collection.py +3 -3
- oci/os_management_hub/models/software_source_vendor_summary.py +35 -11
- oci/os_management_hub/models/software_update_event.py +184 -0
- oci/os_management_hub/models/software_update_event_data.py +186 -0
- oci/os_management_hub/models/station_health.py +119 -0
- oci/os_management_hub/models/station_profile.py +26 -4
- oci/os_management_hub/models/switch_module_stream_on_managed_instance_details.py +38 -3
- oci/os_management_hub/models/switch_module_stream_on_managed_instance_group_details.py +165 -0
- oci/os_management_hub/models/system_details.py +326 -0
- oci/os_management_hub/models/updatable_autonomous_settings.py +72 -0
- oci/os_management_hub/models/updatable_package_collection.py +1 -1
- oci/os_management_hub/models/updatable_package_summary.py +7 -7
- oci/os_management_hub/models/update_all_packages_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/update_all_packages_on_managed_instances_in_compartment_details.py +9 -5
- oci/os_management_hub/models/update_custom_software_source_details.py +38 -7
- oci/os_management_hub/models/update_event_details.py +119 -0
- oci/os_management_hub/models/update_lifecycle_environment_details.py +5 -5
- oci/os_management_hub/models/update_lifecycle_stage_details.py +9 -5
- oci/os_management_hub/models/update_managed_instance_details.py +108 -7
- oci/os_management_hub/models/update_managed_instance_group_details.py +67 -5
- oci/os_management_hub/models/update_management_station_details.py +7 -7
- oci/os_management_hub/models/update_mirror_configuration_details.py +9 -9
- oci/os_management_hub/models/update_packages_on_managed_instance_details.py +3 -3
- oci/os_management_hub/models/update_profile_details.py +35 -4
- oci/os_management_hub/models/update_proxy_configuration_details.py +9 -9
- oci/os_management_hub/models/update_scheduled_job_details.py +74 -15
- oci/os_management_hub/models/update_software_source_details.py +15 -7
- oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
- oci/os_management_hub/models/update_versioned_custom_software_source_details.py +86 -0
- oci/os_management_hub/models/update_work_request_details.py +1 -1
- oci/os_management_hub/models/vendor_software_source.py +97 -9
- oci/os_management_hub/models/vendor_software_source_summary.py +59 -8
- oci/os_management_hub/models/versioned_custom_software_source.py +116 -8
- oci/os_management_hub/models/versioned_custom_software_source_summary.py +20 -5
- oci/os_management_hub/models/vmcore_details.py +103 -0
- oci/os_management_hub/models/windows_standalone_profile.py +168 -0
- oci/os_management_hub/models/windows_update.py +362 -0
- oci/os_management_hub/models/windows_update_collection.py +73 -0
- oci/os_management_hub/models/windows_update_summary.py +222 -0
- oci/os_management_hub/models/work_request.py +348 -40
- oci/os_management_hub/models/work_request_details.py +5 -5
- oci/os_management_hub/models/work_request_error.py +6 -2
- oci/os_management_hub/models/work_request_event_data_additional_details.py +111 -0
- oci/os_management_hub/models/work_request_log_entry.py +6 -2
- oci/os_management_hub/models/work_request_management_station_details.py +2 -2
- oci/os_management_hub/models/work_request_summary.py +147 -19
- oci/os_management_hub/models/work_request_summary_collection.py +2 -2
- oci/os_management_hub/onboarding_client.py +171 -25
- oci/os_management_hub/onboarding_client_composite_operations.py +7 -3
- oci/os_management_hub/reporting_managed_instance_client.py +217 -60
- oci/os_management_hub/scheduled_job_client.py +214 -38
- oci/os_management_hub/scheduled_job_client_composite_operations.py +8 -4
- oci/os_management_hub/software_source_client.py +971 -89
- oci/os_management_hub/software_source_client_composite_operations.py +50 -2
- oci/os_management_hub/work_request_client.py +61 -18
- 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 +23 -23
- oci/redis/models/create_redis_cluster_details.py +31 -0
- oci/redis/models/redis_cluster.py +31 -0
- oci/redis/models/redis_cluster_summary.py +31 -0
- oci/redis/models/update_redis_cluster_details.py +31 -0
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/__init__.py +12 -0
- oci/usage_api/models/create_email_recipients_group_details.py +103 -0
- oci/usage_api/models/email_recipient.py +181 -0
- oci/usage_api/models/email_recipients_group.py +181 -0
- oci/usage_api/models/email_recipients_group_collection.py +72 -0
- oci/usage_api/models/email_recipients_group_summary.py +272 -0
- oci/usage_api/models/update_email_recipients_group_details.py +72 -0
- oci/usage_api/usageapi_client.py +656 -34
- oci/usage_api/usageapi_client_composite_operations.py +96 -0
- 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.125.2.dist-info → oci-2.126.0.dist-info}/METADATA +1 -1
- {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/RECORD +880 -764
- oci/application_migration/application_migration_client.py +0 -2489
- oci/application_migration/application_migration_client_composite_operations.py +0 -419
- oci/application_migration/models/__init__.py +0 -84
- oci/application_migration/models/authorization_details.py +0 -130
- oci/application_migration/models/configuration_field.py +0 -291
- oci/application_migration/models/create_migration_details.py +0 -464
- oci/application_migration/models/create_source_details.py +0 -272
- oci/application_migration/models/discovery_details.py +0 -141
- oci/application_migration/models/ics_discovery_details.py +0 -114
- oci/application_migration/models/import_manifest.py +0 -227
- oci/application_migration/models/import_source_details.py +0 -171
- oci/application_migration/models/internal_authorization_details.py +0 -113
- oci/application_migration/models/internal_source_details.py +0 -82
- oci/application_migration/models/jcs_discovery_details.py +0 -115
- oci/application_migration/models/migration.py +0 -731
- oci/application_migration/models/migration_summary.py +0 -572
- oci/application_migration/models/oac_discovery_details.py +0 -113
- oci/application_migration/models/occ_authorization_details.py +0 -113
- oci/application_migration/models/occ_source_details.py +0 -86
- oci/application_migration/models/ocic_authorization_details.py +0 -113
- oci/application_migration/models/ocic_authorization_token_details.py +0 -113
- oci/application_migration/models/ocic_source_details.py +0 -121
- oci/application_migration/models/oic_discovery_details.py +0 -114
- oci/application_migration/models/pcs_discovery_details.py +0 -114
- oci/application_migration/models/resource_field.py +0 -165
- oci/application_migration/models/soacs_discovery_details.py +0 -115
- oci/application_migration/models/source.py +0 -407
- oci/application_migration/models/source_application.py +0 -232
- oci/application_migration/models/source_application_summary.py +0 -233
- oci/application_migration/models/source_details.py +0 -137
- oci/application_migration/models/source_summary.py +0 -431
- oci/application_migration/models/update_migration_details.py +0 -309
- oci/application_migration/models/update_source_details.py +0 -232
- {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/WHEEL +0 -0
- {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DbManagementClient(object):
|
|
160
160
|
:rtype: :class:`~oci.response.Response`
|
161
161
|
|
162
162
|
:example:
|
163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
|
164
164
|
"""
|
165
165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
166
166
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -276,7 +276,7 @@ class DbManagementClient(object):
|
|
276
276
|
:rtype: :class:`~oci.response.Response`
|
277
277
|
|
278
278
|
:example:
|
279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
|
280
280
|
"""
|
281
281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
282
282
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -404,7 +404,7 @@ class DbManagementClient(object):
|
|
404
404
|
:rtype: :class:`~oci.response.Response`
|
405
405
|
|
406
406
|
:example:
|
407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
|
408
408
|
"""
|
409
409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
410
410
|
required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
|
@@ -556,7 +556,7 @@ class DbManagementClient(object):
|
|
556
556
|
:rtype: :class:`~oci.response.Response`
|
557
557
|
|
558
558
|
:example:
|
559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
|
560
560
|
"""
|
561
561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
562
562
|
required_arguments = ['managedDatabaseId']
|
@@ -676,7 +676,7 @@ class DbManagementClient(object):
|
|
676
676
|
:rtype: :class:`~oci.response.Response`
|
677
677
|
|
678
678
|
:example:
|
679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
|
680
680
|
"""
|
681
681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
682
682
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -798,7 +798,7 @@ class DbManagementClient(object):
|
|
798
798
|
:rtype: :class:`~oci.response.Response`
|
799
799
|
|
800
800
|
:example:
|
801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
|
802
802
|
"""
|
803
803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
804
804
|
required_arguments = ['externalDbSystemId']
|
@@ -920,7 +920,7 @@ class DbManagementClient(object):
|
|
920
920
|
:rtype: :class:`~oci.response.Response`
|
921
921
|
|
922
922
|
:example:
|
923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
|
924
924
|
"""
|
925
925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
926
926
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -1042,7 +1042,7 @@ class DbManagementClient(object):
|
|
1042
1042
|
:rtype: :class:`~oci.response.Response`
|
1043
1043
|
|
1044
1044
|
:example:
|
1045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
1046
1046
|
"""
|
1047
1047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1048
1048
|
required_arguments = ['jobId']
|
@@ -1166,7 +1166,7 @@ class DbManagementClient(object):
|
|
1166
1166
|
:rtype: :class:`~oci.response.Response`
|
1167
1167
|
|
1168
1168
|
:example:
|
1169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
|
1170
1170
|
"""
|
1171
1171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1172
1172
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -1290,7 +1290,7 @@ class DbManagementClient(object):
|
|
1290
1290
|
:rtype: :class:`~oci.response.Response`
|
1291
1291
|
|
1292
1292
|
:example:
|
1293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
|
1294
1294
|
"""
|
1295
1295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1296
1296
|
required_arguments = ['namedCredentialId']
|
@@ -1400,7 +1400,7 @@ class DbManagementClient(object):
|
|
1400
1400
|
:rtype: :class:`~oci.response.Response`
|
1401
1401
|
|
1402
1402
|
:example:
|
1403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
|
1404
1404
|
"""
|
1405
1405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1406
1406
|
required_arguments = ['managedDatabaseId']
|
@@ -1502,7 +1502,7 @@ class DbManagementClient(object):
|
|
1502
1502
|
:rtype: :class:`~oci.response.Response`
|
1503
1503
|
|
1504
1504
|
:example:
|
1505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
|
1506
1506
|
"""
|
1507
1507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1508
1508
|
required_arguments = ['managedDatabaseId']
|
@@ -1603,7 +1603,7 @@ class DbManagementClient(object):
|
|
1603
1603
|
:rtype: :class:`~oci.response.Response`
|
1604
1604
|
|
1605
1605
|
:example:
|
1606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
|
1607
1607
|
"""
|
1608
1608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1609
1609
|
required_arguments = ['managedDatabaseId']
|
@@ -1716,7 +1716,7 @@ class DbManagementClient(object):
|
|
1716
1716
|
:rtype: :class:`~oci.response.Response`
|
1717
1717
|
|
1718
1718
|
:example:
|
1719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
|
1720
1720
|
"""
|
1721
1721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1722
1722
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -1835,7 +1835,7 @@ class DbManagementClient(object):
|
|
1835
1835
|
:rtype: :class:`~oci.response.Response`
|
1836
1836
|
|
1837
1837
|
:example:
|
1838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
|
1839
1839
|
"""
|
1840
1840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1841
1841
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -1944,7 +1944,7 @@ class DbManagementClient(object):
|
|
1944
1944
|
:rtype: :class:`~oci.response.Response`
|
1945
1945
|
|
1946
1946
|
:example:
|
1947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
|
1948
1948
|
"""
|
1949
1949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1950
1950
|
required_arguments = ['managedDatabaseId']
|
@@ -2047,7 +2047,7 @@ class DbManagementClient(object):
|
|
2047
2047
|
:rtype: :class:`~oci.response.Response`
|
2048
2048
|
|
2049
2049
|
:example:
|
2050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
|
2051
2051
|
"""
|
2052
2052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2053
2053
|
required_arguments = ['managedDatabaseId']
|
@@ -2150,7 +2150,7 @@ class DbManagementClient(object):
|
|
2150
2150
|
:rtype: :class:`~oci.response.Response`
|
2151
2151
|
|
2152
2152
|
:example:
|
2153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
|
2154
2154
|
"""
|
2155
2155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2156
2156
|
required_arguments = []
|
@@ -2246,7 +2246,7 @@ class DbManagementClient(object):
|
|
2246
2246
|
:rtype: :class:`~oci.response.Response`
|
2247
2247
|
|
2248
2248
|
:example:
|
2249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
|
2250
2250
|
"""
|
2251
2251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2252
2252
|
required_arguments = []
|
@@ -2344,7 +2344,7 @@ class DbManagementClient(object):
|
|
2344
2344
|
:rtype: :class:`~oci.response.Response`
|
2345
2345
|
|
2346
2346
|
:example:
|
2347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
|
2348
2348
|
"""
|
2349
2349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2350
2350
|
required_arguments = []
|
@@ -2442,7 +2442,7 @@ class DbManagementClient(object):
|
|
2442
2442
|
:rtype: :class:`~oci.response.Response`
|
2443
2443
|
|
2444
2444
|
:example:
|
2445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
|
2446
2446
|
"""
|
2447
2447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2448
2448
|
required_arguments = []
|
@@ -2545,7 +2545,7 @@ class DbManagementClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = []
|
@@ -2643,7 +2643,7 @@ class DbManagementClient(object):
|
|
2643
2643
|
:rtype: :class:`~oci.response.Response`
|
2644
2644
|
|
2645
2645
|
:example:
|
2646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
|
2647
2647
|
"""
|
2648
2648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2649
2649
|
required_arguments = []
|
@@ -2743,7 +2743,7 @@ class DbManagementClient(object):
|
|
2743
2743
|
:rtype: :class:`~oci.response.Response`
|
2744
2744
|
|
2745
2745
|
:example:
|
2746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
|
2747
2747
|
"""
|
2748
2748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2749
2749
|
required_arguments = []
|
@@ -2840,7 +2840,7 @@ class DbManagementClient(object):
|
|
2840
2840
|
:rtype: :class:`~oci.response.Response`
|
2841
2841
|
|
2842
2842
|
:example:
|
2843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
|
2844
2844
|
"""
|
2845
2845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2846
2846
|
required_arguments = []
|
@@ -2936,7 +2936,7 @@ class DbManagementClient(object):
|
|
2936
2936
|
:rtype: :class:`~oci.response.Response`
|
2937
2937
|
|
2938
2938
|
:example:
|
2939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
|
2940
2940
|
"""
|
2941
2941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2942
2942
|
required_arguments = []
|
@@ -3037,7 +3037,7 @@ class DbManagementClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['managedDatabaseId']
|
@@ -3147,7 +3147,7 @@ class DbManagementClient(object):
|
|
3147
3147
|
:rtype: :class:`~oci.response.Response`
|
3148
3148
|
|
3149
3149
|
:example:
|
3150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
|
3151
3151
|
"""
|
3152
3152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3153
3153
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -3252,7 +3252,7 @@ class DbManagementClient(object):
|
|
3252
3252
|
:rtype: :class:`~oci.response.Response`
|
3253
3253
|
|
3254
3254
|
:example:
|
3255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
|
3256
3256
|
"""
|
3257
3257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3258
3258
|
required_arguments = ['externalDbSystemId']
|
@@ -3357,7 +3357,7 @@ class DbManagementClient(object):
|
|
3357
3357
|
:rtype: :class:`~oci.response.Response`
|
3358
3358
|
|
3359
3359
|
:example:
|
3360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
|
3361
3361
|
"""
|
3362
3362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3363
3363
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -3462,7 +3462,7 @@ class DbManagementClient(object):
|
|
3462
3462
|
:rtype: :class:`~oci.response.Response`
|
3463
3463
|
|
3464
3464
|
:example:
|
3465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
|
3466
3466
|
"""
|
3467
3467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3468
3468
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -3567,7 +3567,7 @@ class DbManagementClient(object):
|
|
3567
3567
|
:rtype: :class:`~oci.response.Response`
|
3568
3568
|
|
3569
3569
|
:example:
|
3570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
|
3571
3571
|
"""
|
3572
3572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3573
3573
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -3672,7 +3672,7 @@ class DbManagementClient(object):
|
|
3672
3672
|
:rtype: :class:`~oci.response.Response`
|
3673
3673
|
|
3674
3674
|
:example:
|
3675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
|
3676
3676
|
"""
|
3677
3677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3678
3678
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -3775,7 +3775,7 @@ class DbManagementClient(object):
|
|
3775
3775
|
:rtype: :class:`~oci.response.Response`
|
3776
3776
|
|
3777
3777
|
:example:
|
3778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3779
3779
|
"""
|
3780
3780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3781
3781
|
required_arguments = ['jobId']
|
@@ -3881,7 +3881,7 @@ class DbManagementClient(object):
|
|
3881
3881
|
:rtype: :class:`~oci.response.Response`
|
3882
3882
|
|
3883
3883
|
:example:
|
3884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
|
3885
3885
|
"""
|
3886
3886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3887
3887
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -3986,7 +3986,7 @@ class DbManagementClient(object):
|
|
3986
3986
|
:rtype: :class:`~oci.response.Response`
|
3987
3987
|
|
3988
3988
|
:example:
|
3989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
|
3990
3990
|
"""
|
3991
3991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3992
3992
|
required_arguments = ['namedCredentialId']
|
@@ -4087,7 +4087,7 @@ class DbManagementClient(object):
|
|
4087
4087
|
:rtype: :class:`~oci.response.Response`
|
4088
4088
|
|
4089
4089
|
:example:
|
4090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
|
4091
4091
|
"""
|
4092
4092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4093
4093
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -4187,7 +4187,7 @@ class DbManagementClient(object):
|
|
4187
4187
|
:rtype: :class:`~oci.response.Response`
|
4188
4188
|
|
4189
4189
|
:example:
|
4190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
|
4191
4191
|
"""
|
4192
4192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4193
4193
|
required_arguments = ['managedDatabaseId']
|
@@ -4291,7 +4291,7 @@ class DbManagementClient(object):
|
|
4291
4291
|
:rtype: :class:`~oci.response.Response`
|
4292
4292
|
|
4293
4293
|
:example:
|
4294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
|
4295
4295
|
"""
|
4296
4296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4297
4297
|
required_arguments = ['managedDatabaseId']
|
@@ -4404,7 +4404,7 @@ class DbManagementClient(object):
|
|
4404
4404
|
:rtype: :class:`~oci.response.Response`
|
4405
4405
|
|
4406
4406
|
:example:
|
4407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
|
4408
4408
|
"""
|
4409
4409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4410
4410
|
required_arguments = ['externalDbSystemId']
|
@@ -4522,7 +4522,7 @@ class DbManagementClient(object):
|
|
4522
4522
|
:rtype: :class:`~oci.response.Response`
|
4523
4523
|
|
4524
4524
|
:example:
|
4525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
|
4526
4526
|
"""
|
4527
4527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4528
4528
|
required_arguments = ['externalDbSystemId']
|
@@ -4646,7 +4646,7 @@ class DbManagementClient(object):
|
|
4646
4646
|
:rtype: :class:`~oci.response.Response`
|
4647
4647
|
|
4648
4648
|
:example:
|
4649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
|
4650
4650
|
"""
|
4651
4651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4652
4652
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -4755,7 +4755,7 @@ class DbManagementClient(object):
|
|
4755
4755
|
:rtype: :class:`~oci.response.Response`
|
4756
4756
|
|
4757
4757
|
:example:
|
4758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
|
4759
4759
|
"""
|
4760
4760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4761
4761
|
required_arguments = ['managedDatabaseId']
|
@@ -4858,7 +4858,7 @@ class DbManagementClient(object):
|
|
4858
4858
|
:rtype: :class:`~oci.response.Response`
|
4859
4859
|
|
4860
4860
|
:example:
|
4861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
|
4862
4862
|
"""
|
4863
4863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4864
4864
|
required_arguments = ['managedDatabaseId']
|
@@ -4986,7 +4986,7 @@ class DbManagementClient(object):
|
|
4986
4986
|
:rtype: :class:`~oci.response.Response`
|
4987
4987
|
|
4988
4988
|
:example:
|
4989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
|
4990
4990
|
"""
|
4991
4991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4992
4992
|
required_arguments = []
|
@@ -5084,7 +5084,7 @@ class DbManagementClient(object):
|
|
5084
5084
|
:rtype: :class:`~oci.response.Response`
|
5085
5085
|
|
5086
5086
|
:example:
|
5087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
|
5088
5088
|
"""
|
5089
5089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5090
5090
|
required_arguments = ['managedDatabaseId']
|
@@ -5195,7 +5195,7 @@ class DbManagementClient(object):
|
|
5195
5195
|
:rtype: :class:`~oci.response.Response`
|
5196
5196
|
|
5197
5197
|
:example:
|
5198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
|
5199
5199
|
"""
|
5200
5200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5201
5201
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -5309,7 +5309,7 @@ class DbManagementClient(object):
|
|
5309
5309
|
:rtype: :class:`~oci.response.Response`
|
5310
5310
|
|
5311
5311
|
:example:
|
5312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
|
5313
5313
|
"""
|
5314
5314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5315
5315
|
required_arguments = ['managedDatabaseId']
|
@@ -5422,7 +5422,7 @@ class DbManagementClient(object):
|
|
5422
5422
|
:rtype: :class:`~oci.response.Response`
|
5423
5423
|
|
5424
5424
|
:example:
|
5425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
|
5426
5426
|
"""
|
5427
5427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5428
5428
|
required_arguments = ['managedDatabaseId']
|
@@ -5538,7 +5538,7 @@ class DbManagementClient(object):
|
|
5538
5538
|
:rtype: :class:`~oci.response.Response`
|
5539
5539
|
|
5540
5540
|
:example:
|
5541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
|
5542
5542
|
"""
|
5543
5543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5544
5544
|
required_arguments = ['externalDbSystemId']
|
@@ -5661,7 +5661,7 @@ class DbManagementClient(object):
|
|
5661
5661
|
:rtype: :class:`~oci.response.Response`
|
5662
5662
|
|
5663
5663
|
:example:
|
5664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
|
5665
5665
|
"""
|
5666
5666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5667
5667
|
required_arguments = ['externalDbSystemId']
|
@@ -5788,7 +5788,7 @@ class DbManagementClient(object):
|
|
5788
5788
|
:rtype: :class:`~oci.response.Response`
|
5789
5789
|
|
5790
5790
|
:example:
|
5791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
|
5792
5792
|
"""
|
5793
5793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5794
5794
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -5904,7 +5904,7 @@ class DbManagementClient(object):
|
|
5904
5904
|
:rtype: :class:`~oci.response.Response`
|
5905
5905
|
|
5906
5906
|
:example:
|
5907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
|
5908
5908
|
"""
|
5909
5909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5910
5910
|
required_arguments = ['managedDatabaseId']
|
@@ -6008,7 +6008,7 @@ class DbManagementClient(object):
|
|
6008
6008
|
:rtype: :class:`~oci.response.Response`
|
6009
6009
|
|
6010
6010
|
:example:
|
6011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
|
6012
6012
|
"""
|
6013
6013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6014
6014
|
required_arguments = ['managedDatabaseId']
|
@@ -6116,7 +6116,7 @@ class DbManagementClient(object):
|
|
6116
6116
|
:rtype: :class:`~oci.response.Response`
|
6117
6117
|
|
6118
6118
|
:example:
|
6119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
|
6120
6120
|
"""
|
6121
6121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6122
6122
|
required_arguments = ['managedDatabaseId']
|
@@ -6264,7 +6264,7 @@ class DbManagementClient(object):
|
|
6264
6264
|
:rtype: :class:`~oci.response.Response`
|
6265
6265
|
|
6266
6266
|
:example:
|
6267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
|
6268
6268
|
"""
|
6269
6269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6270
6270
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -6447,7 +6447,7 @@ class DbManagementClient(object):
|
|
6447
6447
|
:rtype: :class:`~oci.response.Response`
|
6448
6448
|
|
6449
6449
|
:example:
|
6450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
|
6451
6451
|
"""
|
6452
6452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6453
6453
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
|
@@ -6589,7 +6589,7 @@ class DbManagementClient(object):
|
|
6589
6589
|
:rtype: :class:`~oci.response.Response`
|
6590
6590
|
|
6591
6591
|
:example:
|
6592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
|
6593
6593
|
"""
|
6594
6594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6595
6595
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -6771,7 +6771,7 @@ class DbManagementClient(object):
|
|
6771
6771
|
:rtype: :class:`~oci.response.Response`
|
6772
6772
|
|
6773
6773
|
:example:
|
6774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
|
6775
6775
|
"""
|
6776
6776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6777
6777
|
required_arguments = ['compareBaselineTime', 'compareTargetTime']
|
@@ -6926,7 +6926,7 @@ class DbManagementClient(object):
|
|
6926
6926
|
:rtype: :class:`~oci.response.Response`
|
6927
6927
|
|
6928
6928
|
:example:
|
6929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
|
6930
6930
|
"""
|
6931
6931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6932
6932
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -7021,7 +7021,7 @@ class DbManagementClient(object):
|
|
7021
7021
|
:rtype: :class:`~oci.response.Response`
|
7022
7022
|
|
7023
7023
|
:example:
|
7024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
|
7025
7025
|
"""
|
7026
7026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7027
7027
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -7119,7 +7119,7 @@ class DbManagementClient(object):
|
|
7119
7119
|
:rtype: :class:`~oci.response.Response`
|
7120
7120
|
|
7121
7121
|
:example:
|
7122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
|
7123
7123
|
"""
|
7124
7124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7125
7125
|
required_arguments = ['externalAsmId']
|
@@ -7222,7 +7222,7 @@ class DbManagementClient(object):
|
|
7222
7222
|
:rtype: :class:`~oci.response.Response`
|
7223
7223
|
|
7224
7224
|
:example:
|
7225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
|
7226
7226
|
"""
|
7227
7227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7228
7228
|
required_arguments = ['externalAsmId']
|
@@ -7324,7 +7324,7 @@ class DbManagementClient(object):
|
|
7324
7324
|
:rtype: :class:`~oci.response.Response`
|
7325
7325
|
|
7326
7326
|
:example:
|
7327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
|
7328
7328
|
"""
|
7329
7329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7330
7330
|
required_arguments = ['externalAsmInstanceId']
|
@@ -7424,7 +7424,7 @@ class DbManagementClient(object):
|
|
7424
7424
|
:rtype: :class:`~oci.response.Response`
|
7425
7425
|
|
7426
7426
|
:example:
|
7427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
|
7428
7428
|
"""
|
7429
7429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7430
7430
|
required_arguments = ['externalClusterId']
|
@@ -7524,7 +7524,7 @@ class DbManagementClient(object):
|
|
7524
7524
|
:rtype: :class:`~oci.response.Response`
|
7525
7525
|
|
7526
7526
|
:example:
|
7527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
|
7528
7528
|
"""
|
7529
7529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7530
7530
|
required_arguments = ['externalClusterInstanceId']
|
@@ -7624,7 +7624,7 @@ class DbManagementClient(object):
|
|
7624
7624
|
:rtype: :class:`~oci.response.Response`
|
7625
7625
|
|
7626
7626
|
:example:
|
7627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
|
7628
7628
|
"""
|
7629
7629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7630
7630
|
required_arguments = ['externalDbHomeId']
|
@@ -7724,7 +7724,7 @@ class DbManagementClient(object):
|
|
7724
7724
|
:rtype: :class:`~oci.response.Response`
|
7725
7725
|
|
7726
7726
|
:example:
|
7727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
|
7728
7728
|
"""
|
7729
7729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7730
7730
|
required_arguments = ['externalDbNodeId']
|
@@ -7824,7 +7824,7 @@ class DbManagementClient(object):
|
|
7824
7824
|
:rtype: :class:`~oci.response.Response`
|
7825
7825
|
|
7826
7826
|
:example:
|
7827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
|
7828
7828
|
"""
|
7829
7829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7830
7830
|
required_arguments = ['externalDbSystemId']
|
@@ -7924,7 +7924,7 @@ class DbManagementClient(object):
|
|
7924
7924
|
:rtype: :class:`~oci.response.Response`
|
7925
7925
|
|
7926
7926
|
:example:
|
7927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
|
7928
7928
|
"""
|
7929
7929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7930
7930
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -8024,7 +8024,7 @@ class DbManagementClient(object):
|
|
8024
8024
|
:rtype: :class:`~oci.response.Response`
|
8025
8025
|
|
8026
8026
|
:example:
|
8027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
|
8028
8028
|
"""
|
8029
8029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8030
8030
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -8125,7 +8125,7 @@ class DbManagementClient(object):
|
|
8125
8125
|
:rtype: :class:`~oci.response.Response`
|
8126
8126
|
|
8127
8127
|
:example:
|
8128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
|
8129
8129
|
"""
|
8130
8130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8131
8131
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -8225,7 +8225,7 @@ class DbManagementClient(object):
|
|
8225
8225
|
:rtype: :class:`~oci.response.Response`
|
8226
8226
|
|
8227
8227
|
:example:
|
8228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
|
8229
8229
|
"""
|
8230
8230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8231
8231
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -8325,7 +8325,7 @@ class DbManagementClient(object):
|
|
8325
8325
|
:rtype: :class:`~oci.response.Response`
|
8326
8326
|
|
8327
8327
|
:example:
|
8328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
|
8329
8329
|
"""
|
8330
8330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8331
8331
|
required_arguments = ['externalExadataStorageGridId']
|
@@ -8425,7 +8425,7 @@ class DbManagementClient(object):
|
|
8425
8425
|
:rtype: :class:`~oci.response.Response`
|
8426
8426
|
|
8427
8427
|
:example:
|
8428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
|
8429
8429
|
"""
|
8430
8430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8431
8431
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -8525,7 +8525,7 @@ class DbManagementClient(object):
|
|
8525
8525
|
:rtype: :class:`~oci.response.Response`
|
8526
8526
|
|
8527
8527
|
:example:
|
8528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
|
8529
8529
|
"""
|
8530
8530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8531
8531
|
required_arguments = ['externalListenerId']
|
@@ -8625,7 +8625,7 @@ class DbManagementClient(object):
|
|
8625
8625
|
:rtype: :class:`~oci.response.Response`
|
8626
8626
|
|
8627
8627
|
:example:
|
8628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
|
8629
8629
|
"""
|
8630
8630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8631
8631
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -8723,7 +8723,7 @@ class DbManagementClient(object):
|
|
8723
8723
|
:rtype: :class:`~oci.response.Response`
|
8724
8724
|
|
8725
8725
|
:example:
|
8726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
|
8727
8727
|
"""
|
8728
8728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8729
8729
|
required_arguments = ['jobId']
|
@@ -8819,7 +8819,7 @@ class DbManagementClient(object):
|
|
8819
8819
|
:rtype: :class:`~oci.response.Response`
|
8820
8820
|
|
8821
8821
|
:example:
|
8822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
8823
8823
|
"""
|
8824
8824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8825
8825
|
required_arguments = ['jobExecutionId']
|
@@ -8915,7 +8915,7 @@ class DbManagementClient(object):
|
|
8915
8915
|
:rtype: :class:`~oci.response.Response`
|
8916
8916
|
|
8917
8917
|
:example:
|
8918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
8919
8919
|
"""
|
8920
8920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8921
8921
|
required_arguments = ['jobRunId']
|
@@ -9013,7 +9013,7 @@ class DbManagementClient(object):
|
|
9013
9013
|
:rtype: :class:`~oci.response.Response`
|
9014
9014
|
|
9015
9015
|
:example:
|
9016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
|
9017
9017
|
"""
|
9018
9018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9019
9019
|
required_arguments = ['managedDatabaseId']
|
@@ -9111,7 +9111,7 @@ class DbManagementClient(object):
|
|
9111
9111
|
:rtype: :class:`~oci.response.Response`
|
9112
9112
|
|
9113
9113
|
:example:
|
9114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
|
9115
9115
|
"""
|
9116
9116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9117
9117
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -9209,7 +9209,7 @@ class DbManagementClient(object):
|
|
9209
9209
|
:rtype: :class:`~oci.response.Response`
|
9210
9210
|
|
9211
9211
|
:example:
|
9212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
|
9213
9213
|
"""
|
9214
9214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9215
9215
|
required_arguments = ['namedCredentialId']
|
@@ -9307,7 +9307,7 @@ class DbManagementClient(object):
|
|
9307
9307
|
:rtype: :class:`~oci.response.Response`
|
9308
9308
|
|
9309
9309
|
:example:
|
9310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
|
9311
9311
|
"""
|
9312
9312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9313
9313
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -9417,7 +9417,7 @@ class DbManagementClient(object):
|
|
9417
9417
|
:rtype: :class:`~oci.response.Response`
|
9418
9418
|
|
9419
9419
|
:example:
|
9420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
|
9421
9421
|
"""
|
9422
9422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9423
9423
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -9534,7 +9534,7 @@ class DbManagementClient(object):
|
|
9534
9534
|
:rtype: :class:`~oci.response.Response`
|
9535
9535
|
|
9536
9536
|
:example:
|
9537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
|
9538
9538
|
"""
|
9539
9539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9540
9540
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -9648,7 +9648,7 @@ class DbManagementClient(object):
|
|
9648
9648
|
:rtype: :class:`~oci.response.Response`
|
9649
9649
|
|
9650
9650
|
:example:
|
9651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
|
9652
9652
|
"""
|
9653
9653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9654
9654
|
required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
|
@@ -9773,7 +9773,7 @@ class DbManagementClient(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.126.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
|
9777
9777
|
"""
|
9778
9778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9779
9779
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -9895,7 +9895,7 @@ class DbManagementClient(object):
|
|
9895
9895
|
:rtype: :class:`~oci.response.Response`
|
9896
9896
|
|
9897
9897
|
:example:
|
9898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
|
9899
9899
|
"""
|
9900
9900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9901
9901
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -10000,7 +10000,7 @@ class DbManagementClient(object):
|
|
10000
10000
|
:rtype: :class:`~oci.response.Response`
|
10001
10001
|
|
10002
10002
|
:example:
|
10003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
|
10004
10004
|
"""
|
10005
10005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10006
10006
|
required_arguments = ['managedDatabaseId', 'planName']
|
@@ -10108,7 +10108,7 @@ class DbManagementClient(object):
|
|
10108
10108
|
:rtype: :class:`~oci.response.Response`
|
10109
10109
|
|
10110
10110
|
:example:
|
10111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
|
10112
10112
|
"""
|
10113
10113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10114
10114
|
required_arguments = ['managedDatabaseId']
|
@@ -10216,7 +10216,7 @@ class DbManagementClient(object):
|
|
10216
10216
|
:rtype: :class:`~oci.response.Response`
|
10217
10217
|
|
10218
10218
|
:example:
|
10219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
|
10220
10220
|
"""
|
10221
10221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10222
10222
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -10317,7 +10317,7 @@ class DbManagementClient(object):
|
|
10317
10317
|
:rtype: :class:`~oci.response.Response`
|
10318
10318
|
|
10319
10319
|
:example:
|
10320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
|
10321
10321
|
"""
|
10322
10322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10323
10323
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -10423,7 +10423,7 @@ class DbManagementClient(object):
|
|
10423
10423
|
:rtype: :class:`~oci.response.Response`
|
10424
10424
|
|
10425
10425
|
:example:
|
10426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
|
10427
10427
|
"""
|
10428
10428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10429
10429
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -10524,7 +10524,7 @@ class DbManagementClient(object):
|
|
10524
10524
|
:rtype: :class:`~oci.response.Response`
|
10525
10525
|
|
10526
10526
|
:example:
|
10527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
10528
10528
|
"""
|
10529
10529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10530
10530
|
required_arguments = ['workRequestId']
|
@@ -10628,7 +10628,7 @@ class DbManagementClient(object):
|
|
10628
10628
|
:rtype: :class:`~oci.response.Response`
|
10629
10629
|
|
10630
10630
|
:example:
|
10631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
|
10632
10632
|
"""
|
10633
10633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10634
10634
|
required_arguments = ['managedDatabaseId', 'executionName']
|
@@ -10751,7 +10751,7 @@ class DbManagementClient(object):
|
|
10751
10751
|
:rtype: :class:`~oci.response.Response`
|
10752
10752
|
|
10753
10753
|
:example:
|
10754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
|
10755
10755
|
"""
|
10756
10756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10757
10757
|
required_arguments = ['managedDatabaseId']
|
@@ -10901,7 +10901,7 @@ class DbManagementClient(object):
|
|
10901
10901
|
:rtype: :class:`~oci.response.Response`
|
10902
10902
|
|
10903
10903
|
:example:
|
10904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
|
10905
10905
|
"""
|
10906
10906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10907
10907
|
required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
|
@@ -11080,7 +11080,7 @@ class DbManagementClient(object):
|
|
11080
11080
|
:rtype: :class:`~oci.response.Response`
|
11081
11081
|
|
11082
11082
|
:example:
|
11083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
|
11084
11084
|
"""
|
11085
11085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11086
11086
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -11260,7 +11260,7 @@ class DbManagementClient(object):
|
|
11260
11260
|
:rtype: :class:`~oci.response.Response`
|
11261
11261
|
|
11262
11262
|
:example:
|
11263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
|
11264
11264
|
"""
|
11265
11265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11266
11266
|
required_arguments = ['managedDatabaseId']
|
@@ -11424,7 +11424,7 @@ class DbManagementClient(object):
|
|
11424
11424
|
:rtype: :class:`~oci.response.Response`
|
11425
11425
|
|
11426
11426
|
:example:
|
11427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
|
11428
11428
|
"""
|
11429
11429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11430
11430
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -11580,7 +11580,7 @@ class DbManagementClient(object):
|
|
11580
11580
|
:rtype: :class:`~oci.response.Response`
|
11581
11581
|
|
11582
11582
|
:example:
|
11583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
|
11584
11584
|
"""
|
11585
11585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11586
11586
|
required_arguments = ['managedDatabaseId']
|
@@ -11739,7 +11739,7 @@ class DbManagementClient(object):
|
|
11739
11739
|
:rtype: :class:`~oci.response.Response`
|
11740
11740
|
|
11741
11741
|
:example:
|
11742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
|
11743
11743
|
"""
|
11744
11744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11745
11745
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -11898,7 +11898,7 @@ class DbManagementClient(object):
|
|
11898
11898
|
:rtype: :class:`~oci.response.Response`
|
11899
11899
|
|
11900
11900
|
:example:
|
11901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
|
11902
11902
|
"""
|
11903
11903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11904
11904
|
required_arguments = ['managedDatabaseId']
|
@@ -12070,7 +12070,7 @@ class DbManagementClient(object):
|
|
12070
12070
|
:rtype: :class:`~oci.response.Response`
|
12071
12071
|
|
12072
12072
|
:example:
|
12073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
|
12074
12074
|
"""
|
12075
12075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12076
12076
|
required_arguments = ['compartmentId']
|
@@ -12221,7 +12221,7 @@ class DbManagementClient(object):
|
|
12221
12221
|
:rtype: :class:`~oci.response.Response`
|
12222
12222
|
|
12223
12223
|
:example:
|
12224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
|
12225
12225
|
"""
|
12226
12226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12227
12227
|
required_arguments = ['externalAsmId']
|
@@ -12378,7 +12378,7 @@ class DbManagementClient(object):
|
|
12378
12378
|
:rtype: :class:`~oci.response.Response`
|
12379
12379
|
|
12380
12380
|
:example:
|
12381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
|
12382
12382
|
"""
|
12383
12383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12384
12384
|
required_arguments = []
|
@@ -12521,7 +12521,7 @@ class DbManagementClient(object):
|
|
12521
12521
|
:rtype: :class:`~oci.response.Response`
|
12522
12522
|
|
12523
12523
|
:example:
|
12524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
|
12525
12525
|
"""
|
12526
12526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12527
12527
|
required_arguments = ['externalAsmId']
|
@@ -12678,7 +12678,7 @@ class DbManagementClient(object):
|
|
12678
12678
|
:rtype: :class:`~oci.response.Response`
|
12679
12679
|
|
12680
12680
|
:example:
|
12681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
|
12682
12682
|
"""
|
12683
12683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12684
12684
|
required_arguments = []
|
@@ -12827,7 +12827,7 @@ class DbManagementClient(object):
|
|
12827
12827
|
:rtype: :class:`~oci.response.Response`
|
12828
12828
|
|
12829
12829
|
:example:
|
12830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
|
12831
12831
|
"""
|
12832
12832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12833
12833
|
required_arguments = []
|
@@ -12976,7 +12976,7 @@ class DbManagementClient(object):
|
|
12976
12976
|
:rtype: :class:`~oci.response.Response`
|
12977
12977
|
|
12978
12978
|
:example:
|
12979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
|
12980
12980
|
"""
|
12981
12981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12982
12982
|
required_arguments = []
|
@@ -13125,7 +13125,7 @@ class DbManagementClient(object):
|
|
13125
13125
|
:rtype: :class:`~oci.response.Response`
|
13126
13126
|
|
13127
13127
|
:example:
|
13128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
|
13129
13129
|
"""
|
13130
13130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13131
13131
|
required_arguments = []
|
@@ -13274,7 +13274,7 @@ class DbManagementClient(object):
|
|
13274
13274
|
:rtype: :class:`~oci.response.Response`
|
13275
13275
|
|
13276
13276
|
:example:
|
13277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
|
13278
13278
|
"""
|
13279
13279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13280
13280
|
required_arguments = []
|
@@ -13423,7 +13423,7 @@ class DbManagementClient(object):
|
|
13423
13423
|
:rtype: :class:`~oci.response.Response`
|
13424
13424
|
|
13425
13425
|
:example:
|
13426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
|
13427
13427
|
"""
|
13428
13428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13429
13429
|
required_arguments = []
|
@@ -13572,7 +13572,7 @@ class DbManagementClient(object):
|
|
13572
13572
|
:rtype: :class:`~oci.response.Response`
|
13573
13573
|
|
13574
13574
|
:example:
|
13575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
|
13576
13576
|
"""
|
13577
13577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13578
13578
|
required_arguments = []
|
@@ -13716,7 +13716,7 @@ class DbManagementClient(object):
|
|
13716
13716
|
:rtype: :class:`~oci.response.Response`
|
13717
13717
|
|
13718
13718
|
:example:
|
13719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
|
13720
13720
|
"""
|
13721
13721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13722
13722
|
required_arguments = ['compartmentId']
|
@@ -13857,7 +13857,7 @@ class DbManagementClient(object):
|
|
13857
13857
|
:rtype: :class:`~oci.response.Response`
|
13858
13858
|
|
13859
13859
|
:example:
|
13860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
|
13861
13861
|
"""
|
13862
13862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13863
13863
|
required_arguments = ['compartmentId']
|
@@ -13998,7 +13998,7 @@ class DbManagementClient(object):
|
|
13998
13998
|
:rtype: :class:`~oci.response.Response`
|
13999
13999
|
|
14000
14000
|
:example:
|
14001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
|
14002
14002
|
"""
|
14003
14003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14004
14004
|
required_arguments = ['compartmentId']
|
@@ -14144,7 +14144,7 @@ class DbManagementClient(object):
|
|
14144
14144
|
:rtype: :class:`~oci.response.Response`
|
14145
14145
|
|
14146
14146
|
:example:
|
14147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
|
14148
14148
|
"""
|
14149
14149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14150
14150
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -14291,7 +14291,7 @@ class DbManagementClient(object):
|
|
14291
14291
|
:rtype: :class:`~oci.response.Response`
|
14292
14292
|
|
14293
14293
|
:example:
|
14294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
|
14295
14295
|
"""
|
14296
14296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14297
14297
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -14438,7 +14438,7 @@ class DbManagementClient(object):
|
|
14438
14438
|
:rtype: :class:`~oci.response.Response`
|
14439
14439
|
|
14440
14440
|
:example:
|
14441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
|
14442
14442
|
"""
|
14443
14443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14444
14444
|
required_arguments = ['externalListenerId', 'managedDatabaseId']
|
@@ -14596,7 +14596,7 @@ class DbManagementClient(object):
|
|
14596
14596
|
:rtype: :class:`~oci.response.Response`
|
14597
14597
|
|
14598
14598
|
:example:
|
14599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
|
14600
14600
|
"""
|
14601
14601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14602
14602
|
required_arguments = []
|
@@ -14765,7 +14765,7 @@ class DbManagementClient(object):
|
|
14765
14765
|
:rtype: :class:`~oci.response.Response`
|
14766
14766
|
|
14767
14767
|
:example:
|
14768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
14769
14769
|
"""
|
14770
14770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14771
14771
|
required_arguments = ['compartmentId']
|
@@ -14938,7 +14938,7 @@ class DbManagementClient(object):
|
|
14938
14938
|
:rtype: :class:`~oci.response.Response`
|
14939
14939
|
|
14940
14940
|
:example:
|
14941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
14942
14942
|
"""
|
14943
14943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14944
14944
|
required_arguments = ['compartmentId']
|
@@ -15108,7 +15108,7 @@ class DbManagementClient(object):
|
|
15108
15108
|
:rtype: :class:`~oci.response.Response`
|
15109
15109
|
|
15110
15110
|
:example:
|
15111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
15112
15112
|
"""
|
15113
15113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15114
15114
|
required_arguments = ['compartmentId']
|
@@ -15273,7 +15273,7 @@ class DbManagementClient(object):
|
|
15273
15273
|
:rtype: :class:`~oci.response.Response`
|
15274
15274
|
|
15275
15275
|
:example:
|
15276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
|
15277
15277
|
"""
|
15278
15278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15279
15279
|
required_arguments = ['compartmentId']
|
@@ -15446,7 +15446,7 @@ class DbManagementClient(object):
|
|
15446
15446
|
:rtype: :class:`~oci.response.Response`
|
15447
15447
|
|
15448
15448
|
:example:
|
15449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
|
15450
15450
|
"""
|
15451
15451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15452
15452
|
required_arguments = ['compartmentId']
|
@@ -15620,7 +15620,7 @@ class DbManagementClient(object):
|
|
15620
15620
|
:rtype: :class:`~oci.response.Response`
|
15621
15621
|
|
15622
15622
|
:example:
|
15623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
|
15624
15624
|
"""
|
15625
15625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15626
15626
|
required_arguments = ['compartmentId']
|
@@ -15784,7 +15784,7 @@ class DbManagementClient(object):
|
|
15784
15784
|
:rtype: :class:`~oci.response.Response`
|
15785
15785
|
|
15786
15786
|
:example:
|
15787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
|
15788
15788
|
"""
|
15789
15789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15790
15790
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -15928,7 +15928,7 @@ class DbManagementClient(object):
|
|
15928
15928
|
:rtype: :class:`~oci.response.Response`
|
15929
15929
|
|
15930
15930
|
:example:
|
15931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
|
15932
15932
|
"""
|
15933
15933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15934
15934
|
required_arguments = ['managedDatabaseId']
|
@@ -16071,7 +16071,7 @@ class DbManagementClient(object):
|
|
16071
16071
|
:rtype: :class:`~oci.response.Response`
|
16072
16072
|
|
16073
16073
|
:example:
|
16074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
|
16075
16075
|
"""
|
16076
16076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16077
16077
|
required_arguments = ['managedDatabaseId', 'groupType']
|
@@ -16246,7 +16246,7 @@ class DbManagementClient(object):
|
|
16246
16246
|
:rtype: :class:`~oci.response.Response`
|
16247
16247
|
|
16248
16248
|
:example:
|
16249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
|
16250
16250
|
"""
|
16251
16251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16252
16252
|
required_arguments = ['managedDatabaseId']
|
@@ -16389,7 +16389,7 @@ class DbManagementClient(object):
|
|
16389
16389
|
:rtype: :class:`~oci.response.Response`
|
16390
16390
|
|
16391
16391
|
:example:
|
16392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
|
16393
16393
|
"""
|
16394
16394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16395
16395
|
required_arguments = ['managedDatabaseId']
|
@@ -16514,7 +16514,7 @@ class DbManagementClient(object):
|
|
16514
16514
|
:rtype: :class:`~oci.response.Response`
|
16515
16515
|
|
16516
16516
|
:example:
|
16517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
|
16518
16518
|
"""
|
16519
16519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16520
16520
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -16672,7 +16672,7 @@ class DbManagementClient(object):
|
|
16672
16672
|
:rtype: :class:`~oci.response.Response`
|
16673
16673
|
|
16674
16674
|
:example:
|
16675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
|
16676
16676
|
"""
|
16677
16677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16678
16678
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -16830,7 +16830,7 @@ class DbManagementClient(object):
|
|
16830
16830
|
:rtype: :class:`~oci.response.Response`
|
16831
16831
|
|
16832
16832
|
:example:
|
16833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
16834
16834
|
"""
|
16835
16835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16836
16836
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -16986,7 +16986,7 @@ class DbManagementClient(object):
|
|
16986
16986
|
:rtype: :class:`~oci.response.Response`
|
16987
16987
|
|
16988
16988
|
:example:
|
16989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
|
16990
16990
|
"""
|
16991
16991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16992
16992
|
required_arguments = ['managedDatabaseId']
|
@@ -17190,7 +17190,7 @@ class DbManagementClient(object):
|
|
17190
17190
|
:rtype: :class:`~oci.response.Response`
|
17191
17191
|
|
17192
17192
|
:example:
|
17193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
|
17194
17194
|
"""
|
17195
17195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17196
17196
|
required_arguments = ['managedDatabaseId']
|
@@ -17380,7 +17380,7 @@ class DbManagementClient(object):
|
|
17380
17380
|
:rtype: :class:`~oci.response.Response`
|
17381
17381
|
|
17382
17382
|
:example:
|
17383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
|
17384
17384
|
"""
|
17385
17385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17386
17386
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -17515,7 +17515,7 @@ class DbManagementClient(object):
|
|
17515
17515
|
:rtype: :class:`~oci.response.Response`
|
17516
17516
|
|
17517
17517
|
:example:
|
17518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
|
17519
17519
|
"""
|
17520
17520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17521
17521
|
required_arguments = ['managedDatabaseId']
|
@@ -17640,7 +17640,7 @@ class DbManagementClient(object):
|
|
17640
17640
|
:rtype: :class:`~oci.response.Response`
|
17641
17641
|
|
17642
17642
|
:example:
|
17643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
|
17644
17644
|
"""
|
17645
17645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17646
17646
|
required_arguments = ['managedDatabaseId']
|
@@ -17795,7 +17795,7 @@ class DbManagementClient(object):
|
|
17795
17795
|
:rtype: :class:`~oci.response.Response`
|
17796
17796
|
|
17797
17797
|
:example:
|
17798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
|
17799
17799
|
"""
|
17800
17800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17801
17801
|
required_arguments = ['managedDatabaseId']
|
@@ -17942,7 +17942,7 @@ class DbManagementClient(object):
|
|
17942
17942
|
:rtype: :class:`~oci.response.Response`
|
17943
17943
|
|
17944
17944
|
:example:
|
17945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
17946
17946
|
"""
|
17947
17947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17948
17948
|
required_arguments = ['workRequestId']
|
@@ -18085,7 +18085,7 @@ class DbManagementClient(object):
|
|
18085
18085
|
:rtype: :class:`~oci.response.Response`
|
18086
18086
|
|
18087
18087
|
:example:
|
18088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
18089
18089
|
"""
|
18090
18090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18091
18091
|
required_arguments = ['workRequestId']
|
@@ -18243,7 +18243,7 @@ class DbManagementClient(object):
|
|
18243
18243
|
:rtype: :class:`~oci.response.Response`
|
18244
18244
|
|
18245
18245
|
:example:
|
18246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
18247
18247
|
"""
|
18248
18248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18249
18249
|
required_arguments = ['compartmentId']
|
@@ -18378,7 +18378,7 @@ class DbManagementClient(object):
|
|
18378
18378
|
:rtype: :class:`~oci.response.Response`
|
18379
18379
|
|
18380
18380
|
:example:
|
18381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
|
18382
18382
|
"""
|
18383
18383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18384
18384
|
required_arguments = ['managedDatabaseId']
|
@@ -18483,7 +18483,7 @@ class DbManagementClient(object):
|
|
18483
18483
|
:rtype: :class:`~oci.response.Response`
|
18484
18484
|
|
18485
18485
|
:example:
|
18486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
|
18487
18487
|
"""
|
18488
18488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18489
18489
|
required_arguments = ['managedDatabaseId']
|
@@ -18593,7 +18593,7 @@ class DbManagementClient(object):
|
|
18593
18593
|
:rtype: :class:`~oci.response.Response`
|
18594
18594
|
|
18595
18595
|
:example:
|
18596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
|
18597
18597
|
"""
|
18598
18598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18599
18599
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -18708,7 +18708,7 @@ class DbManagementClient(object):
|
|
18708
18708
|
:rtype: :class:`~oci.response.Response`
|
18709
18709
|
|
18710
18710
|
:example:
|
18711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
|
18712
18712
|
"""
|
18713
18713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18714
18714
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -18825,7 +18825,7 @@ class DbManagementClient(object):
|
|
18825
18825
|
:rtype: :class:`~oci.response.Response`
|
18826
18826
|
|
18827
18827
|
:example:
|
18828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
|
18829
18829
|
"""
|
18830
18830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18831
18831
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -18936,7 +18936,7 @@ class DbManagementClient(object):
|
|
18936
18936
|
:rtype: :class:`~oci.response.Response`
|
18937
18937
|
|
18938
18938
|
:example:
|
18939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
|
18940
18940
|
"""
|
18941
18941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18942
18942
|
required_arguments = ['managedDatabaseId']
|
@@ -19052,7 +19052,7 @@ class DbManagementClient(object):
|
|
19052
19052
|
:rtype: :class:`~oci.response.Response`
|
19053
19053
|
|
19054
19054
|
:example:
|
19055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
|
19056
19056
|
"""
|
19057
19057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19058
19058
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -19170,7 +19170,7 @@ class DbManagementClient(object):
|
|
19170
19170
|
:rtype: :class:`~oci.response.Response`
|
19171
19171
|
|
19172
19172
|
:example:
|
19173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
|
19174
19174
|
"""
|
19175
19175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19176
19176
|
required_arguments = ['managedDatabaseId']
|
@@ -19332,7 +19332,7 @@ class DbManagementClient(object):
|
|
19332
19332
|
:rtype: :class:`~oci.response.Response`
|
19333
19333
|
|
19334
19334
|
:example:
|
19335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
|
19336
19336
|
"""
|
19337
19337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19338
19338
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -19540,7 +19540,7 @@ class DbManagementClient(object):
|
|
19540
19540
|
:rtype: :class:`~oci.response.Response`
|
19541
19541
|
|
19542
19542
|
:example:
|
19543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
|
19544
19544
|
"""
|
19545
19545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19546
19546
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -19744,7 +19744,7 @@ class DbManagementClient(object):
|
|
19744
19744
|
:rtype: :class:`~oci.response.Response`
|
19745
19745
|
|
19746
19746
|
:example:
|
19747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
|
19748
19748
|
"""
|
19749
19749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19750
19750
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -19972,7 +19972,7 @@ class DbManagementClient(object):
|
|
19972
19972
|
:rtype: :class:`~oci.response.Response`
|
19973
19973
|
|
19974
19974
|
:example:
|
19975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
|
19976
19976
|
"""
|
19977
19977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19978
19978
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -20183,7 +20183,7 @@ class DbManagementClient(object):
|
|
20183
20183
|
:rtype: :class:`~oci.response.Response`
|
20184
20184
|
|
20185
20185
|
:example:
|
20186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
|
20187
20187
|
"""
|
20188
20188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20189
20189
|
required_arguments = ['managedDatabaseId']
|
@@ -20375,7 +20375,7 @@ class DbManagementClient(object):
|
|
20375
20375
|
:rtype: :class:`~oci.response.Response`
|
20376
20376
|
|
20377
20377
|
:example:
|
20378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
|
20379
20379
|
"""
|
20380
20380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20381
20381
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -20573,7 +20573,7 @@ class DbManagementClient(object):
|
|
20573
20573
|
:rtype: :class:`~oci.response.Response`
|
20574
20574
|
|
20575
20575
|
:example:
|
20576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
|
20577
20577
|
"""
|
20578
20578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20579
20579
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -20788,7 +20788,7 @@ class DbManagementClient(object):
|
|
20788
20788
|
:rtype: :class:`~oci.response.Response`
|
20789
20789
|
|
20790
20790
|
:example:
|
20791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
|
20792
20792
|
"""
|
20793
20793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20794
20794
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -20999,7 +20999,7 @@ class DbManagementClient(object):
|
|
20999
20999
|
:rtype: :class:`~oci.response.Response`
|
21000
21000
|
|
21001
21001
|
:example:
|
21002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
|
21003
21003
|
"""
|
21004
21004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21005
21005
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -21172,7 +21172,7 @@ class DbManagementClient(object):
|
|
21172
21172
|
:rtype: :class:`~oci.response.Response`
|
21173
21173
|
|
21174
21174
|
:example:
|
21175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
|
21176
21176
|
"""
|
21177
21177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21178
21178
|
required_arguments = ['externalAsmId', 'startTime', 'endTime']
|
@@ -21304,7 +21304,7 @@ class DbManagementClient(object):
|
|
21304
21304
|
:rtype: :class:`~oci.response.Response`
|
21305
21305
|
|
21306
21306
|
:example:
|
21307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
|
21308
21308
|
"""
|
21309
21309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21310
21310
|
required_arguments = ['externalClusterId', 'startTime', 'endTime']
|
@@ -21436,7 +21436,7 @@ class DbManagementClient(object):
|
|
21436
21436
|
:rtype: :class:`~oci.response.Response`
|
21437
21437
|
|
21438
21438
|
:example:
|
21439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
|
21440
21440
|
"""
|
21441
21441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21442
21442
|
required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
|
@@ -21568,7 +21568,7 @@ class DbManagementClient(object):
|
|
21568
21568
|
:rtype: :class:`~oci.response.Response`
|
21569
21569
|
|
21570
21570
|
:example:
|
21571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
|
21572
21572
|
"""
|
21573
21573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21574
21574
|
required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
|
@@ -21700,7 +21700,7 @@ class DbManagementClient(object):
|
|
21700
21700
|
:rtype: :class:`~oci.response.Response`
|
21701
21701
|
|
21702
21702
|
:example:
|
21703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
|
21704
21704
|
"""
|
21705
21705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21706
21706
|
required_arguments = ['externalListenerId', 'startTime', 'endTime']
|
@@ -21850,7 +21850,7 @@ class DbManagementClient(object):
|
|
21850
21850
|
:rtype: :class:`~oci.response.Response`
|
21851
21851
|
|
21852
21852
|
:example:
|
21853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
|
21854
21854
|
"""
|
21855
21855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21856
21856
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -21987,7 +21987,7 @@ class DbManagementClient(object):
|
|
21987
21987
|
:rtype: :class:`~oci.response.Response`
|
21988
21988
|
|
21989
21989
|
:example:
|
21990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
|
21991
21991
|
"""
|
21992
21992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21993
21993
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -22106,7 +22106,7 @@ class DbManagementClient(object):
|
|
22106
22106
|
:rtype: :class:`~oci.response.Response`
|
22107
22107
|
|
22108
22108
|
:example:
|
22109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
|
22110
22110
|
"""
|
22111
22111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22112
22112
|
required_arguments = ['managedDatabaseId']
|
@@ -22223,7 +22223,7 @@ class DbManagementClient(object):
|
|
22223
22223
|
:rtype: :class:`~oci.response.Response`
|
22224
22224
|
|
22225
22225
|
:example:
|
22226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
|
22227
22227
|
"""
|
22228
22228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22229
22229
|
required_arguments = ['managedDatabaseId']
|
@@ -22338,7 +22338,7 @@ class DbManagementClient(object):
|
|
22338
22338
|
:rtype: :class:`~oci.response.Response`
|
22339
22339
|
|
22340
22340
|
:example:
|
22341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
|
22342
22342
|
"""
|
22343
22343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22344
22344
|
required_arguments = ['namedCredentialId']
|
@@ -22444,7 +22444,7 @@ class DbManagementClient(object):
|
|
22444
22444
|
:rtype: :class:`~oci.response.Response`
|
22445
22445
|
|
22446
22446
|
:example:
|
22447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
|
22448
22448
|
"""
|
22449
22449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22450
22450
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -22556,7 +22556,7 @@ class DbManagementClient(object):
|
|
22556
22556
|
:rtype: :class:`~oci.response.Response`
|
22557
22557
|
|
22558
22558
|
:example:
|
22559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
|
22560
22560
|
"""
|
22561
22561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22562
22562
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -22668,7 +22668,7 @@ class DbManagementClient(object):
|
|
22668
22668
|
:rtype: :class:`~oci.response.Response`
|
22669
22669
|
|
22670
22670
|
:example:
|
22671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
|
22672
22672
|
"""
|
22673
22673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22674
22674
|
required_arguments = ['externalAsmId']
|
@@ -22778,7 +22778,7 @@ class DbManagementClient(object):
|
|
22778
22778
|
:rtype: :class:`~oci.response.Response`
|
22779
22779
|
|
22780
22780
|
:example:
|
22781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
|
22782
22782
|
"""
|
22783
22783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22784
22784
|
required_arguments = ['externalAsmInstanceId']
|
@@ -22890,7 +22890,7 @@ class DbManagementClient(object):
|
|
22890
22890
|
:rtype: :class:`~oci.response.Response`
|
22891
22891
|
|
22892
22892
|
:example:
|
22893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
|
22894
22894
|
"""
|
22895
22895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22896
22896
|
required_arguments = ['externalClusterId']
|
@@ -23000,7 +23000,7 @@ class DbManagementClient(object):
|
|
23000
23000
|
:rtype: :class:`~oci.response.Response`
|
23001
23001
|
|
23002
23002
|
:example:
|
23003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
|
23004
23004
|
"""
|
23005
23005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23006
23006
|
required_arguments = ['externalClusterInstanceId']
|
@@ -23110,7 +23110,7 @@ class DbManagementClient(object):
|
|
23110
23110
|
:rtype: :class:`~oci.response.Response`
|
23111
23111
|
|
23112
23112
|
:example:
|
23113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
|
23114
23114
|
"""
|
23115
23115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23116
23116
|
required_arguments = ['externalDbHomeId']
|
@@ -23222,7 +23222,7 @@ class DbManagementClient(object):
|
|
23222
23222
|
:rtype: :class:`~oci.response.Response`
|
23223
23223
|
|
23224
23224
|
:example:
|
23225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
|
23226
23226
|
"""
|
23227
23227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23228
23228
|
required_arguments = ['externalDbNodeId']
|
@@ -23332,7 +23332,7 @@ class DbManagementClient(object):
|
|
23332
23332
|
:rtype: :class:`~oci.response.Response`
|
23333
23333
|
|
23334
23334
|
:example:
|
23335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
|
23336
23336
|
"""
|
23337
23337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23338
23338
|
required_arguments = ['externalDbSystemId']
|
@@ -23444,7 +23444,7 @@ class DbManagementClient(object):
|
|
23444
23444
|
:rtype: :class:`~oci.response.Response`
|
23445
23445
|
|
23446
23446
|
:example:
|
23447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
|
23448
23448
|
"""
|
23449
23449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23450
23450
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -23554,7 +23554,7 @@ class DbManagementClient(object):
|
|
23554
23554
|
:rtype: :class:`~oci.response.Response`
|
23555
23555
|
|
23556
23556
|
:example:
|
23557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
|
23558
23558
|
"""
|
23559
23559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23560
23560
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -23673,7 +23673,7 @@ class DbManagementClient(object):
|
|
23673
23673
|
:rtype: :class:`~oci.response.Response`
|
23674
23674
|
|
23675
23675
|
:example:
|
23676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
|
23677
23677
|
"""
|
23678
23678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23679
23679
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -23790,7 +23790,7 @@ class DbManagementClient(object):
|
|
23790
23790
|
:rtype: :class:`~oci.response.Response`
|
23791
23791
|
|
23792
23792
|
:example:
|
23793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
|
23794
23794
|
"""
|
23795
23795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23796
23796
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -23902,7 +23902,7 @@ class DbManagementClient(object):
|
|
23902
23902
|
:rtype: :class:`~oci.response.Response`
|
23903
23903
|
|
23904
23904
|
:example:
|
23905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
|
23906
23906
|
"""
|
23907
23907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23908
23908
|
required_arguments = ['externalExadataStorageGridId']
|
@@ -24014,7 +24014,7 @@ class DbManagementClient(object):
|
|
24014
24014
|
:rtype: :class:`~oci.response.Response`
|
24015
24015
|
|
24016
24016
|
:example:
|
24017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
|
24018
24018
|
"""
|
24019
24019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24020
24020
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -24126,7 +24126,7 @@ class DbManagementClient(object):
|
|
24126
24126
|
:rtype: :class:`~oci.response.Response`
|
24127
24127
|
|
24128
24128
|
:example:
|
24129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
|
24130
24130
|
"""
|
24131
24131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24132
24132
|
required_arguments = ['externalListenerId']
|
@@ -24234,7 +24234,7 @@ class DbManagementClient(object):
|
|
24234
24234
|
:rtype: :class:`~oci.response.Response`
|
24235
24235
|
|
24236
24236
|
:example:
|
24237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
|
24238
24238
|
"""
|
24239
24239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24240
24240
|
required_arguments = ['jobId']
|
@@ -24346,7 +24346,7 @@ class DbManagementClient(object):
|
|
24346
24346
|
:rtype: :class:`~oci.response.Response`
|
24347
24347
|
|
24348
24348
|
:example:
|
24349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
|
24350
24350
|
"""
|
24351
24351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24352
24352
|
required_arguments = ['managedDatabaseId']
|
@@ -24458,7 +24458,7 @@ class DbManagementClient(object):
|
|
24458
24458
|
:rtype: :class:`~oci.response.Response`
|
24459
24459
|
|
24460
24460
|
:example:
|
24461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
|
24462
24462
|
"""
|
24463
24463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24464
24464
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -24570,7 +24570,7 @@ class DbManagementClient(object):
|
|
24570
24570
|
:rtype: :class:`~oci.response.Response`
|
24571
24571
|
|
24572
24572
|
:example:
|
24573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
|
24574
24574
|
"""
|
24575
24575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24576
24576
|
required_arguments = ['namedCredentialId']
|
@@ -24685,7 +24685,7 @@ class DbManagementClient(object):
|
|
24685
24685
|
:rtype: :class:`~oci.response.Response`
|
24686
24686
|
|
24687
24687
|
:example:
|
24688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
|
24689
24689
|
"""
|
24690
24690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24691
24691
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -24794,7 +24794,7 @@ class DbManagementClient(object):
|
|
24794
24794
|
:rtype: :class:`~oci.response.Response`
|
24795
24795
|
|
24796
24796
|
:example:
|
24797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
|
24798
24798
|
"""
|
24799
24799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24800
24800
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|