ReverseConnectionEndpoint

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

Bases: object

Reverse connection endpoint has details of endpoint in customer VCN

Methods

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

Attributes

customer_ip [Required] Gets the customer_ip of this ReverseConnectionEndpoint.
nat_ip [Required] Gets the nat_ip of this ReverseConnectionEndpoint.
__init__(**kwargs)

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

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

[Required] Gets the customer_ip of this ReverseConnectionEndpoint. The IP addresses of the endpoint in customer VCN

Returns:The customer_ip of this ReverseConnectionEndpoint.
Return type:str
nat_ip

[Required] Gets the nat_ip of this ReverseConnectionEndpoint. The NAT IP addresses of the endpoint in service VCN

Returns:The nat_ip of this ReverseConnectionEndpoint.
Return type:str