Class PrivateEndpointMetadata
The private endpoint metadata for the connector's source or target.
Inherited Members
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. |