Show / Hide Table of Contents

Class ChangeExternalMysqlDatabaseInsightConnectionDetails

Connection details of an External MySQL database insight.

Inheritance
object
ChangeExternalMysqlDatabaseInsightConnectionDetails
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 ChangeExternalMysqlDatabaseInsightConnectionDetails

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