GoldengateMicrosoftSqlserverConnectionProperties(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The properties of GoldengateMicrosoftSqlserverConnection.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
password |
str
Optional. Input only. The password Oracle Goldengate uses for Microsoft SQL Server connection in plain text. This field is a member of oneof_ connection_password_options.
|
password_secret_version |
str
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Microsoft SQL Server connection. Format: projects/{project}/secrets/{secret}/versions/{version}. This field is a member of oneof_ connection_password_options.
|
technology_type |
str
Optional. The technology type of MicrosoftSqlserverConnection. |
database |
str
Optional. The name of the database. |
host |
str
Optional. The name or address of a host. |
port |
int
Optional. The port of an endpoint usually specified for a connection. |
username |
str
Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server. |
additional_attributes |
MutableSequence[google.cloud.oracledatabase_v1.types.NameValuePair]
Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string. |
security_protocol |
google.cloud.oracledatabase_v1.types.GoldengateMicrosoftSqlserverConnectionProperties.MicrosoftSqlserverSecurityProtocol
Optional. Security Type for Microsoft SQL Server. |
ssl_ca_file |
str
Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL). |
server_certificate_validation_required |
bool
Optional. If set to true, the driver validates the certificate that is sent by the database server. |
Classes
MicrosoftSqlserverSecurityProtocol
MicrosoftSqlserverSecurityProtocol(value)Enum for Security Type for Microsoft SQL Server.