Interface protos.google.cloud.datastream.v1.IOracleAsmConfig (3.3.0)

Properties of an OracleAsmConfig.

Package

@google-cloud/datastream

Properties

asmService

asmService?: (string|null);

OracleAsmConfig asmService

connectionAttributes

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

OracleAsmConfig connectionAttributes

hostname

hostname?: (string|null);

OracleAsmConfig hostname

oracleSslConfig

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

OracleAsmConfig oracleSslConfig

password

password?: (string|null);

OracleAsmConfig password

port

port?: (number|null);

OracleAsmConfig port

username

username?: (string|null);

OracleAsmConfig username