Class CloudDatabaseConnectionInfo
The details required to connect to a cloud Oracle Database.
Inherited Members
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