Show / Hide Table of Contents

Class UpdateExternalMySqlDatabaseDetails

Details for updating an external MySQL database.

Inheritance
object
UpdateExternalMySqlDatabaseDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class UpdateExternalMySqlDatabaseDetails

Properties

DbName

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

Display Name of the External MySQL Database.

Remarks

Required

In this article
Back to top