Interface protos.google.cloud.datastream.v1.IOracleProfile (3.4.0)

Properties of an OracleProfile.

Package

@google-cloud/datastream

Properties

connectionAttributes

connectionAttributes?: ({ [k: string]: string }|null);

OracleProfile connectionAttributes

databaseService

databaseService?: (string|null);

OracleProfile databaseService

hostname

hostname?: (string|null);

OracleProfile hostname

oracleAsmConfig

oracleAsmConfig?: (google.cloud.datastream.v1.IOracleAsmConfig|null);

OracleProfile oracleAsmConfig

oracleSslConfig

oracleSslConfig?: (google.cloud.datastream.v1.IOracleSslConfig|null);

OracleProfile oracleSslConfig

password

password?: (string|null);

OracleProfile password

port

port?: (number|null);

OracleProfile port

secretManagerStoredPassword

secretManagerStoredPassword?: (string|null);

OracleProfile secretManagerStoredPassword

username

username?: (string|null);

OracleProfile username