Class PrivateEndPointConnectorDetails
The private endpoint details required to connect to an Oracle cloud Database.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class PrivateEndPointConnectorDetails : ConnectorDetailsProperties
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