Show / Hide Table of Contents

Class PrivateEndpoint

The details required to establish a connection to the database using a private endpoint.

Inheritance
object
ConnectionOption
PrivateEndpoint
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class PrivateEndpoint : ConnectionOption

Properties

DatasafePrivateEndpointId

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

The OCID of the Data Safe private endpoint.

Remarks

Required

In this article
Back to top