public sealed class OracleAsmConfig : IMessage<OracleAsmConfig>, IEquatable<OracleAsmConfig>, IDeepCloneable<OracleAsmConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class OracleAsmConfig.
Configuration for Oracle Automatic Storage Management (ASM) connection. .
Implements
IMessageOracleAsmConfig, IEquatableOracleAsmConfig, IDeepCloneableOracleAsmConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
OracleAsmConfig()
public OracleAsmConfig()
OracleAsmConfig(OracleAsmConfig)
public OracleAsmConfig(OracleAsmConfig other)
Parameter | |
---|---|
Name | Description |
other |
OracleAsmConfig |
Properties
AsmService
public string AsmService { get; set; }
Required. ASM service name for the Oracle ASM connection.
Property Value | |
---|---|
Type | Description |
string |
ConnectionAttributes
public MapField<string, string> ConnectionAttributes { get; }
Optional. Connection string attributes
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Hostname
public string Hostname { get; set; }
Required. Hostname for the Oracle ASM connection.
Property Value | |
---|---|
Type | Description |
string |
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 ASM connection.
Property Value | |
---|---|
Type | Description |
string |
Port
public int Port { get; set; }
Required. Port for the Oracle ASM connection.
Property Value | |
---|---|
Type | Description |
int |
Username
public string Username { get; set; }
Required. Username for the Oracle ASM connection.
Property Value | |
---|---|
Type | Description |
string |