Class MdsMySqlDatabaseInsight
Database insight resource.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class MdsMySqlDatabaseInsight : DatabaseInsight
Properties
DatabaseDisplayName
Declaration
[JsonProperty(PropertyName = "databaseDisplayName")]
public string DatabaseDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Display name of database |
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
DatabaseName
Declaration
[Required(ErrorMessage = "DatabaseName is required.")]
[JsonProperty(PropertyName = "databaseName")]
public string DatabaseName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of database |
Remarks
Required
DatabaseResourceType
Declaration
[Required(ErrorMessage = "DatabaseResourceType is required.")]
[JsonProperty(PropertyName = "databaseResourceType")]
public string DatabaseResourceType { get; set; }
Property Value
Type | Description |
---|---|
string | OCI database resource type |
Remarks
Required
DbAdditionalDetails
Declaration
[JsonProperty(PropertyName = "dbAdditionalDetails")]
public object DbAdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
object | Additional details of a db system in JSON format. For MySQL DB System, this is the DbSystem object serialized as a JSON string as defined in https://docs.oracle.com/en-us/iaas/api/#/en/mysql/20190415/DbSystem/. |
IsHeatWaveClusterAttached
Declaration
[JsonProperty(PropertyName = "isHeatWaveClusterAttached")]
public bool? IsHeatWaveClusterAttached { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies if MYSQL DB System has heatwave cluster attached. |
IsHighlyAvailable
Declaration
[JsonProperty(PropertyName = "isHighlyAvailable")]
public bool? IsHighlyAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies if MYSQL DB System is highly available. |