Show / Hide Table of Contents

Class ImportConnectionDetails

Import connection from the connection metadata and oracle wallet file.

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

Properties

ConnectionDetail

Declaration
[JsonProperty(PropertyName = "connectionDetail")]
public CreateConnectionDetails ConnectionDetail { get; set; }
Property Value
Type Description
CreateConnectionDetails

ConnectionPayload

Declaration
[Required(ErrorMessage = "ConnectionPayload is required.")]
[JsonProperty(PropertyName = "connectionPayload")]
public byte[] ConnectionPayload { get; set; }
Property Value
Type Description
byte[]

The information used to import the connection.

Remarks

Required

In this article
Back to top