Show / Hide Table of Contents

Class ReverseConnectionEndpoint

Reverse connection endpoint has details of endpoint in customer VCN

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

Properties

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

In this article
Back to top