Show / Hide Table of Contents

Class CloudDatabaseConnectionInfo

The details required to connect to a cloud Oracle Database.

Inheritance
object
CloudDbSystemConnectionInfo
CloudDatabaseConnectionInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class CloudDatabaseConnectionInfo : CloudDbSystemConnectionInfo

Properties

ConnectionCredentials

Declaration
[JsonProperty(PropertyName = "connectionCredentials")]
public DatabaseConnectionCredentials ConnectionCredentials { get; set; }
Property Value
Type Description
DatabaseConnectionCredentials

ConnectionString

Declaration
[Required(ErrorMessage = "ConnectionString is required.")]
[JsonProperty(PropertyName = "connectionString")]
public DatabaseConnectionString ConnectionString { get; set; }
Property Value
Type Description
DatabaseConnectionString
Remarks

Required

In this article
Back to top