Show / Hide Table of Contents

Class CreateMdsMySqlDatabaseInsightDetails

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
CreateDatabaseInsightDetails
CreateMdsMySqlDatabaseInsightDetails
Inherited Members
CreateDatabaseInsightDetails.CompartmentId
CreateDatabaseInsightDetails.FreeformTags
CreateDatabaseInsightDetails.DefinedTags
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 CreateMdsMySqlDatabaseInsightDetails : CreateDatabaseInsightDetails

Properties

DatabaseId

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

The OCID of the database.

Remarks

Required

In this article
Back to top