Show / Hide Table of Contents

Class OpensearchPipelineReverseConnectionEndpoint

The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.

Inheritance
object
OpensearchPipelineReverseConnectionEndpoint
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 OpensearchPipelineReverseConnectionEndpoint

Properties

CustomerFqdn

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

The fully qualified domain name of the customerIp in the customer VCN

Remarks

Required

CustomerIp

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

The IPv4 address in the customer VCN

Remarks

Required

In this article
Back to top