DataStream v1 API - Class OracleAsmConfig (2.8.0)

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.

Inheritance

object > OracleAsmConfig

Namespace

Google.Cloud.Datastream.V1

Assembly

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; }

Required. 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