Show / Hide Table of Contents

Class DatabaseToolsPrivateEndpointReverseConnectionsSourceIp

Source IP information for reverse connection configuration.

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

Properties

SourceIp

Declaration
[JsonProperty(PropertyName = "sourceIp")]
public string SourceIp { get; set; }
Property Value
Type Description
string

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

In this article
Back to top