Class OpensearchPipelineReverseConnectionEndpoint
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
Inherited Members
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