Class ReverseConnectionEndpoint
Reverse connection endpoint has details of endpoint in customer VCN
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class ReverseConnectionEndpointProperties
CustomerIp
Declaration
[Required(ErrorMessage = "CustomerIp is required.")]
[JsonProperty(PropertyName = "customerIp")]
public string CustomerIp { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The IP addresses of the endpoint in customer VCN | 
Remarks
Required
NatIp
Declaration
[Required(ErrorMessage = "NatIp is required.")]
[JsonProperty(PropertyName = "natIp")]
public string NatIp { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The NAT IP addresses of the endpoint in service VCN | 
Remarks
Required