Show / Hide Table of Contents

Class DatabaseToolsPrivateEndpointReverseConnectionConfiguration

Reverse connection configuration details of the private endpoint.

Inheritance
object
DatabaseToolsPrivateEndpointReverseConnectionConfiguration
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 DatabaseToolsPrivateEndpointReverseConnectionConfiguration

Properties

ReverseConnectionsSourceIps

Declaration
[JsonProperty(PropertyName = "reverseConnectionsSourceIps")]
public List<DatabaseToolsPrivateEndpointReverseConnectionsSourceIp> ReverseConnectionsSourceIps { get; set; }
Property Value
Type Description
List<DatabaseToolsPrivateEndpointReverseConnectionsSourceIp>

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

In this article
Back to top