Show / Hide Table of Contents

Class OnPremiseConnector

The details required to establish a connection to the database using an on-premises connector.

Inheritance
object
ConnectionOption
OnPremiseConnector
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class OnPremiseConnector : ConnectionOption

Properties

OnPremConnectorId

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

The OCID of the on-premises connector.

Remarks

Required

In this article
Back to top