oci 2.126.0__py3-none-any.whl → 2.126.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +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 +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +272 -150
- oci/data_catalog/models/__init__.py +4 -0
- oci/data_catalog/models/import_lineage_details.py +72 -0
- oci/data_catalog/models/import_lineage_job_result.py +232 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/create_workspace_details.py +33 -2
- oci/data_integration/models/update_workspace_details.py +33 -2
- oci/data_integration/models/workspace.py +33 -2
- oci/data_integration/models/workspace_summary.py +33 -2
- 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 +1181 -397
- oci/data_safe/data_safe_client_composite_operations.py +89 -0
- oci/data_safe/models/__init__.py +14 -0
- oci/data_safe/models/change_masking_policy_health_report_compartment_details.py +72 -0
- oci/data_safe/models/generate_health_report_details.py +261 -0
- oci/data_safe/models/masking_policy_health_report.py +434 -0
- oci/data_safe/models/masking_policy_health_report_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_summary.py +220 -0
- oci/data_safe/models/masking_policy_health_report_summary.py +371 -0
- oci/data_safe/models/work_request.py +7 -3
- oci/data_safe/models/work_request_summary.py +7 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +343 -337
- oci/database/models/autonomous_container_database.py +6 -6
- oci/database/models/autonomous_container_database_summary.py +6 -6
- oci/database/models/autonomous_database.py +10 -6
- oci/database/models/autonomous_database_summary.py +10 -6
- oci/database/models/cloud_vm_cluster.py +37 -2
- oci/database/models/cloud_vm_cluster_summary.py +37 -2
- oci/database/models/create_autonomous_container_database_details.py +6 -6
- oci/database/models/create_autonomous_database_base.py +8 -4
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +2 -26
- oci/database/models/create_cross_region_disaster_recovery_details.py +2 -23
- oci/database/models/create_db_home_base.py +33 -2
- oci/database/models/create_db_home_with_db_system_id_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_backup_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_database_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.py +7 -0
- oci/database/models/db_home.py +33 -2
- oci/database/models/db_home_from_agent_resource_id.py +33 -2
- oci/database/models/db_home_summary.py +33 -2
- oci/database/models/db_system.py +35 -0
- oci/database/models/db_system_summary.py +35 -0
- oci/database/models/update_autonomous_database_details.py +8 -4
- oci/database/models/update_details.py +37 -2
- oci/database/models/vm_cluster.py +37 -2
- oci/database/models/vm_cluster_summary.py +37 -2
- oci/database/models/vm_cluster_update_details.py +37 -2
- oci/database_management/db_management_client.py +1965 -494
- oci/database_management/db_management_client_composite_operations.py +528 -0
- oci/database_management/diagnosability_client.py +7 -7
- oci/database_management/managed_my_sql_databases_client.py +10 -10
- oci/database_management/models/__init__.py +54 -0
- oci/database_management/models/basic_database_connection_string_details.py +160 -0
- oci/database_management/models/child_database.py +45 -2
- oci/database_management/models/connector_details.py +123 -0
- oci/database_management/models/database_connection_details.py +95 -0
- oci/database_management/models/database_connection_string_details.py +103 -0
- oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +120 -0
- oci/database_management/models/database_diagnostics_and_management_feature_details.py +143 -0
- oci/database_management/models/database_feature_configuration.py +234 -0
- oci/database_management/models/database_feature_details.py +155 -0
- oci/database_management/models/db_management_private_endpoint.py +45 -2
- oci/database_management/models/db_management_private_endpoint_summary.py +45 -2
- oci/database_management/models/disable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_non_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/enable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_non_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/external_asm.py +45 -2
- oci/database_management/models/external_asm_instance.py +45 -2
- oci/database_management/models/external_asm_instance_summary.py +45 -2
- oci/database_management/models/external_asm_summary.py +45 -2
- oci/database_management/models/external_cluster.py +45 -2
- oci/database_management/models/external_cluster_instance.py +45 -2
- oci/database_management/models/external_cluster_instance_summary.py +45 -2
- oci/database_management/models/external_cluster_summary.py +45 -2
- oci/database_management/models/external_connector_details.py +86 -0
- oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +105 -0
- oci/database_management/models/external_database_feature_details.py +128 -0
- oci/database_management/models/external_database_summary.py +45 -2
- oci/database_management/models/external_db_home.py +45 -2
- oci/database_management/models/external_db_home_summary.py +45 -2
- oci/database_management/models/external_db_node.py +45 -2
- oci/database_management/models/external_db_node_summary.py +45 -2
- oci/database_management/models/external_db_system.py +45 -2
- oci/database_management/models/external_db_system_connector_summary.py +45 -2
- oci/database_management/models/external_db_system_discovery.py +45 -2
- oci/database_management/models/external_db_system_discovery_summary.py +45 -2
- oci/database_management/models/external_db_system_macs_connector.py +45 -2
- oci/database_management/models/external_db_system_summary.py +45 -2
- oci/database_management/models/external_exadata_infrastructure.py +45 -2
- oci/database_management/models/external_exadata_infrastructure_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_connector.py +45 -2
- oci/database_management/models/external_exadata_storage_connector_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_grid.py +45 -2
- oci/database_management/models/external_exadata_storage_server.py +45 -2
- oci/database_management/models/external_exadata_storage_server_summary.py +45 -2
- oci/database_management/models/external_listener.py +45 -2
- oci/database_management/models/external_listener_summary.py +45 -2
- oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +58 -0
- oci/database_management/models/external_pluggable_database_feature_details.py +128 -0
- oci/database_management/models/heat_wave_cluster_usage_metrics.py +12 -12
- oci/database_management/models/heat_wave_fleet_metrics.py +2 -2
- oci/database_management/models/heat_wave_fleet_summary.py +5 -5
- oci/database_management/models/heat_wave_node.py +2 -2
- oci/database_management/models/job_summary.py +45 -2
- oci/database_management/models/load_sql_tuning_set_details.py +7 -3
- oci/database_management/models/macs_connector_details.py +86 -0
- oci/database_management/models/managed_database.py +45 -2
- oci/database_management/models/managed_database_group.py +45 -2
- oci/database_management/models/managed_database_group_summary.py +45 -2
- oci/database_management/models/managed_database_summary.py +45 -2
- oci/database_management/models/managed_my_sql_database.py +10 -10
- oci/database_management/models/modify_database_management_feature_details.py +68 -0
- oci/database_management/models/modify_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/my_sql_database_usage_metrics.py +2 -2
- oci/database_management/models/my_sql_fleet_metric_definition.py +31 -0
- oci/database_management/models/named_credential.py +45 -2
- oci/database_management/models/named_credential_summary.py +45 -2
- oci/database_management/models/private_end_point_connector_details.py +86 -0
- oci/database_management/models/save_sql_tuning_set_as_details.py +7 -3
- oci/database_management/models/sql_job.py +45 -2
- oci/database_management/models/sql_plan_baseline.py +96 -0
- oci/database_management/models/sql_plan_baseline_summary.py +96 -0
- oci/database_management/models/sql_tuning_set.py +16 -0
- oci/database_management/models/work_request.py +39 -3
- oci/database_management/models/work_request_summary.py +39 -3
- oci/database_management/perfhub_client.py +4 -4
- oci/database_management/sql_tuning_client.py +20 -20
- oci/database_migration/database_migration_client.py +41 -41
- 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 +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +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 +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_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/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +298 -40
- oci/recovery/database_recovery_client_composite_operations.py +39 -0
- oci/recovery/models/__init__.py +2 -0
- oci/recovery/models/create_protection_policy_details.py +45 -0
- oci/recovery/models/create_recovery_service_subnet_details.py +72 -4
- oci/recovery/models/fetch_protected_database_configuration_details.py +7 -3
- oci/recovery/models/metrics.py +33 -2
- oci/recovery/models/metrics_summary.py +33 -2
- oci/recovery/models/protected_database.py +48 -13
- oci/recovery/models/protected_database_summary.py +44 -3
- oci/recovery/models/protection_policy.py +41 -18
- oci/recovery/models/protection_policy_summary.py +38 -3
- oci/recovery/models/recovery_service_subnet.py +78 -20
- oci/recovery/models/recovery_service_subnet_details.py +7 -3
- oci/recovery/models/recovery_service_subnet_summary.py +78 -20
- oci/recovery/models/schedule_protected_database_deletion_details.py +92 -0
- oci/recovery/models/update_protection_policy_details.py +45 -0
- oci/recovery/models/update_recovery_service_subnet_details.py +68 -0
- oci/recovery/models/work_request.py +7 -3
- oci/recovery/models/work_request_summary.py +7 -3
- 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/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/METADATA +1 -1
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/RECORD +393 -356
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/WHEEL +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/top_level.txt +0 -0
@@ -22,9 +22,9 @@ missing = Sentinel("Missing")
|
|
22
22
|
|
23
23
|
class ManagedMySqlDatabasesClient(object):
|
24
24
|
"""
|
25
|
-
Use the Database Management API to
|
26
|
-
|
27
|
-
|
25
|
+
Use the Database Management API to monitor and manage resources such as
|
26
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
27
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
28
28
|
"""
|
29
29
|
|
30
30
|
def __init__(self, config, **kwargs):
|
@@ -169,7 +169,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
169
169
|
:rtype: :class:`~oci.response.Response`
|
170
170
|
|
171
171
|
:example:
|
172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/get_heat_wave_fleet_metric.py.html>`__ to see an example of how to use get_heat_wave_fleet_metric API.
|
173
173
|
"""
|
174
174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
175
175
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -277,7 +277,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
277
277
|
:rtype: :class:`~oci.response.Response`
|
278
278
|
|
279
279
|
:example:
|
280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/get_managed_my_sql_database.py.html>`__ to see an example of how to use get_managed_my_sql_database API.
|
281
281
|
"""
|
282
282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
283
283
|
required_arguments = ['managedMySqlDatabaseId']
|
@@ -407,7 +407,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
407
407
|
:rtype: :class:`~oci.response.Response`
|
408
408
|
|
409
409
|
:example:
|
410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
410
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/get_my_sql_fleet_metric.py.html>`__ to see an example of how to use get_my_sql_fleet_metric API.
|
411
411
|
"""
|
412
412
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
413
413
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -552,7 +552,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
552
552
|
:rtype: :class:`~oci.response.Response`
|
553
553
|
|
554
554
|
:example:
|
555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/list_managed_my_sql_database_configuration_data.py.html>`__ to see an example of how to use list_managed_my_sql_database_configuration_data API.
|
556
556
|
"""
|
557
557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
558
558
|
required_arguments = ['managedMySqlDatabaseId']
|
@@ -722,7 +722,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
722
722
|
:rtype: :class:`~oci.response.Response`
|
723
723
|
|
724
724
|
:example:
|
725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/list_managed_my_sql_database_sql_data.py.html>`__ to see an example of how to use list_managed_my_sql_database_sql_data API.
|
726
726
|
"""
|
727
727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
728
728
|
required_arguments = ['managedMySqlDatabaseId', 'startTime', 'endTime']
|
@@ -873,7 +873,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
873
873
|
:rtype: :class:`~oci.response.Response`
|
874
874
|
|
875
875
|
:example:
|
876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/list_managed_my_sql_databases.py.html>`__ to see an example of how to use list_managed_my_sql_databases API.
|
877
877
|
"""
|
878
878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
879
879
|
required_arguments = ['compartmentId']
|
@@ -1001,7 +1001,7 @@ class ManagedMySqlDatabasesClient(object):
|
|
1001
1001
|
:rtype: :class:`~oci.response.Response`
|
1002
1002
|
|
1003
1003
|
:example:
|
1004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/databasemanagement/summarize_managed_my_sql_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_my_sql_database_availability_metrics API.
|
1005
1005
|
"""
|
1006
1006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1007
1007
|
required_arguments = ['managedMySqlDatabaseId', 'startTime', 'endTime']
|
@@ -59,6 +59,7 @@ from .awr_db_wait_event_bucket_summary import AwrDbWaitEventBucketSummary
|
|
59
59
|
from .awr_db_wait_event_collection import AwrDbWaitEventCollection
|
60
60
|
from .awr_db_wait_event_summary import AwrDbWaitEventSummary
|
61
61
|
from .awr_query_result import AwrQueryResult
|
62
|
+
from .basic_database_connection_string_details import BasicDatabaseConnectionStringDetails
|
62
63
|
from .basic_named_credential_content import BasicNamedCredentialContent
|
63
64
|
from .basic_preferred_credential import BasicPreferredCredential
|
64
65
|
from .change_database_parameter_details import ChangeDatabaseParameterDetails
|
@@ -77,6 +78,7 @@ from .clone_sql_tuning_task_details import CloneSqlTuningTaskDetails
|
|
77
78
|
from .cluster_cache_metric import ClusterCacheMetric
|
78
79
|
from .configure_automatic_capture_filters_details import ConfigureAutomaticCaptureFiltersDetails
|
79
80
|
from .configure_automatic_spm_evolve_advisor_task_details import ConfigureAutomaticSpmEvolveAdvisorTaskDetails
|
81
|
+
from .connector_details import ConnectorDetails
|
80
82
|
from .consumer_group_privilege_collection import ConsumerGroupPrivilegeCollection
|
81
83
|
from .consumer_group_privilege_summary import ConsumerGroupPrivilegeSummary
|
82
84
|
from .cpu_utilization_aggregate_metrics import CpuUtilizationAggregateMetrics
|
@@ -100,9 +102,15 @@ from .data_access_container_summary import DataAccessContainerSummary
|
|
100
102
|
from .database_connection_credentails_by_name import DatabaseConnectionCredentailsByName
|
101
103
|
from .database_connection_credentials import DatabaseConnectionCredentials
|
102
104
|
from .database_connection_credentials_by_details import DatabaseConnectionCredentialsByDetails
|
105
|
+
from .database_connection_details import DatabaseConnectionDetails
|
103
106
|
from .database_connection_string import DatabaseConnectionString
|
107
|
+
from .database_connection_string_details import DatabaseConnectionStringDetails
|
104
108
|
from .database_credential_details import DatabaseCredentialDetails
|
105
109
|
from .database_credentials import DatabaseCredentials
|
110
|
+
from .database_diagnostics_and_management_feature_configuration import DatabaseDiagnosticsAndManagementFeatureConfiguration
|
111
|
+
from .database_diagnostics_and_management_feature_details import DatabaseDiagnosticsAndManagementFeatureDetails
|
112
|
+
from .database_feature_configuration import DatabaseFeatureConfiguration
|
113
|
+
from .database_feature_details import DatabaseFeatureDetails
|
106
114
|
from .database_fleet_health_metrics import DatabaseFleetHealthMetrics
|
107
115
|
from .database_home_metric_definition import DatabaseHomeMetricDefinition
|
108
116
|
from .database_home_metrics import DatabaseHomeMetrics
|
@@ -129,7 +137,12 @@ from .db_management_private_endpoint_summary import DbManagementPrivateEndpointS
|
|
129
137
|
from .dbm_resource import DbmResource
|
130
138
|
from .disable_automatic_initial_plan_capture_details import DisableAutomaticInitialPlanCaptureDetails
|
131
139
|
from .disable_automatic_spm_evolve_advisor_task_details import DisableAutomaticSpmEvolveAdvisorTaskDetails
|
140
|
+
from .disable_database_management_feature_details import DisableDatabaseManagementFeatureDetails
|
141
|
+
from .disable_external_container_database_management_feature_details import DisableExternalContainerDatabaseManagementFeatureDetails
|
142
|
+
from .disable_external_non_container_database_management_feature_details import DisableExternalNonContainerDatabaseManagementFeatureDetails
|
143
|
+
from .disable_external_pluggable_database_management_feature_details import DisableExternalPluggableDatabaseManagementFeatureDetails
|
132
144
|
from .disable_high_frequency_automatic_spm_evolve_advisor_task_details import DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails
|
145
|
+
from .disable_pluggable_database_management_feature_details import DisablePluggableDatabaseManagementFeatureDetails
|
133
146
|
from .disable_sql_plan_baselines_usage_details import DisableSqlPlanBaselinesUsageDetails
|
134
147
|
from .discover_external_exadata_infrastructure_details import DiscoverExternalExadataInfrastructureDetails
|
135
148
|
from .discovered_external_asm import DiscoveredExternalAsm
|
@@ -149,10 +162,15 @@ from .drop_sqls_in_sql_tuning_set_details import DropSqlsInSqlTuningSetDetails
|
|
149
162
|
from .drop_tablespace_details import DropTablespaceDetails
|
150
163
|
from .enable_automatic_initial_plan_capture_details import EnableAutomaticInitialPlanCaptureDetails
|
151
164
|
from .enable_automatic_spm_evolve_advisor_task_details import EnableAutomaticSpmEvolveAdvisorTaskDetails
|
165
|
+
from .enable_database_management_feature_details import EnableDatabaseManagementFeatureDetails
|
166
|
+
from .enable_external_container_database_management_feature_details import EnableExternalContainerDatabaseManagementFeatureDetails
|
152
167
|
from .enable_external_db_system_database_management_details import EnableExternalDbSystemDatabaseManagementDetails
|
153
168
|
from .enable_external_db_system_stack_monitoring_details import EnableExternalDbSystemStackMonitoringDetails
|
154
169
|
from .enable_external_exadata_infrastructure_management_details import EnableExternalExadataInfrastructureManagementDetails
|
170
|
+
from .enable_external_non_container_database_management_feature_details import EnableExternalNonContainerDatabaseManagementFeatureDetails
|
171
|
+
from .enable_external_pluggable_database_management_feature_details import EnableExternalPluggableDatabaseManagementFeatureDetails
|
155
172
|
from .enable_high_frequency_automatic_spm_evolve_advisor_task_details import EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails
|
173
|
+
from .enable_pluggable_database_management_feature_details import EnablePluggableDatabaseManagementFeatureDetails
|
156
174
|
from .enable_sql_plan_baselines_usage_details import EnableSqlPlanBaselinesUsageDetails
|
157
175
|
from .entity_discovered import EntityDiscovered
|
158
176
|
from .execution_plan_stats_comparision import ExecutionPlanStatsComparision
|
@@ -179,8 +197,11 @@ from .external_cluster_network_configuration import ExternalClusterNetworkConfig
|
|
179
197
|
from .external_cluster_scan_listener_configuration import ExternalClusterScanListenerConfiguration
|
180
198
|
from .external_cluster_summary import ExternalClusterSummary
|
181
199
|
from .external_cluster_vip_configuration import ExternalClusterVipConfiguration
|
200
|
+
from .external_connector_details import ExternalConnectorDetails
|
182
201
|
from .external_database_collection import ExternalDatabaseCollection
|
183
202
|
from .external_database_connection_info import ExternalDatabaseConnectionInfo
|
203
|
+
from .external_database_diagnostics_and_management_feature_details import ExternalDatabaseDiagnosticsAndManagementFeatureDetails
|
204
|
+
from .external_database_feature_details import ExternalDatabaseFeatureDetails
|
184
205
|
from .external_database_instance import ExternalDatabaseInstance
|
185
206
|
from .external_database_summary import ExternalDatabaseSummary
|
186
207
|
from .external_database_system_discovery_summary import ExternalDatabaseSystemDiscoverySummary
|
@@ -232,6 +253,8 @@ from .external_listener_serviced_database import ExternalListenerServicedDatabas
|
|
232
253
|
from .external_listener_summary import ExternalListenerSummary
|
233
254
|
from .external_listener_tcp_endpoint import ExternalListenerTcpEndpoint
|
234
255
|
from .external_listener_tcps_endpoint import ExternalListenerTcpsEndpoint
|
256
|
+
from .external_pluggable_database_diagnostics_and_management_feature_details import ExternalPluggableDatabaseDiagnosticsAndManagementFeatureDetails
|
257
|
+
from .external_pluggable_database_feature_details import ExternalPluggableDatabaseFeatureDetails
|
235
258
|
from .external_serviced_asm import ExternalServicedAsm
|
236
259
|
from .external_serviced_database import ExternalServicedDatabase
|
237
260
|
from .external_storage_grid_discovery_summary import ExternalStorageGridDiscoverySummary
|
@@ -277,6 +300,7 @@ from .job_summary import JobSummary
|
|
277
300
|
from .load_sql_plan_baselines_from_awr_details import LoadSqlPlanBaselinesFromAwrDetails
|
278
301
|
from .load_sql_plan_baselines_from_cursor_cache_details import LoadSqlPlanBaselinesFromCursorCacheDetails
|
279
302
|
from .load_sql_tuning_set_details import LoadSqlTuningSetDetails
|
303
|
+
from .macs_connector_details import MacsConnectorDetails
|
280
304
|
from .managed_database import ManagedDatabase
|
281
305
|
from .managed_database_collection import ManagedDatabaseCollection
|
282
306
|
from .managed_database_credential import ManagedDatabaseCredential
|
@@ -295,6 +319,8 @@ from .metric_dimension_definition import MetricDimensionDefinition
|
|
295
319
|
from .metric_statistics_definition import MetricStatisticsDefinition
|
296
320
|
from .metrics_aggregation_range import MetricsAggregationRange
|
297
321
|
from .metrics_aggregation_range_collection import MetricsAggregationRangeCollection
|
322
|
+
from .modify_database_management_feature_details import ModifyDatabaseManagementFeatureDetails
|
323
|
+
from .modify_pluggable_database_management_feature_details import ModifyPluggableDatabaseManagementFeatureDetails
|
298
324
|
from .modify_snapshot_settings_details import ModifySnapshotSettingsDetails
|
299
325
|
from .my_sql_configuration_data_collection import MySqlConfigurationDataCollection
|
300
326
|
from .my_sql_configuration_data_summary import MySqlConfigurationDataSummary
|
@@ -338,6 +364,7 @@ from .pdb_status_details import PdbStatusDetails
|
|
338
364
|
from .preferred_credential import PreferredCredential
|
339
365
|
from .preferred_credential_collection import PreferredCredentialCollection
|
340
366
|
from .preferred_credential_summary import PreferredCredentialSummary
|
367
|
+
from .private_end_point_connector_details import PrivateEndPointConnectorDetails
|
341
368
|
from .proxied_for_user_collection import ProxiedForUserCollection
|
342
369
|
from .proxied_for_user_summary import ProxiedForUserSummary
|
343
370
|
from .proxy_user_collection import ProxyUserCollection
|
@@ -521,6 +548,7 @@ database_management_type_mapping = {
|
|
521
548
|
"AwrDbWaitEventCollection": AwrDbWaitEventCollection,
|
522
549
|
"AwrDbWaitEventSummary": AwrDbWaitEventSummary,
|
523
550
|
"AwrQueryResult": AwrQueryResult,
|
551
|
+
"BasicDatabaseConnectionStringDetails": BasicDatabaseConnectionStringDetails,
|
524
552
|
"BasicNamedCredentialContent": BasicNamedCredentialContent,
|
525
553
|
"BasicPreferredCredential": BasicPreferredCredential,
|
526
554
|
"ChangeDatabaseParameterDetails": ChangeDatabaseParameterDetails,
|
@@ -539,6 +567,7 @@ database_management_type_mapping = {
|
|
539
567
|
"ClusterCacheMetric": ClusterCacheMetric,
|
540
568
|
"ConfigureAutomaticCaptureFiltersDetails": ConfigureAutomaticCaptureFiltersDetails,
|
541
569
|
"ConfigureAutomaticSpmEvolveAdvisorTaskDetails": ConfigureAutomaticSpmEvolveAdvisorTaskDetails,
|
570
|
+
"ConnectorDetails": ConnectorDetails,
|
542
571
|
"ConsumerGroupPrivilegeCollection": ConsumerGroupPrivilegeCollection,
|
543
572
|
"ConsumerGroupPrivilegeSummary": ConsumerGroupPrivilegeSummary,
|
544
573
|
"CpuUtilizationAggregateMetrics": CpuUtilizationAggregateMetrics,
|
@@ -562,9 +591,15 @@ database_management_type_mapping = {
|
|
562
591
|
"DatabaseConnectionCredentailsByName": DatabaseConnectionCredentailsByName,
|
563
592
|
"DatabaseConnectionCredentials": DatabaseConnectionCredentials,
|
564
593
|
"DatabaseConnectionCredentialsByDetails": DatabaseConnectionCredentialsByDetails,
|
594
|
+
"DatabaseConnectionDetails": DatabaseConnectionDetails,
|
565
595
|
"DatabaseConnectionString": DatabaseConnectionString,
|
596
|
+
"DatabaseConnectionStringDetails": DatabaseConnectionStringDetails,
|
566
597
|
"DatabaseCredentialDetails": DatabaseCredentialDetails,
|
567
598
|
"DatabaseCredentials": DatabaseCredentials,
|
599
|
+
"DatabaseDiagnosticsAndManagementFeatureConfiguration": DatabaseDiagnosticsAndManagementFeatureConfiguration,
|
600
|
+
"DatabaseDiagnosticsAndManagementFeatureDetails": DatabaseDiagnosticsAndManagementFeatureDetails,
|
601
|
+
"DatabaseFeatureConfiguration": DatabaseFeatureConfiguration,
|
602
|
+
"DatabaseFeatureDetails": DatabaseFeatureDetails,
|
568
603
|
"DatabaseFleetHealthMetrics": DatabaseFleetHealthMetrics,
|
569
604
|
"DatabaseHomeMetricDefinition": DatabaseHomeMetricDefinition,
|
570
605
|
"DatabaseHomeMetrics": DatabaseHomeMetrics,
|
@@ -591,7 +626,12 @@ database_management_type_mapping = {
|
|
591
626
|
"DbmResource": DbmResource,
|
592
627
|
"DisableAutomaticInitialPlanCaptureDetails": DisableAutomaticInitialPlanCaptureDetails,
|
593
628
|
"DisableAutomaticSpmEvolveAdvisorTaskDetails": DisableAutomaticSpmEvolveAdvisorTaskDetails,
|
629
|
+
"DisableDatabaseManagementFeatureDetails": DisableDatabaseManagementFeatureDetails,
|
630
|
+
"DisableExternalContainerDatabaseManagementFeatureDetails": DisableExternalContainerDatabaseManagementFeatureDetails,
|
631
|
+
"DisableExternalNonContainerDatabaseManagementFeatureDetails": DisableExternalNonContainerDatabaseManagementFeatureDetails,
|
632
|
+
"DisableExternalPluggableDatabaseManagementFeatureDetails": DisableExternalPluggableDatabaseManagementFeatureDetails,
|
594
633
|
"DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails": DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails,
|
634
|
+
"DisablePluggableDatabaseManagementFeatureDetails": DisablePluggableDatabaseManagementFeatureDetails,
|
595
635
|
"DisableSqlPlanBaselinesUsageDetails": DisableSqlPlanBaselinesUsageDetails,
|
596
636
|
"DiscoverExternalExadataInfrastructureDetails": DiscoverExternalExadataInfrastructureDetails,
|
597
637
|
"DiscoveredExternalAsm": DiscoveredExternalAsm,
|
@@ -611,10 +651,15 @@ database_management_type_mapping = {
|
|
611
651
|
"DropTablespaceDetails": DropTablespaceDetails,
|
612
652
|
"EnableAutomaticInitialPlanCaptureDetails": EnableAutomaticInitialPlanCaptureDetails,
|
613
653
|
"EnableAutomaticSpmEvolveAdvisorTaskDetails": EnableAutomaticSpmEvolveAdvisorTaskDetails,
|
654
|
+
"EnableDatabaseManagementFeatureDetails": EnableDatabaseManagementFeatureDetails,
|
655
|
+
"EnableExternalContainerDatabaseManagementFeatureDetails": EnableExternalContainerDatabaseManagementFeatureDetails,
|
614
656
|
"EnableExternalDbSystemDatabaseManagementDetails": EnableExternalDbSystemDatabaseManagementDetails,
|
615
657
|
"EnableExternalDbSystemStackMonitoringDetails": EnableExternalDbSystemStackMonitoringDetails,
|
616
658
|
"EnableExternalExadataInfrastructureManagementDetails": EnableExternalExadataInfrastructureManagementDetails,
|
659
|
+
"EnableExternalNonContainerDatabaseManagementFeatureDetails": EnableExternalNonContainerDatabaseManagementFeatureDetails,
|
660
|
+
"EnableExternalPluggableDatabaseManagementFeatureDetails": EnableExternalPluggableDatabaseManagementFeatureDetails,
|
617
661
|
"EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails": EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails,
|
662
|
+
"EnablePluggableDatabaseManagementFeatureDetails": EnablePluggableDatabaseManagementFeatureDetails,
|
618
663
|
"EnableSqlPlanBaselinesUsageDetails": EnableSqlPlanBaselinesUsageDetails,
|
619
664
|
"EntityDiscovered": EntityDiscovered,
|
620
665
|
"ExecutionPlanStatsComparision": ExecutionPlanStatsComparision,
|
@@ -641,8 +686,11 @@ database_management_type_mapping = {
|
|
641
686
|
"ExternalClusterScanListenerConfiguration": ExternalClusterScanListenerConfiguration,
|
642
687
|
"ExternalClusterSummary": ExternalClusterSummary,
|
643
688
|
"ExternalClusterVipConfiguration": ExternalClusterVipConfiguration,
|
689
|
+
"ExternalConnectorDetails": ExternalConnectorDetails,
|
644
690
|
"ExternalDatabaseCollection": ExternalDatabaseCollection,
|
645
691
|
"ExternalDatabaseConnectionInfo": ExternalDatabaseConnectionInfo,
|
692
|
+
"ExternalDatabaseDiagnosticsAndManagementFeatureDetails": ExternalDatabaseDiagnosticsAndManagementFeatureDetails,
|
693
|
+
"ExternalDatabaseFeatureDetails": ExternalDatabaseFeatureDetails,
|
646
694
|
"ExternalDatabaseInstance": ExternalDatabaseInstance,
|
647
695
|
"ExternalDatabaseSummary": ExternalDatabaseSummary,
|
648
696
|
"ExternalDatabaseSystemDiscoverySummary": ExternalDatabaseSystemDiscoverySummary,
|
@@ -694,6 +742,8 @@ database_management_type_mapping = {
|
|
694
742
|
"ExternalListenerSummary": ExternalListenerSummary,
|
695
743
|
"ExternalListenerTcpEndpoint": ExternalListenerTcpEndpoint,
|
696
744
|
"ExternalListenerTcpsEndpoint": ExternalListenerTcpsEndpoint,
|
745
|
+
"ExternalPluggableDatabaseDiagnosticsAndManagementFeatureDetails": ExternalPluggableDatabaseDiagnosticsAndManagementFeatureDetails,
|
746
|
+
"ExternalPluggableDatabaseFeatureDetails": ExternalPluggableDatabaseFeatureDetails,
|
697
747
|
"ExternalServicedAsm": ExternalServicedAsm,
|
698
748
|
"ExternalServicedDatabase": ExternalServicedDatabase,
|
699
749
|
"ExternalStorageGridDiscoverySummary": ExternalStorageGridDiscoverySummary,
|
@@ -739,6 +789,7 @@ database_management_type_mapping = {
|
|
739
789
|
"LoadSqlPlanBaselinesFromAwrDetails": LoadSqlPlanBaselinesFromAwrDetails,
|
740
790
|
"LoadSqlPlanBaselinesFromCursorCacheDetails": LoadSqlPlanBaselinesFromCursorCacheDetails,
|
741
791
|
"LoadSqlTuningSetDetails": LoadSqlTuningSetDetails,
|
792
|
+
"MacsConnectorDetails": MacsConnectorDetails,
|
742
793
|
"ManagedDatabase": ManagedDatabase,
|
743
794
|
"ManagedDatabaseCollection": ManagedDatabaseCollection,
|
744
795
|
"ManagedDatabaseCredential": ManagedDatabaseCredential,
|
@@ -757,6 +808,8 @@ database_management_type_mapping = {
|
|
757
808
|
"MetricStatisticsDefinition": MetricStatisticsDefinition,
|
758
809
|
"MetricsAggregationRange": MetricsAggregationRange,
|
759
810
|
"MetricsAggregationRangeCollection": MetricsAggregationRangeCollection,
|
811
|
+
"ModifyDatabaseManagementFeatureDetails": ModifyDatabaseManagementFeatureDetails,
|
812
|
+
"ModifyPluggableDatabaseManagementFeatureDetails": ModifyPluggableDatabaseManagementFeatureDetails,
|
760
813
|
"ModifySnapshotSettingsDetails": ModifySnapshotSettingsDetails,
|
761
814
|
"MySqlConfigurationDataCollection": MySqlConfigurationDataCollection,
|
762
815
|
"MySqlConfigurationDataSummary": MySqlConfigurationDataSummary,
|
@@ -800,6 +853,7 @@ database_management_type_mapping = {
|
|
800
853
|
"PreferredCredential": PreferredCredential,
|
801
854
|
"PreferredCredentialCollection": PreferredCredentialCollection,
|
802
855
|
"PreferredCredentialSummary": PreferredCredentialSummary,
|
856
|
+
"PrivateEndPointConnectorDetails": PrivateEndPointConnectorDetails,
|
803
857
|
"ProxiedForUserCollection": ProxiedForUserCollection,
|
804
858
|
"ProxiedForUserSummary": ProxiedForUserSummary,
|
805
859
|
"ProxyUserCollection": ProxyUserCollection,
|
@@ -0,0 +1,160 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20201101
|
6
|
+
|
7
|
+
from .database_connection_string_details import DatabaseConnectionStringDetails
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class BasicDatabaseConnectionStringDetails(DatabaseConnectionStringDetails):
|
14
|
+
"""
|
15
|
+
The details of the Oracle Database basic connection string.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the protocol property of a BasicDatabaseConnectionStringDetails.
|
19
|
+
#: This constant has a value of "TCP"
|
20
|
+
PROTOCOL_TCP = "TCP"
|
21
|
+
|
22
|
+
#: A constant which can be used with the protocol property of a BasicDatabaseConnectionStringDetails.
|
23
|
+
#: This constant has a value of "TCPS"
|
24
|
+
PROTOCOL_TCPS = "TCPS"
|
25
|
+
|
26
|
+
def __init__(self, **kwargs):
|
27
|
+
"""
|
28
|
+
Initializes a new BasicDatabaseConnectionStringDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.BasicDatabaseConnectionStringDetails.connection_type` attribute
|
29
|
+
of this class is ``BASIC`` and it should not be changed.
|
30
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
31
|
+
|
32
|
+
:param connection_type:
|
33
|
+
The value to assign to the connection_type property of this BasicDatabaseConnectionStringDetails.
|
34
|
+
Allowed values for this property are: "BASIC"
|
35
|
+
:type connection_type: str
|
36
|
+
|
37
|
+
:param service:
|
38
|
+
The value to assign to the service property of this BasicDatabaseConnectionStringDetails.
|
39
|
+
:type service: str
|
40
|
+
|
41
|
+
:param port:
|
42
|
+
The value to assign to the port property of this BasicDatabaseConnectionStringDetails.
|
43
|
+
:type port: int
|
44
|
+
|
45
|
+
:param protocol:
|
46
|
+
The value to assign to the protocol property of this BasicDatabaseConnectionStringDetails.
|
47
|
+
Allowed values for this property are: "TCP", "TCPS"
|
48
|
+
:type protocol: str
|
49
|
+
|
50
|
+
"""
|
51
|
+
self.swagger_types = {
|
52
|
+
'connection_type': 'str',
|
53
|
+
'service': 'str',
|
54
|
+
'port': 'int',
|
55
|
+
'protocol': 'str'
|
56
|
+
}
|
57
|
+
|
58
|
+
self.attribute_map = {
|
59
|
+
'connection_type': 'connectionType',
|
60
|
+
'service': 'service',
|
61
|
+
'port': 'port',
|
62
|
+
'protocol': 'protocol'
|
63
|
+
}
|
64
|
+
|
65
|
+
self._connection_type = None
|
66
|
+
self._service = None
|
67
|
+
self._port = None
|
68
|
+
self._protocol = None
|
69
|
+
self._connection_type = 'BASIC'
|
70
|
+
|
71
|
+
@property
|
72
|
+
def service(self):
|
73
|
+
"""
|
74
|
+
**[Required]** Gets the service of this BasicDatabaseConnectionStringDetails.
|
75
|
+
The service name of the database.
|
76
|
+
|
77
|
+
|
78
|
+
:return: The service of this BasicDatabaseConnectionStringDetails.
|
79
|
+
:rtype: str
|
80
|
+
"""
|
81
|
+
return self._service
|
82
|
+
|
83
|
+
@service.setter
|
84
|
+
def service(self, service):
|
85
|
+
"""
|
86
|
+
Sets the service of this BasicDatabaseConnectionStringDetails.
|
87
|
+
The service name of the database.
|
88
|
+
|
89
|
+
|
90
|
+
:param service: The service of this BasicDatabaseConnectionStringDetails.
|
91
|
+
:type: str
|
92
|
+
"""
|
93
|
+
self._service = service
|
94
|
+
|
95
|
+
@property
|
96
|
+
def port(self):
|
97
|
+
"""
|
98
|
+
**[Required]** Gets the port of this BasicDatabaseConnectionStringDetails.
|
99
|
+
The port number used to connect to the database.
|
100
|
+
|
101
|
+
|
102
|
+
:return: The port of this BasicDatabaseConnectionStringDetails.
|
103
|
+
:rtype: int
|
104
|
+
"""
|
105
|
+
return self._port
|
106
|
+
|
107
|
+
@port.setter
|
108
|
+
def port(self, port):
|
109
|
+
"""
|
110
|
+
Sets the port of this BasicDatabaseConnectionStringDetails.
|
111
|
+
The port number used to connect to the database.
|
112
|
+
|
113
|
+
|
114
|
+
:param port: The port of this BasicDatabaseConnectionStringDetails.
|
115
|
+
:type: int
|
116
|
+
"""
|
117
|
+
self._port = port
|
118
|
+
|
119
|
+
@property
|
120
|
+
def protocol(self):
|
121
|
+
"""
|
122
|
+
**[Required]** Gets the protocol of this BasicDatabaseConnectionStringDetails.
|
123
|
+
The protocol used to connect to the database.
|
124
|
+
|
125
|
+
Allowed values for this property are: "TCP", "TCPS"
|
126
|
+
|
127
|
+
|
128
|
+
:return: The protocol of this BasicDatabaseConnectionStringDetails.
|
129
|
+
:rtype: str
|
130
|
+
"""
|
131
|
+
return self._protocol
|
132
|
+
|
133
|
+
@protocol.setter
|
134
|
+
def protocol(self, protocol):
|
135
|
+
"""
|
136
|
+
Sets the protocol of this BasicDatabaseConnectionStringDetails.
|
137
|
+
The protocol used to connect to the database.
|
138
|
+
|
139
|
+
|
140
|
+
:param protocol: The protocol of this BasicDatabaseConnectionStringDetails.
|
141
|
+
:type: str
|
142
|
+
"""
|
143
|
+
allowed_values = ["TCP", "TCPS"]
|
144
|
+
if not value_allowed_none_or_none_sentinel(protocol, allowed_values):
|
145
|
+
raise ValueError(
|
146
|
+
f"Invalid value for `protocol`, must be None or one of {allowed_values}"
|
147
|
+
)
|
148
|
+
self._protocol = protocol
|
149
|
+
|
150
|
+
def __repr__(self):
|
151
|
+
return formatted_flat_dict(self)
|
152
|
+
|
153
|
+
def __eq__(self, other):
|
154
|
+
if other is None:
|
155
|
+
return False
|
156
|
+
|
157
|
+
return self.__dict__ == other.__dict__
|
158
|
+
|
159
|
+
def __ne__(self, other):
|
160
|
+
return not self == other
|
@@ -152,6 +152,10 @@ class ChildDatabase(object):
|
|
152
152
|
The value to assign to the defined_tags property of this ChildDatabase.
|
153
153
|
:type defined_tags: dict(str, dict(str, object))
|
154
154
|
|
155
|
+
:param system_tags:
|
156
|
+
The value to assign to the system_tags property of this ChildDatabase.
|
157
|
+
:type system_tags: dict(str, dict(str, object))
|
158
|
+
|
155
159
|
"""
|
156
160
|
self.swagger_types = {
|
157
161
|
'id': 'str',
|
@@ -163,7 +167,8 @@ class ChildDatabase(object):
|
|
163
167
|
'database_sub_type': 'str',
|
164
168
|
'time_added': 'datetime',
|
165
169
|
'freeform_tags': 'dict(str, str)',
|
166
|
-
'defined_tags': 'dict(str, dict(str, object))'
|
170
|
+
'defined_tags': 'dict(str, dict(str, object))',
|
171
|
+
'system_tags': 'dict(str, dict(str, object))'
|
167
172
|
}
|
168
173
|
|
169
174
|
self.attribute_map = {
|
@@ -176,7 +181,8 @@ class ChildDatabase(object):
|
|
176
181
|
'database_sub_type': 'databaseSubType',
|
177
182
|
'time_added': 'timeAdded',
|
178
183
|
'freeform_tags': 'freeformTags',
|
179
|
-
'defined_tags': 'definedTags'
|
184
|
+
'defined_tags': 'definedTags',
|
185
|
+
'system_tags': 'systemTags'
|
180
186
|
}
|
181
187
|
|
182
188
|
self._id = None
|
@@ -189,6 +195,7 @@ class ChildDatabase(object):
|
|
189
195
|
self._time_added = None
|
190
196
|
self._freeform_tags = None
|
191
197
|
self._defined_tags = None
|
198
|
+
self._system_tags = None
|
192
199
|
|
193
200
|
@property
|
194
201
|
def id(self):
|
@@ -480,6 +487,42 @@ class ChildDatabase(object):
|
|
480
487
|
"""
|
481
488
|
self._defined_tags = defined_tags
|
482
489
|
|
490
|
+
@property
|
491
|
+
def system_tags(self):
|
492
|
+
"""
|
493
|
+
Gets the system_tags of this ChildDatabase.
|
494
|
+
System tags for this resource. Each key is predefined and scoped to a namespace.
|
495
|
+
For more information, see `Resource Tags`__.
|
496
|
+
System tags can be viewed by users, but can only be created by the system.
|
497
|
+
|
498
|
+
Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
499
|
+
|
500
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
501
|
+
|
502
|
+
|
503
|
+
:return: The system_tags of this ChildDatabase.
|
504
|
+
:rtype: dict(str, dict(str, object))
|
505
|
+
"""
|
506
|
+
return self._system_tags
|
507
|
+
|
508
|
+
@system_tags.setter
|
509
|
+
def system_tags(self, system_tags):
|
510
|
+
"""
|
511
|
+
Sets the system_tags of this ChildDatabase.
|
512
|
+
System tags for this resource. Each key is predefined and scoped to a namespace.
|
513
|
+
For more information, see `Resource Tags`__.
|
514
|
+
System tags can be viewed by users, but can only be created by the system.
|
515
|
+
|
516
|
+
Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
517
|
+
|
518
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
519
|
+
|
520
|
+
|
521
|
+
:param system_tags: The system_tags of this ChildDatabase.
|
522
|
+
:type: dict(str, dict(str, object))
|
523
|
+
"""
|
524
|
+
self._system_tags = system_tags
|
525
|
+
|
483
526
|
def __repr__(self):
|
484
527
|
return formatted_flat_dict(self)
|
485
528
|
|
@@ -0,0 +1,123 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20201101
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class ConnectorDetails(object):
|
14
|
+
"""
|
15
|
+
The connector details required to connect to an Oracle cloud database.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the connector_type property of a ConnectorDetails.
|
19
|
+
#: This constant has a value of "PE"
|
20
|
+
CONNECTOR_TYPE_PE = "PE"
|
21
|
+
|
22
|
+
#: A constant which can be used with the connector_type property of a ConnectorDetails.
|
23
|
+
#: This constant has a value of "MACS"
|
24
|
+
CONNECTOR_TYPE_MACS = "MACS"
|
25
|
+
|
26
|
+
#: A constant which can be used with the connector_type property of a ConnectorDetails.
|
27
|
+
#: This constant has a value of "EXTERNAL"
|
28
|
+
CONNECTOR_TYPE_EXTERNAL = "EXTERNAL"
|
29
|
+
|
30
|
+
def __init__(self, **kwargs):
|
31
|
+
"""
|
32
|
+
Initializes a new ConnectorDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
|
33
|
+
to a service operations then you should favor using a subclass over the base class:
|
34
|
+
|
35
|
+
* :class:`~oci.database_management.models.ExternalConnectorDetails`
|
36
|
+
* :class:`~oci.database_management.models.MacsConnectorDetails`
|
37
|
+
* :class:`~oci.database_management.models.PrivateEndPointConnectorDetails`
|
38
|
+
|
39
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
40
|
+
|
41
|
+
:param connector_type:
|
42
|
+
The value to assign to the connector_type property of this ConnectorDetails.
|
43
|
+
Allowed values for this property are: "PE", "MACS", "EXTERNAL"
|
44
|
+
:type connector_type: str
|
45
|
+
|
46
|
+
"""
|
47
|
+
self.swagger_types = {
|
48
|
+
'connector_type': 'str'
|
49
|
+
}
|
50
|
+
|
51
|
+
self.attribute_map = {
|
52
|
+
'connector_type': 'connectorType'
|
53
|
+
}
|
54
|
+
|
55
|
+
self._connector_type = None
|
56
|
+
|
57
|
+
@staticmethod
|
58
|
+
def get_subtype(object_dictionary):
|
59
|
+
"""
|
60
|
+
Given the hash representation of a subtype of this class,
|
61
|
+
use the info in the hash to return the class of the subtype.
|
62
|
+
"""
|
63
|
+
type = object_dictionary['connectorType']
|
64
|
+
|
65
|
+
if type == 'EXTERNAL':
|
66
|
+
return 'ExternalConnectorDetails'
|
67
|
+
|
68
|
+
if type == 'MACS':
|
69
|
+
return 'MacsConnectorDetails'
|
70
|
+
|
71
|
+
if type == 'PE':
|
72
|
+
return 'PrivateEndPointConnectorDetails'
|
73
|
+
else:
|
74
|
+
return 'ConnectorDetails'
|
75
|
+
|
76
|
+
@property
|
77
|
+
def connector_type(self):
|
78
|
+
"""
|
79
|
+
**[Required]** Gets the connector_type of this ConnectorDetails.
|
80
|
+
The list of supported connection types:
|
81
|
+
- PE: Private endpoint
|
82
|
+
- MACS: Management agent
|
83
|
+
- EXTERNAL: External database connector
|
84
|
+
|
85
|
+
Allowed values for this property are: "PE", "MACS", "EXTERNAL"
|
86
|
+
|
87
|
+
|
88
|
+
:return: The connector_type of this ConnectorDetails.
|
89
|
+
:rtype: str
|
90
|
+
"""
|
91
|
+
return self._connector_type
|
92
|
+
|
93
|
+
@connector_type.setter
|
94
|
+
def connector_type(self, connector_type):
|
95
|
+
"""
|
96
|
+
Sets the connector_type of this ConnectorDetails.
|
97
|
+
The list of supported connection types:
|
98
|
+
- PE: Private endpoint
|
99
|
+
- MACS: Management agent
|
100
|
+
- EXTERNAL: External database connector
|
101
|
+
|
102
|
+
|
103
|
+
:param connector_type: The connector_type of this ConnectorDetails.
|
104
|
+
:type: str
|
105
|
+
"""
|
106
|
+
allowed_values = ["PE", "MACS", "EXTERNAL"]
|
107
|
+
if not value_allowed_none_or_none_sentinel(connector_type, allowed_values):
|
108
|
+
raise ValueError(
|
109
|
+
f"Invalid value for `connector_type`, must be None or one of {allowed_values}"
|
110
|
+
)
|
111
|
+
self._connector_type = connector_type
|
112
|
+
|
113
|
+
def __repr__(self):
|
114
|
+
return formatted_flat_dict(self)
|
115
|
+
|
116
|
+
def __eq__(self, other):
|
117
|
+
if other is None:
|
118
|
+
return False
|
119
|
+
|
120
|
+
return self.__dict__ == other.__dict__
|
121
|
+
|
122
|
+
def __ne__(self, other):
|
123
|
+
return not self == other
|