Show / Hide Table of Contents

Class ExternalMysqlDatabaseInsightSummary

Summary of a database insight resource.

Inheritance
object
DatabaseInsightSummary
ExternalMysqlDatabaseInsightSummary
Inherited Members
DatabaseInsightSummary.Id
DatabaseInsightSummary.DatabaseId
DatabaseInsightSummary.CompartmentId
DatabaseInsightSummary.DatabaseName
DatabaseInsightSummary.DatabaseDisplayName
DatabaseInsightSummary.DatabaseType
DatabaseInsightSummary.DatabaseVersion
DatabaseInsightSummary.DatabaseHostNames
DatabaseInsightSummary.FreeformTags
DatabaseInsightSummary.DefinedTags
DatabaseInsightSummary.SystemTags
DatabaseInsightSummary.ProcessorCount
DatabaseInsightSummary.Status
DatabaseInsightSummary.TimeCreated
DatabaseInsightSummary.TimeUpdated
DatabaseInsightSummary.LifecycleState
DatabaseInsightSummary.LifecycleDetails
DatabaseInsightSummary.DatabaseConnectionStatusDetails
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 ExternalMysqlDatabaseInsightSummary : DatabaseInsightSummary

Properties

AgentId

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

The OCID of the Management Agent

Remarks

Required

DatabaseConnectorId

Declaration
[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.

DatabaseResourceType

Declaration
[JsonProperty(PropertyName = "databaseResourceType")]
public string DatabaseResourceType { get; set; }
Property Value
Type Description
string

OCI database resource type

In this article
Back to top