Show / Hide Table of Contents

Class PrivateEndPointConnectorDetails

The private endpoint details required to connect to an Oracle cloud Database.

Inheritance
object
ConnectorDetails
PrivateEndPointConnectorDetails
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 PrivateEndPointConnectorDetails : ConnectorDetails

Properties

PrivateEndPointId

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

The OCID of the private endpoint.

Remarks

Required

In this article
Back to top