Show / Hide Table of Contents

Class IngressIpDetails

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.

Inheritance
object
IngressIpDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class IngressIpDetails

Properties

IngressIp

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

A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.

Remarks

Required

In this article
Back to top