Interface protos.google.cloud.oracledatabase.v1.IGoldengatePostgresqlConnectionProperties (0.8.0)

Properties of a GoldengatePostgresqlConnectionProperties.

Package

@google-cloud/oracledatabase

Properties

additionalAttributes

additionalAttributes?: (google.cloud.oracledatabase.v1.INameValuePair[]|null);

GoldengatePostgresqlConnectionProperties additionalAttributes

database

database?: (string|null);

GoldengatePostgresqlConnectionProperties database

dbSystemId

dbSystemId?: (string|null);

GoldengatePostgresqlConnectionProperties dbSystemId

host

host?: (string|null);

GoldengatePostgresqlConnectionProperties host

password

password?: (string|null);

GoldengatePostgresqlConnectionProperties password

passwordSecretVersion

passwordSecretVersion?: (string|null);

GoldengatePostgresqlConnectionProperties passwordSecretVersion

port

port?: (number|null);

GoldengatePostgresqlConnectionProperties port

securityProtocol

securityProtocol?: (google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties.PostgresqlSecurityProtocol|keyof typeof google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties.PostgresqlSecurityProtocol|null);

GoldengatePostgresqlConnectionProperties securityProtocol

sslCaFile

sslCaFile?: (string|null);

GoldengatePostgresqlConnectionProperties sslCaFile

sslCertFile

sslCertFile?: (string|null);

GoldengatePostgresqlConnectionProperties sslCertFile

sslCrlFile

sslCrlFile?: (string|null);

GoldengatePostgresqlConnectionProperties sslCrlFile

sslKeyFile

sslKeyFile?: (string|null);

GoldengatePostgresqlConnectionProperties sslKeyFile

sslMode

sslMode?: (google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties.PostgresqlSslMode|keyof typeof google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties.PostgresqlSslMode|null);

GoldengatePostgresqlConnectionProperties sslMode

technologyType

technologyType?: (string|null);

GoldengatePostgresqlConnectionProperties technologyType

username

username?: (string|null);

GoldengatePostgresqlConnectionProperties username