IngressIpDetails

class oci.golden_gate.models.IngressIpDetails(**kwargs)

Bases: object

Private Endpoint IP Addresses created in the customer’s subnet. GoldenGate service will use these ingress IP addresses to send all specific requests initiated from the service. These are typically used for accessing customer resources.

Methods

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

Attributes

ingress_ip [Required] Gets the ingress_ip of this IngressIpDetails.
__init__(**kwargs)

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

Parameters:ingress_ip (str) – The value to assign to the ingress_ip property of this IngressIpDetails.
ingress_ip

[Required] Gets the ingress_ip of this IngressIpDetails. A Private Endpoint IPv4 or IPv6 Address created in the customer’s subnet.

Returns:The ingress_ip of this IngressIpDetails.
Return type:str