Show / Hide Table of Contents

Class MdsMysqlDatabaseConfigurationSummary

Configuration Summary of a MDS MYSQL database.

Inheritance
object
DatabaseConfigurationSummary
MdsMysqlDatabaseConfigurationSummary
Inherited Members
DatabaseConfigurationSummary.DatabaseInsightId
DatabaseConfigurationSummary.CompartmentId
DatabaseConfigurationSummary.DatabaseName
DatabaseConfigurationSummary.DatabaseDisplayName
DatabaseConfigurationSummary.DatabaseType
DatabaseConfigurationSummary.DatabaseVersion
DatabaseConfigurationSummary.CdbName
DatabaseConfigurationSummary.DefinedTags
DatabaseConfigurationSummary.FreeformTags
DatabaseConfigurationSummary.ProcessorCount
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 MdsMysqlDatabaseConfigurationSummary : DatabaseConfigurationSummary

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

IsHeatWaveClusterAttached

Declaration
[Required(ErrorMessage = "IsHeatWaveClusterAttached is required.")]
[JsonProperty(PropertyName = "isHeatWaveClusterAttached")]
public bool? IsHeatWaveClusterAttached { get; set; }
Property Value
Type Description
bool?

Specifies if MYSQL DB System has heatwave cluster attached.

Remarks

Required

IsHighlyAvailable

Declaration
[Required(ErrorMessage = "IsHighlyAvailable is required.")]
[JsonProperty(PropertyName = "isHighlyAvailable")]
public bool? IsHighlyAvailable { get; set; }
Property Value
Type Description
bool?

Specifies if MYSQL DB System is highly available.

Remarks

Required

ShapeName

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

The shape of the primary instances of MYSQL DB system. The shape determines resources allocated to a DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM shapes.

Remarks

Required

In this article
Back to top