Show / Hide Table of Contents

Class AssociatedDatabaseCollection

A collection of databases using a Database Management private endpoint.

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

Properties

Items

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

A list of databases using a Database Management private endpoint.

Remarks

Required

In this article
Back to top