Show / Hide Table of Contents

Class DistributedDatabasePrivateEndpointCollection

Collection of private endpoints.

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

Properties

Items

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

Array of private endpoint summaries.

Remarks

Required

In this article
Back to top