Show / Hide Table of Contents

Class OutboundConnection

Base representation for Outbound Connection (Reverse Connection).

Inheritance
object
OutboundConnection
NoneOutboundConnection
PrivateEndpointOutboundConnection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IntegrationService.Models
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
[JsonConverter(typeof(OutboundConnectionModelConverter))]
public class OutboundConnection
In this article
Back to top