Show / Hide Table of Contents

Class EnableExternalMysqlDatabaseInsightDetails

MySQL support within the OCI Ops Insights service has been deprecated as of January 29, 2026. The information about database to be analyzed.

Inheritance
object
EnableDatabaseInsightDetails
EnableExternalMysqlDatabaseInsightDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class EnableExternalMysqlDatabaseInsightDetails : EnableDatabaseInsightDetails

Properties

DatabaseConnectorId

Declaration
[Required(ErrorMessage = "DatabaseConnectorId is required.")]
[JsonProperty(PropertyName = "databaseConnectorId")]
public string DatabaseConnectorId { get; set; }
Property Value
Type Description
string

The DBM owned database connector OCID mapping to the database credentials and connection details.

Remarks

Required

In this article
Back to top