Show / Hide Table of Contents

Class ManagedMySqlDatabaseCollection

A collection of Managed MySQL Database objects. MySQL support within OCI Database Management service has been deprecated as of January 29, 2026.

Inheritance
object
ManagedMySqlDatabaseCollection
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 ManagedMySqlDatabaseCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ManagedMySqlDatabaseSummary> Items { get; set; }
Property Value
Type Description
List<ManagedMySqlDatabaseSummary>

An array of ManagedMySqlDatabaseSummary resources.

Remarks

Required

In this article
Back to top