Show / Hide Table of Contents

Class PrivateEndpointMetadata

The private endpoint metadata for the connector's source or target.

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

Properties

RceDnsProxyIpAddress

Declaration
[JsonProperty(PropertyName = "rceDnsProxyIpAddress")]
public string RceDnsProxyIpAddress { get; set; }
Property Value
Type Description
string

The reverse connection endpoint (RCE) IP address for DNS lookups.

RceTrafficIpAddress

Declaration
[JsonProperty(PropertyName = "rceTrafficIpAddress")]
public string RceTrafficIpAddress { get; set; }
Property Value
Type Description
string

The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.

In this article
Back to top