Show / Hide Table of Contents

Class SourceDetailsResponse

An object that represents the source of the flow defined by the connector. An example source is the VCNFlow logs within the NetworkLogs group. For more information about flows defined by connectors, see Overview of Connector Hub. For configuration instructions, see Creating a Connector.

Inheritance
object
SourceDetailsResponse
LoggingSourceDetailsResponse
MonitoringSourceDetailsResponse
PluginSourceDetailsResponse
StreamingSourceDetailsResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
[JsonConverter(typeof(SourceDetailsResponseModelConverter))]
public class SourceDetailsResponse

Properties

PrivateEndpointMetadata

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