OpensearchPipelineReverseConnectionEndpoint

class oci.opensearch.models.OpensearchPipelineReverseConnectionEndpoint(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new OpensearchPipelineReverseConnectionEndpoint object with values from keyword arguments.

Attributes

customer_fqdn [Required] Gets the customer_fqdn of this OpensearchPipelineReverseConnectionEndpoint.
customer_ip [Required] Gets the customer_ip of this OpensearchPipelineReverseConnectionEndpoint.
__init__(**kwargs)

Initializes a new OpensearchPipelineReverseConnectionEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • customer_fqdn (str) – The value to assign to the customer_fqdn property of this OpensearchPipelineReverseConnectionEndpoint.
  • customer_ip (str) – The value to assign to the customer_ip property of this OpensearchPipelineReverseConnectionEndpoint.
customer_fqdn

[Required] Gets the customer_fqdn of this OpensearchPipelineReverseConnectionEndpoint. The fully qualified domain name of the customerIp in the customer VCN

Returns:The customer_fqdn of this OpensearchPipelineReverseConnectionEndpoint.
Return type:str
customer_ip

[Required] Gets the customer_ip of this OpensearchPipelineReverseConnectionEndpoint. The IPv4 address in the customer VCN

Returns:The customer_ip of this OpensearchPipelineReverseConnectionEndpoint.
Return type:str