Show / Hide Table of Contents

Class OracleProfile

Oracle database profile.

Inheritance
object
OracleProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class OracleProfile : IDirectResponseSchema

Properties

ConnectionAttributes

Connection string attributes

Declaration
[JsonProperty("connectionAttributes")]
public virtual IDictionary<string, string> ConnectionAttributes { get; set; }
Property Value
Type Description
IDictionary<string, string>

DatabaseService

Required. Database for the Oracle connection.

Declaration
[JsonProperty("databaseService")]
public virtual string DatabaseService { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hostname

Required. Hostname for the Oracle connection.

Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type Description
string

OracleAsmConfig

Optional. Configuration for Oracle ASM connection.

Declaration
[JsonProperty("oracleAsmConfig")]
public virtual OracleAsmConfig OracleAsmConfig { get; set; }
Property Value
Type Description
OracleAsmConfig

OracleSslConfig

Optional. SSL configuration for the Oracle connection.

Declaration
[JsonProperty("oracleSslConfig")]
public virtual OracleSslConfig OracleSslConfig { get; set; }
Property Value
Type Description
OracleSslConfig

Password

Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password field.

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
string

Port

Port for the Oracle connection, default value is 1521.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

SecretManagerStoredPassword

Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the password field.

Declaration
[JsonProperty("secretManagerStoredPassword")]
public virtual string SecretManagerStoredPassword { get; set; }
Property Value
Type Description
string

Username

Required. Username for the Oracle connection.

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX