public sealed class OracleProfile : IMessage<OracleProfile>, IEquatable<OracleProfile>, IDeepCloneable<OracleProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class OracleProfile.
Oracle database profile. Next ID: 10.
Implements
IMessageOracleProfile, IEquatableOracleProfile, IDeepCloneableOracleProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
OracleProfile()
public OracleProfile()
OracleProfile(OracleProfile)
public OracleProfile(OracleProfile other)
Parameter | |
---|---|
Name | Description |
other |
OracleProfile |
Properties
ConnectionAttributes
public MapField<string, string> ConnectionAttributes { get; }
Connection string attributes
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
DatabaseService
public string DatabaseService { get; set; }
Required. Database for the Oracle connection.
Property Value | |
---|---|
Type | Description |
string |
Hostname
public string Hostname { get; set; }
Required. Hostname for the Oracle connection.
Property Value | |
---|---|
Type | Description |
string |
OracleAsmConfig
public OracleAsmConfig OracleAsmConfig { get; set; }
Optional. Configuration for Oracle ASM connection.
Property Value | |
---|---|
Type | Description |
OracleAsmConfig |
OracleSslConfig
public OracleSslConfig OracleSslConfig { get; set; }
Optional. SSL configuration for the Oracle connection.
Property Value | |
---|---|
Type | Description |
OracleSslConfig |
Password
public string Password { get; set; }
Optional. Password for the Oracle connection. Mutually exclusive with the
secret_manager_stored_password
field.
Property Value | |
---|---|
Type | Description |
string |
Port
public int Port { get; set; }
Port for the Oracle connection, default value is 1521.
Property Value | |
---|---|
Type | Description |
int |
SecretManagerStoredPassword
public string SecretManagerStoredPassword { get; set; }
Optional. A reference to a Secret Manager resource name storing the Oracle
connection password. Mutually exclusive with the password
field.
Property Value | |
---|---|
Type | Description |
string |
Username
public string Username { get; set; }
Required. Username for the Oracle connection.
Property Value | |
---|---|
Type | Description |
string |