public sealed class IngressIp : IMessage<IngressIp>, IEquatable<IngressIp>, IDeepCloneable<IngressIp>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class IngressIp.
The ingress IPs of the GoldengateDeployment.
Implements
IMessageIngressIp, IEquatableIngressIp, IDeepCloneableIngressIp, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
IngressIp()
public IngressIp()IngressIp(IngressIp)
public IngressIp(IngressIp other)| Parameter | |
|---|---|
| Name | Description |
other |
IngressIp |
Properties
IngressIpAddress
public string IngressIpAddress { get; set; }Output only. The ingress IP.
| Property Value | |
|---|---|
| Type | Description |
string |
|