Show / Hide Table of Contents

Class ChangePrivateEndpointOutboundConnectionDetails

Inheritance
object
ChangePrivateEndpointOutboundConnectionDetails
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
public class ChangePrivateEndpointOutboundConnectionDetails

Properties

PrivateEndpointOutboundConnection

Declaration
[JsonProperty(PropertyName = "privateEndpointOutboundConnection")]
public OutboundConnection PrivateEndpointOutboundConnection { get; set; }
Property Value
Type Description
OutboundConnection
In this article
Back to top