oci 2.129.2__py3-none-any.whl → 2.129.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +29 -29
- oci/apm_synthetics/models/__init__.py +14 -0
- oci/apm_synthetics/models/basic_authentication_details.py +99 -0
- oci/apm_synthetics/models/browser_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/create_monitor_details.py +48 -9
- oci/apm_synthetics/models/database_wallet_details.py +103 -0
- oci/apm_synthetics/models/dns_sec_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/dns_server_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/dns_trace_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/ftp_monitor_configuration.py +379 -0
- oci/apm_synthetics/models/monitor.py +112 -11
- oci/apm_synthetics/models/monitor_configuration.py +19 -3
- oci/apm_synthetics/models/monitor_summary.py +112 -11
- oci/apm_synthetics/models/network_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/password.py +109 -0
- oci/apm_synthetics/models/password_in_text.py +82 -0
- oci/apm_synthetics/models/password_in_vault.py +83 -0
- oci/apm_synthetics/models/rest_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +1 -1
- oci/apm_synthetics/models/sql_monitor_configuration.py +307 -0
- oci/apm_synthetics/models/update_monitor_details.py +37 -6
- oci/apm_synthetics/models/vantage_point_info.py +33 -2
- oci/apm_synthetics/models/worker_monitor_list.py +11 -3
- 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/auth/certificate_retriever.py +13 -6
- oci/auth/signers/instance_principals_security_token_signer.py +1 -1
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +476 -284
- oci/data_safe/models/__init__.py +12 -0
- oci/data_safe/models/audit_event_summary.py +62 -0
- oci/data_safe/models/create_discovery_job_details.py +33 -0
- oci/data_safe/models/create_security_assessment_details.py +31 -0
- oci/data_safe/models/create_sensitive_data_model_details.py +35 -0
- oci/data_safe/models/create_user_assessment_details.py +31 -0
- oci/data_safe/models/discovery_job.py +31 -0
- oci/data_safe/models/finding_summary.py +31 -0
- oci/data_safe/models/generate_report_details.py +2 -2
- oci/data_safe/models/references.py +34 -3
- oci/data_safe/models/report.py +2 -2
- oci/data_safe/models/report_definition.py +2 -2
- oci/data_safe/models/report_summary.py +2 -2
- oci/data_safe/models/schedule_report_details.py +2 -2
- oci/data_safe/models/security_assessment.py +31 -0
- oci/data_safe/models/sensitive_data_model.py +35 -0
- oci/data_safe/models/sensitive_data_model_sensitive_type_collection.py +72 -0
- oci/data_safe/models/sensitive_data_model_sensitive_type_summary.py +103 -0
- oci/data_safe/models/sql_firewall_allowed_sql.py +626 -0
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -3
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +7 -3
- oci/data_safe/models/tables_for_discovery.py +103 -0
- oci/data_safe/models/unset_security_assessment_baseline_details.py +72 -0
- oci/data_safe/models/unset_user_assessment_baseline_details.py +72 -0
- oci/data_safe/models/update_security_assessment_details.py +31 -0
- oci/data_safe/models/update_sensitive_data_model_details.py +35 -0
- oci/data_safe/models/update_user_assessment_details.py +31 -0
- oci/data_safe/models/user_assessment.py +31 -0
- oci/data_safe/models/user_assessment_summary.py +31 -0
- oci/data_safe/models/work_request.py +11 -3
- oci/data_safe/models/work_request_summary.py +11 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +707 -353
- oci/database/database_client_composite_operations.py +123 -0
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_database.py +66 -0
- oci/database/models/autonomous_database_summary.py +66 -0
- oci/database/models/change_autonomous_database_subscription_details.py +107 -0
- oci/database/models/change_cloud_exadata_infrastructure_subscription_details.py +107 -0
- oci/database/models/change_cloud_vm_cluster_subscription_details.py +107 -0
- oci/database/models/change_subscription_details.py +107 -0
- oci/database/models/cloud_exadata_infrastructure.py +35 -0
- oci/database/models/cloud_exadata_infrastructure_summary.py +35 -0
- oci/database/models/cloud_vm_cluster.py +35 -0
- oci/database/models/cloud_vm_cluster_summary.py +35 -0
- oci/database/models/create_autonomous_database_base.py +66 -0
- oci/database/models/create_autonomous_database_clone_details.py +14 -0
- oci/database/models/create_autonomous_database_details.py +14 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +14 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +14 -0
- oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
- oci/database/models/create_cloud_vm_cluster_details.py +35 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +14 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +14 -0
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +14 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +14 -0
- oci/database/models/update_autonomous_database_details.py +31 -0
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +36 -36
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +51 -51
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/object_storage/transfer/internal/download/__init__.py +1 -1
- 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/models/__init__.py +22 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +107 -0
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +51 -0
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/host_containers.py +182 -0
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +30 -3
- oci/opsi/models/host_gpu_processes.py +1 -1
- oci/opsi/models/host_gpu_usage.py +1 -1
- oci/opsi/models/host_io_usage.py +244 -0
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_performance_metric_group.py +19 -3
- oci/opsi/models/host_top_processes.py +158 -3
- oci/opsi/models/ingest_my_sql_sql_stats_details.py +72 -0
- oci/opsi/models/ingest_my_sql_sql_stats_response_details.py +72 -0
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +374 -0
- oci/opsi/models/mds_my_sql_database_insight_summary.py +210 -0
- oci/opsi/models/mds_mysql_database_configuration_summary.py +251 -0
- oci/opsi/models/my_sql_sql_stats.py +1074 -0
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/resource_statistics.py +64 -2
- oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +11 -3
- oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +11 -3
- oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +11 -3
- oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +11 -3
- oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +11 -3
- oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +11 -3
- oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +11 -3
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +2 -2
- oci/opsi/models/update_mds_my_sql_database_insight.py +65 -0
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +2 -2
- oci/opsi/operations_insights_client.py +464 -195
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/METADATA +1 -1
- {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/RECORD +390 -362
- {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/LICENSE.txt +0 -0
- {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/WHEEL +0 -0
- {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/top_level.txt +0 -0
@@ -150,7 +150,7 @@ class OpensearchClusterBackupClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/delete_opensearch_cluster_backup.py.html>`__ to see an example of how to use delete_opensearch_cluster_backup API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['opensearchClusterBackupId']
|
@@ -246,7 +246,7 @@ class OpensearchClusterBackupClient(object):
|
|
246
246
|
:rtype: :class:`~oci.response.Response`
|
247
247
|
|
248
248
|
:example:
|
249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/get_opensearch_cluster_backup.py.html>`__ to see an example of how to use get_opensearch_cluster_backup API.
|
250
250
|
"""
|
251
251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
252
252
|
required_arguments = ['opensearchClusterBackupId']
|
@@ -372,7 +372,7 @@ class OpensearchClusterBackupClient(object):
|
|
372
372
|
:rtype: :class:`~oci.response.Response`
|
373
373
|
|
374
374
|
:example:
|
375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/list_opensearch_cluster_backups.py.html>`__ to see an example of how to use list_opensearch_cluster_backups API.
|
376
376
|
"""
|
377
377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
378
378
|
required_arguments = ['compartmentId']
|
@@ -510,7 +510,7 @@ class OpensearchClusterBackupClient(object):
|
|
510
510
|
:rtype: :class:`~oci.response.Response`
|
511
511
|
|
512
512
|
:example:
|
513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/update_opensearch_cluster_backup.py.html>`__ to see an example of how to use update_opensearch_cluster_backup API.
|
514
514
|
"""
|
515
515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
516
516
|
required_arguments = ['opensearchClusterBackupId']
|
@@ -160,7 +160,7 @@ class OpensearchClusterClient(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.129.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/backup_opensearch_cluster.py.html>`__ to see an example of how to use backup_opensearch_cluster API.
|
164
164
|
"""
|
165
165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
166
166
|
required_arguments = ['opensearchClusterId']
|
@@ -268,7 +268,7 @@ class OpensearchClusterClient(object):
|
|
268
268
|
:rtype: :class:`~oci.response.Response`
|
269
269
|
|
270
270
|
:example:
|
271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/create_opensearch_cluster.py.html>`__ to see an example of how to use create_opensearch_cluster API.
|
272
272
|
"""
|
273
273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
274
274
|
required_arguments = []
|
@@ -362,7 +362,7 @@ class OpensearchClusterClient(object):
|
|
362
362
|
:rtype: :class:`~oci.response.Response`
|
363
363
|
|
364
364
|
:example:
|
365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/delete_opensearch_cluster.py.html>`__ to see an example of how to use delete_opensearch_cluster API.
|
366
366
|
"""
|
367
367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
368
368
|
required_arguments = ['opensearchClusterId']
|
@@ -458,7 +458,7 @@ class OpensearchClusterClient(object):
|
|
458
458
|
:rtype: :class:`~oci.response.Response`
|
459
459
|
|
460
460
|
:example:
|
461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/get_opensearch_cluster.py.html>`__ to see an example of how to use get_opensearch_cluster API.
|
462
462
|
"""
|
463
463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
464
464
|
required_arguments = ['opensearchClusterId']
|
@@ -554,7 +554,7 @@ class OpensearchClusterClient(object):
|
|
554
554
|
:rtype: :class:`~oci.response.Response`
|
555
555
|
|
556
556
|
:example:
|
557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
558
558
|
"""
|
559
559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
560
560
|
required_arguments = ['workRequestId']
|
@@ -677,7 +677,7 @@ class OpensearchClusterClient(object):
|
|
677
677
|
:rtype: :class:`~oci.response.Response`
|
678
678
|
|
679
679
|
:example:
|
680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/list_opensearch_clusters.py.html>`__ to see an example of how to use list_opensearch_clusters API.
|
681
681
|
"""
|
682
682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
683
683
|
required_arguments = ['compartmentId']
|
@@ -806,7 +806,7 @@ class OpensearchClusterClient(object):
|
|
806
806
|
:rtype: :class:`~oci.response.Response`
|
807
807
|
|
808
808
|
:example:
|
809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/list_opensearch_versions.py.html>`__ to see an example of how to use list_opensearch_versions API.
|
810
810
|
"""
|
811
811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
812
812
|
required_arguments = ['compartmentId']
|
@@ -904,7 +904,7 @@ class OpensearchClusterClient(object):
|
|
904
904
|
:rtype: :class:`~oci.response.Response`
|
905
905
|
|
906
906
|
:example:
|
907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
908
908
|
"""
|
909
909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
910
910
|
required_arguments = ['workRequestId']
|
@@ -1016,7 +1016,7 @@ class OpensearchClusterClient(object):
|
|
1016
1016
|
:rtype: :class:`~oci.response.Response`
|
1017
1017
|
|
1018
1018
|
:example:
|
1019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1020
1020
|
"""
|
1021
1021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1022
1022
|
required_arguments = ['workRequestId']
|
@@ -1134,7 +1134,7 @@ class OpensearchClusterClient(object):
|
|
1134
1134
|
:rtype: :class:`~oci.response.Response`
|
1135
1135
|
|
1136
1136
|
:example:
|
1137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1138
1138
|
"""
|
1139
1139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1140
1140
|
required_arguments = ['compartmentId']
|
@@ -1250,7 +1250,7 @@ class OpensearchClusterClient(object):
|
|
1250
1250
|
:rtype: :class:`~oci.response.Response`
|
1251
1251
|
|
1252
1252
|
:example:
|
1253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/opensearch_cluster_restore.py.html>`__ to see an example of how to use opensearch_cluster_restore API.
|
1254
1254
|
"""
|
1255
1255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1256
1256
|
required_arguments = ['opensearchClusterId']
|
@@ -1368,7 +1368,7 @@ class OpensearchClusterClient(object):
|
|
1368
1368
|
:rtype: :class:`~oci.response.Response`
|
1369
1369
|
|
1370
1370
|
:example:
|
1371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/resize_opensearch_cluster_horizontal.py.html>`__ to see an example of how to use resize_opensearch_cluster_horizontal API.
|
1372
1372
|
"""
|
1373
1373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1374
1374
|
required_arguments = ['opensearchClusterId']
|
@@ -1486,7 +1486,7 @@ class OpensearchClusterClient(object):
|
|
1486
1486
|
:rtype: :class:`~oci.response.Response`
|
1487
1487
|
|
1488
1488
|
:example:
|
1489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/resize_opensearch_cluster_vertical.py.html>`__ to see an example of how to use resize_opensearch_cluster_vertical API.
|
1490
1490
|
"""
|
1491
1491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1492
1492
|
required_arguments = ['opensearchClusterId']
|
@@ -1597,7 +1597,7 @@ class OpensearchClusterClient(object):
|
|
1597
1597
|
:rtype: :class:`~oci.response.Response`
|
1598
1598
|
|
1599
1599
|
:example:
|
1600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opensearch/update_opensearch_cluster.py.html>`__ to see an example of how to use update_opensearch_cluster API.
|
1601
1601
|
"""
|
1602
1602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1603
1603
|
required_arguments = ['opensearchClusterId']
|
@@ -163,7 +163,7 @@ class AccessRequestsClient(object):
|
|
163
163
|
:rtype: :class:`~oci.response.Response`
|
164
164
|
|
165
165
|
:example:
|
166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/approve_access_request.py.html>`__ to see an example of how to use approve_access_request API.
|
167
167
|
"""
|
168
168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
169
169
|
required_arguments = ['accessRequestId']
|
@@ -266,7 +266,7 @@ class AccessRequestsClient(object):
|
|
266
266
|
:rtype: :class:`~oci.response.Response`
|
267
267
|
|
268
268
|
:example:
|
269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/get_access_request.py.html>`__ to see an example of how to use get_access_request API.
|
270
270
|
"""
|
271
271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
272
272
|
required_arguments = ['accessRequestId']
|
@@ -367,7 +367,7 @@ class AccessRequestsClient(object):
|
|
367
367
|
:rtype: :class:`~oci.response.Response`
|
368
368
|
|
369
369
|
:example:
|
370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/get_audit_log_report.py.html>`__ to see an example of how to use get_audit_log_report API.
|
371
371
|
"""
|
372
372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
373
373
|
required_arguments = ['accessRequestId']
|
@@ -490,7 +490,7 @@ class AccessRequestsClient(object):
|
|
490
490
|
:rtype: :class:`~oci.response.Response`
|
491
491
|
|
492
492
|
:example:
|
493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/interaction_request.py.html>`__ to see an example of how to use interaction_request API.
|
494
494
|
"""
|
495
495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
496
496
|
required_arguments = ['accessRequestId']
|
@@ -601,7 +601,7 @@ class AccessRequestsClient(object):
|
|
601
601
|
:rtype: :class:`~oci.response.Response`
|
602
602
|
|
603
603
|
:example:
|
604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/list_access_request_histories.py.html>`__ to see an example of how to use list_access_request_histories API.
|
605
605
|
"""
|
606
606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
607
607
|
required_arguments = ['accessRequestId']
|
@@ -746,7 +746,7 @@ class AccessRequestsClient(object):
|
|
746
746
|
:rtype: :class:`~oci.response.Response`
|
747
747
|
|
748
748
|
:example:
|
749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/list_access_requests.py.html>`__ to see an example of how to use list_access_requests API.
|
750
750
|
"""
|
751
751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
752
752
|
required_arguments = ['compartmentId']
|
@@ -884,7 +884,7 @@ class AccessRequestsClient(object):
|
|
884
884
|
:rtype: :class:`~oci.response.Response`
|
885
885
|
|
886
886
|
:example:
|
887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/list_interactions.py.html>`__ to see an example of how to use list_interactions API.
|
888
888
|
"""
|
889
889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
890
890
|
required_arguments = ['accessRequestId']
|
@@ -1009,7 +1009,7 @@ class AccessRequestsClient(object):
|
|
1009
1009
|
:rtype: :class:`~oci.response.Response`
|
1010
1010
|
|
1011
1011
|
:example:
|
1012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/reject_access_request.py.html>`__ to see an example of how to use reject_access_request API.
|
1013
1013
|
"""
|
1014
1014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1015
1015
|
required_arguments = ['accessRequestId']
|
@@ -1129,7 +1129,7 @@ class AccessRequestsClient(object):
|
|
1129
1129
|
:rtype: :class:`~oci.response.Response`
|
1130
1130
|
|
1131
1131
|
:example:
|
1132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/review_access_request.py.html>`__ to see an example of how to use review_access_request API.
|
1133
1133
|
"""
|
1134
1134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1135
1135
|
required_arguments = ['accessRequestId']
|
@@ -1251,7 +1251,7 @@ class AccessRequestsClient(object):
|
|
1251
1251
|
:rtype: :class:`~oci.response.Response`
|
1252
1252
|
|
1253
1253
|
:example:
|
1254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/revoke_access_request.py.html>`__ to see an example of how to use revoke_access_request API.
|
1255
1255
|
"""
|
1256
1256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1257
1257
|
required_arguments = ['accessRequestId']
|
@@ -146,7 +146,7 @@ class OperatorActionsClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/get_operator_action.py.html>`__ to see an example of how to use get_operator_action API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = ['operatorActionId']
|
@@ -271,7 +271,7 @@ class OperatorActionsClient(object):
|
|
271
271
|
:rtype: :class:`~oci.response.Response`
|
272
272
|
|
273
273
|
:example:
|
274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/list_operator_actions.py.html>`__ to see an example of how to use list_operator_actions API.
|
275
275
|
"""
|
276
276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
277
277
|
required_arguments = ['compartmentId']
|
@@ -163,7 +163,7 @@ class OperatorControlAssignmentClient(object):
|
|
163
163
|
:rtype: :class:`~oci.response.Response`
|
164
164
|
|
165
165
|
:example:
|
166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/change_operator_control_assignment_compartment.py.html>`__ to see an example of how to use change_operator_control_assignment_compartment API.
|
167
167
|
"""
|
168
168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
169
169
|
required_arguments = ['operatorControlAssignmentId']
|
@@ -273,7 +273,7 @@ class OperatorControlAssignmentClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/create_operator_control_assignment.py.html>`__ to see an example of how to use create_operator_control_assignment API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = []
|
@@ -374,7 +374,7 @@ class OperatorControlAssignmentClient(object):
|
|
374
374
|
:rtype: :class:`~oci.response.Response`
|
375
375
|
|
376
376
|
:example:
|
377
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/delete_operator_control_assignment.py.html>`__ to see an example of how to use delete_operator_control_assignment API.
|
378
378
|
"""
|
379
379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
380
380
|
required_arguments = ['operatorControlAssignmentId']
|
@@ -480,7 +480,7 @@ class OperatorControlAssignmentClient(object):
|
|
480
480
|
:rtype: :class:`~oci.response.Response`
|
481
481
|
|
482
482
|
:example:
|
483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/get_assignment_validation_status.py.html>`__ to see an example of how to use get_assignment_validation_status API.
|
484
484
|
"""
|
485
485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
486
486
|
required_arguments = ['operatorControlAssignmentId']
|
@@ -578,7 +578,7 @@ class OperatorControlAssignmentClient(object):
|
|
578
578
|
:rtype: :class:`~oci.response.Response`
|
579
579
|
|
580
580
|
:example:
|
581
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/get_operator_control_assignment.py.html>`__ to see an example of how to use get_operator_control_assignment API.
|
582
582
|
"""
|
583
583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
584
584
|
required_arguments = ['operatorControlAssignmentId']
|
@@ -706,7 +706,7 @@ class OperatorControlAssignmentClient(object):
|
|
706
706
|
:rtype: :class:`~oci.response.Response`
|
707
707
|
|
708
708
|
:example:
|
709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/list_operator_control_assignments.py.html>`__ to see an example of how to use list_operator_control_assignments API.
|
710
710
|
"""
|
711
711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
712
712
|
required_arguments = ['compartmentId']
|
@@ -846,7 +846,7 @@ class OperatorControlAssignmentClient(object):
|
|
846
846
|
:rtype: :class:`~oci.response.Response`
|
847
847
|
|
848
848
|
:example:
|
849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/update_operator_control_assignment.py.html>`__ to see an example of how to use update_operator_control_assignment API.
|
850
850
|
"""
|
851
851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
852
852
|
required_arguments = ['operatorControlAssignmentId']
|
@@ -965,7 +965,7 @@ class OperatorControlAssignmentClient(object):
|
|
965
965
|
:rtype: :class:`~oci.response.Response`
|
966
966
|
|
967
967
|
:example:
|
968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/validate_operator_assignment.py.html>`__ to see an example of how to use validate_operator_assignment API.
|
969
969
|
"""
|
970
970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
971
971
|
required_arguments = ['operatorControlAssignmentId']
|
@@ -163,7 +163,7 @@ class OperatorControlClient(object):
|
|
163
163
|
:rtype: :class:`~oci.response.Response`
|
164
164
|
|
165
165
|
:example:
|
166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/change_operator_control_compartment.py.html>`__ to see an example of how to use change_operator_control_compartment API.
|
167
167
|
"""
|
168
168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
169
169
|
required_arguments = ['operatorControlId']
|
@@ -273,7 +273,7 @@ class OperatorControlClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/create_operator_control.py.html>`__ to see an example of how to use create_operator_control API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = []
|
@@ -378,7 +378,7 @@ class OperatorControlClient(object):
|
|
378
378
|
:rtype: :class:`~oci.response.Response`
|
379
379
|
|
380
380
|
:example:
|
381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/delete_operator_control.py.html>`__ to see an example of how to use delete_operator_control API.
|
382
382
|
"""
|
383
383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
384
384
|
required_arguments = ['operatorControlId']
|
@@ -484,7 +484,7 @@ class OperatorControlClient(object):
|
|
484
484
|
:rtype: :class:`~oci.response.Response`
|
485
485
|
|
486
486
|
:example:
|
487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/get_operator_control.py.html>`__ to see an example of how to use get_operator_control API.
|
488
488
|
"""
|
489
489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
490
490
|
required_arguments = ['operatorControlId']
|
@@ -609,7 +609,7 @@ class OperatorControlClient(object):
|
|
609
609
|
:rtype: :class:`~oci.response.Response`
|
610
610
|
|
611
611
|
:example:
|
612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/list_operator_controls.py.html>`__ to see an example of how to use list_operator_controls API.
|
613
613
|
"""
|
614
614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
615
615
|
required_arguments = ['compartmentId']
|
@@ -747,7 +747,7 @@ class OperatorControlClient(object):
|
|
747
747
|
:rtype: :class:`~oci.response.Response`
|
748
748
|
|
749
749
|
:example:
|
750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/operatoraccesscontrol/update_operator_control.py.html>`__ to see an example of how to use update_operator_control API.
|
751
751
|
"""
|
752
752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
753
753
|
required_arguments = ['operatorControlId']
|
oci/opsi/models/__init__.py
CHANGED
@@ -112,6 +112,7 @@ from .create_exadata_insight_details import CreateExadataInsightDetails
|
|
112
112
|
from .create_host_insight_details import CreateHostInsightDetails
|
113
113
|
from .create_macs_managed_cloud_host_insight_details import CreateMacsManagedCloudHostInsightDetails
|
114
114
|
from .create_macs_managed_external_host_insight_details import CreateMacsManagedExternalHostInsightDetails
|
115
|
+
from .create_mds_my_sql_database_insight_details import CreateMdsMySqlDatabaseInsightDetails
|
115
116
|
from .create_news_report_details import CreateNewsReportDetails
|
116
117
|
from .create_operations_insights_private_endpoint_details import CreateOperationsInsightsPrivateEndpointDetails
|
117
118
|
from .create_operations_insights_warehouse_details import CreateOperationsInsightsWarehouseDetails
|
@@ -175,6 +176,7 @@ from .enable_exadata_insight_details import EnableExadataInsightDetails
|
|
175
176
|
from .enable_host_insight_details import EnableHostInsightDetails
|
176
177
|
from .enable_macs_managed_cloud_host_insight_details import EnableMacsManagedCloudHostInsightDetails
|
177
178
|
from .enable_macs_managed_external_host_insight_details import EnableMacsManagedExternalHostInsightDetails
|
179
|
+
from .enable_mds_my_sql_database_insight_details import EnableMdsMySqlDatabaseInsightDetails
|
178
180
|
from .enable_pe_comanaged_database_insight_details import EnablePeComanagedDatabaseInsightDetails
|
179
181
|
from .enable_pe_comanaged_exadata_insight_details import EnablePeComanagedExadataInsightDetails
|
180
182
|
from .enterprise_manager_bridge import EnterpriseManagerBridge
|
@@ -208,6 +210,7 @@ from .historical_data_item import HistoricalDataItem
|
|
208
210
|
from .host_configuration_collection import HostConfigurationCollection
|
209
211
|
from .host_configuration_metric_group import HostConfigurationMetricGroup
|
210
212
|
from .host_configuration_summary import HostConfigurationSummary
|
213
|
+
from .host_containers import HostContainers
|
211
214
|
from .host_cpu_hardware_configuration import HostCpuHardwareConfiguration
|
212
215
|
from .host_cpu_recommendations import HostCpuRecommendations
|
213
216
|
from .host_cpu_statistics import HostCpuStatistics
|
@@ -230,6 +233,7 @@ from .host_insights import HostInsights
|
|
230
233
|
from .host_insights_data_object import HostInsightsDataObject
|
231
234
|
from .host_insights_data_object_summary import HostInsightsDataObjectSummary
|
232
235
|
from .host_instance_map import HostInstanceMap
|
236
|
+
from .host_io_usage import HostIoUsage
|
233
237
|
from .host_memory_configuration import HostMemoryConfiguration
|
234
238
|
from .host_memory_recommendations import HostMemoryRecommendations
|
235
239
|
from .host_memory_statistics import HostMemoryStatistics
|
@@ -263,6 +267,8 @@ from .ingest_host_configuration_details import IngestHostConfigurationDetails
|
|
263
267
|
from .ingest_host_configuration_response_details import IngestHostConfigurationResponseDetails
|
264
268
|
from .ingest_host_metrics_details import IngestHostMetricsDetails
|
265
269
|
from .ingest_host_metrics_response_details import IngestHostMetricsResponseDetails
|
270
|
+
from .ingest_my_sql_sql_stats_details import IngestMySqlSqlStatsDetails
|
271
|
+
from .ingest_my_sql_sql_stats_response_details import IngestMySqlSqlStatsResponseDetails
|
266
272
|
from .ingest_my_sql_sql_text_details import IngestMySqlSqlTextDetails
|
267
273
|
from .ingest_my_sql_sql_text_response_details import IngestMySqlSqlTextResponseDetails
|
268
274
|
from .ingest_sql_bucket_details import IngestSqlBucketDetails
|
@@ -284,6 +290,10 @@ from .macs_managed_external_database_insight_summary import MacsManagedExternalD
|
|
284
290
|
from .macs_managed_external_host_configuration_summary import MacsManagedExternalHostConfigurationSummary
|
285
291
|
from .macs_managed_external_host_insight import MacsManagedExternalHostInsight
|
286
292
|
from .macs_managed_external_host_insight_summary import MacsManagedExternalHostInsightSummary
|
293
|
+
from .mds_my_sql_database_insight import MdsMySqlDatabaseInsight
|
294
|
+
from .mds_my_sql_database_insight_summary import MdsMySqlDatabaseInsightSummary
|
295
|
+
from .mds_mysql_database_configuration_summary import MdsMysqlDatabaseConfigurationSummary
|
296
|
+
from .my_sql_sql_stats import MySqlSqlStats
|
287
297
|
from .my_sql_sql_text import MySqlSqlText
|
288
298
|
from .network_usage_trend import NetworkUsageTrend
|
289
299
|
from .network_usage_trend_aggregation import NetworkUsageTrendAggregation
|
@@ -429,6 +439,7 @@ from .update_host_insight_details import UpdateHostInsightDetails
|
|
429
439
|
from .update_macs_managed_cloud_host_insight_details import UpdateMacsManagedCloudHostInsightDetails
|
430
440
|
from .update_macs_managed_external_database_insight_details import UpdateMacsManagedExternalDatabaseInsightDetails
|
431
441
|
from .update_macs_managed_external_host_insight_details import UpdateMacsManagedExternalHostInsightDetails
|
442
|
+
from .update_mds_my_sql_database_insight import UpdateMdsMySqlDatabaseInsight
|
432
443
|
from .update_news_report_details import UpdateNewsReportDetails
|
433
444
|
from .update_operations_insights_private_endpoint_details import UpdateOperationsInsightsPrivateEndpointDetails
|
434
445
|
from .update_operations_insights_warehouse_details import UpdateOperationsInsightsWarehouseDetails
|
@@ -562,6 +573,7 @@ opsi_type_mapping = {
|
|
562
573
|
"CreateHostInsightDetails": CreateHostInsightDetails,
|
563
574
|
"CreateMacsManagedCloudHostInsightDetails": CreateMacsManagedCloudHostInsightDetails,
|
564
575
|
"CreateMacsManagedExternalHostInsightDetails": CreateMacsManagedExternalHostInsightDetails,
|
576
|
+
"CreateMdsMySqlDatabaseInsightDetails": CreateMdsMySqlDatabaseInsightDetails,
|
565
577
|
"CreateNewsReportDetails": CreateNewsReportDetails,
|
566
578
|
"CreateOperationsInsightsPrivateEndpointDetails": CreateOperationsInsightsPrivateEndpointDetails,
|
567
579
|
"CreateOperationsInsightsWarehouseDetails": CreateOperationsInsightsWarehouseDetails,
|
@@ -625,6 +637,7 @@ opsi_type_mapping = {
|
|
625
637
|
"EnableHostInsightDetails": EnableHostInsightDetails,
|
626
638
|
"EnableMacsManagedCloudHostInsightDetails": EnableMacsManagedCloudHostInsightDetails,
|
627
639
|
"EnableMacsManagedExternalHostInsightDetails": EnableMacsManagedExternalHostInsightDetails,
|
640
|
+
"EnableMdsMySqlDatabaseInsightDetails": EnableMdsMySqlDatabaseInsightDetails,
|
628
641
|
"EnablePeComanagedDatabaseInsightDetails": EnablePeComanagedDatabaseInsightDetails,
|
629
642
|
"EnablePeComanagedExadataInsightDetails": EnablePeComanagedExadataInsightDetails,
|
630
643
|
"EnterpriseManagerBridge": EnterpriseManagerBridge,
|
@@ -658,6 +671,7 @@ opsi_type_mapping = {
|
|
658
671
|
"HostConfigurationCollection": HostConfigurationCollection,
|
659
672
|
"HostConfigurationMetricGroup": HostConfigurationMetricGroup,
|
660
673
|
"HostConfigurationSummary": HostConfigurationSummary,
|
674
|
+
"HostContainers": HostContainers,
|
661
675
|
"HostCpuHardwareConfiguration": HostCpuHardwareConfiguration,
|
662
676
|
"HostCpuRecommendations": HostCpuRecommendations,
|
663
677
|
"HostCpuStatistics": HostCpuStatistics,
|
@@ -680,6 +694,7 @@ opsi_type_mapping = {
|
|
680
694
|
"HostInsightsDataObject": HostInsightsDataObject,
|
681
695
|
"HostInsightsDataObjectSummary": HostInsightsDataObjectSummary,
|
682
696
|
"HostInstanceMap": HostInstanceMap,
|
697
|
+
"HostIoUsage": HostIoUsage,
|
683
698
|
"HostMemoryConfiguration": HostMemoryConfiguration,
|
684
699
|
"HostMemoryRecommendations": HostMemoryRecommendations,
|
685
700
|
"HostMemoryStatistics": HostMemoryStatistics,
|
@@ -713,6 +728,8 @@ opsi_type_mapping = {
|
|
713
728
|
"IngestHostConfigurationResponseDetails": IngestHostConfigurationResponseDetails,
|
714
729
|
"IngestHostMetricsDetails": IngestHostMetricsDetails,
|
715
730
|
"IngestHostMetricsResponseDetails": IngestHostMetricsResponseDetails,
|
731
|
+
"IngestMySqlSqlStatsDetails": IngestMySqlSqlStatsDetails,
|
732
|
+
"IngestMySqlSqlStatsResponseDetails": IngestMySqlSqlStatsResponseDetails,
|
716
733
|
"IngestMySqlSqlTextDetails": IngestMySqlSqlTextDetails,
|
717
734
|
"IngestMySqlSqlTextResponseDetails": IngestMySqlSqlTextResponseDetails,
|
718
735
|
"IngestSqlBucketDetails": IngestSqlBucketDetails,
|
@@ -734,6 +751,10 @@ opsi_type_mapping = {
|
|
734
751
|
"MacsManagedExternalHostConfigurationSummary": MacsManagedExternalHostConfigurationSummary,
|
735
752
|
"MacsManagedExternalHostInsight": MacsManagedExternalHostInsight,
|
736
753
|
"MacsManagedExternalHostInsightSummary": MacsManagedExternalHostInsightSummary,
|
754
|
+
"MdsMySqlDatabaseInsight": MdsMySqlDatabaseInsight,
|
755
|
+
"MdsMySqlDatabaseInsightSummary": MdsMySqlDatabaseInsightSummary,
|
756
|
+
"MdsMysqlDatabaseConfigurationSummary": MdsMysqlDatabaseConfigurationSummary,
|
757
|
+
"MySqlSqlStats": MySqlSqlStats,
|
737
758
|
"MySqlSqlText": MySqlSqlText,
|
738
759
|
"NetworkUsageTrend": NetworkUsageTrend,
|
739
760
|
"NetworkUsageTrendAggregation": NetworkUsageTrendAggregation,
|
@@ -879,6 +900,7 @@ opsi_type_mapping = {
|
|
879
900
|
"UpdateMacsManagedCloudHostInsightDetails": UpdateMacsManagedCloudHostInsightDetails,
|
880
901
|
"UpdateMacsManagedExternalDatabaseInsightDetails": UpdateMacsManagedExternalDatabaseInsightDetails,
|
881
902
|
"UpdateMacsManagedExternalHostInsightDetails": UpdateMacsManagedExternalHostInsightDetails,
|
903
|
+
"UpdateMdsMySqlDatabaseInsight": UpdateMdsMySqlDatabaseInsight,
|
882
904
|
"UpdateNewsReportDetails": UpdateNewsReportDetails,
|
883
905
|
"UpdateOperationsInsightsPrivateEndpointDetails": UpdateOperationsInsightsPrivateEndpointDetails,
|
884
906
|
"UpdateOperationsInsightsWarehouseDetails": UpdateOperationsInsightsWarehouseDetails,
|
@@ -27,7 +27,7 @@ class AutonomousDatabaseConfigurationSummary(DatabaseConfigurationSummary):
|
|
27
27
|
|
28
28
|
:param entity_source:
|
29
29
|
The value to assign to the entity_source property of this AutonomousDatabaseConfigurationSummary.
|
30
|
-
Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"
|
30
|
+
Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"
|
31
31
|
:type entity_source: str
|
32
32
|
|
33
33
|
:param compartment_id:
|
@@ -23,7 +23,7 @@ class AutonomousDatabaseInsight(DatabaseInsight):
|
|
23
23
|
|
24
24
|
:param entity_source:
|
25
25
|
The value to assign to the entity_source property of this AutonomousDatabaseInsight.
|
26
|
-
Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"
|
26
|
+
Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"
|
27
27
|
:type entity_source: str
|
28
28
|
|
29
29
|
:param id:
|
@@ -67,7 +67,7 @@ class AutonomousDatabaseInsightSummary(DatabaseInsightSummary):
|
|
67
67
|
|
68
68
|
:param entity_source:
|
69
69
|
The value to assign to the entity_source property of this AutonomousDatabaseInsightSummary.
|
70
|
-
Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"
|
70
|
+
Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"
|
71
71
|
:type entity_source: str
|
72
72
|
|
73
73
|
:param processor_count:
|
@@ -23,11 +23,16 @@ class CreateDatabaseInsightDetails(object):
|
|
23
23
|
#: This constant has a value of "PE_COMANAGED_DATABASE"
|
24
24
|
ENTITY_SOURCE_PE_COMANAGED_DATABASE = "PE_COMANAGED_DATABASE"
|
25
25
|
|
26
|
+
#: A constant which can be used with the entity_source property of a CreateDatabaseInsightDetails.
|
27
|
+
#: This constant has a value of "MDS_MYSQL_DATABASE_SYSTEM"
|
28
|
+
ENTITY_SOURCE_MDS_MYSQL_DATABASE_SYSTEM = "MDS_MYSQL_DATABASE_SYSTEM"
|
29
|
+
|
26
30
|
def __init__(self, **kwargs):
|
27
31
|
"""
|
28
32
|
Initializes a new CreateDatabaseInsightDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
|
29
33
|
to a service operations then you should favor using a subclass over the base class:
|
30
34
|
|
35
|
+
* :class:`~oci.opsi.models.CreateMdsMySqlDatabaseInsightDetails`
|
31
36
|
* :class:`~oci.opsi.models.CreateEmManagedExternalDatabaseInsightDetails`
|
32
37
|
* :class:`~oci.opsi.models.CreatePeComanagedDatabaseInsightDetails`
|
33
38
|
|
@@ -35,7 +40,7 @@ class CreateDatabaseInsightDetails(object):
|
|
35
40
|
|
36
41
|
:param entity_source:
|
37
42
|
The value to assign to the entity_source property of this CreateDatabaseInsightDetails.
|
38
|
-
Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"
|
43
|
+
Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"
|
39
44
|
:type entity_source: str
|
40
45
|
|
41
46
|
:param compartment_id:
|
@@ -78,6 +83,9 @@ class CreateDatabaseInsightDetails(object):
|
|
78
83
|
"""
|
79
84
|
type = object_dictionary['entitySource']
|
80
85
|
|
86
|
+
if type == 'MDS_MYSQL_DATABASE_SYSTEM':
|
87
|
+
return 'CreateMdsMySqlDatabaseInsightDetails'
|
88
|
+
|
81
89
|
if type == 'EM_MANAGED_EXTERNAL_DATABASE':
|
82
90
|
return 'CreateEmManagedExternalDatabaseInsightDetails'
|
83
91
|
|
@@ -92,7 +100,7 @@ class CreateDatabaseInsightDetails(object):
|
|
92
100
|
**[Required]** Gets the entity_source of this CreateDatabaseInsightDetails.
|
93
101
|
Source of the database entity.
|
94
102
|
|
95
|
-
Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"
|
103
|
+
Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"
|
96
104
|
|
97
105
|
|
98
106
|
:return: The entity_source of this CreateDatabaseInsightDetails.
|
@@ -110,7 +118,7 @@ class CreateDatabaseInsightDetails(object):
|
|
110
118
|
:param entity_source: The entity_source of this CreateDatabaseInsightDetails.
|
111
119
|
:type: str
|
112
120
|
"""
|
113
|
-
allowed_values = ["EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"]
|
121
|
+
allowed_values = ["EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"]
|
114
122
|
if not value_allowed_none_or_none_sentinel(entity_source, allowed_values):
|
115
123
|
raise ValueError(
|
116
124
|
f"Invalid value for `entity_source`, must be None or one of {allowed_values}"
|
@@ -23,7 +23,7 @@ class CreateEmManagedExternalDatabaseInsightDetails(CreateDatabaseInsightDetails
|
|
23
23
|
|
24
24
|
:param entity_source:
|
25
25
|
The value to assign to the entity_source property of this CreateEmManagedExternalDatabaseInsightDetails.
|
26
|
-
Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE"
|
26
|
+
Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM"
|
27
27
|
:type entity_source: str
|
28
28
|
|
29
29
|
:param compartment_id:
|