OracleConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies connection parameters required specifically for Oracle databases.
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 |
host |
str
Required. The IP or hostname of the source Oracle database. |
port |
int
Required. The network port of the source Oracle database. |
username |
str
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service. |
password |
str
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service. |
password_set |
bool
Output only. Indicates whether a new password is included in the request. |
database_service |
str
Required. Database service for the Oracle connection. |
ssl |
google.cloud.clouddms_v1.types.SslConfig
SSL configuration for the connection to the source Oracle database. - Only SERVER_ONLY configuration is supported for
Oracle SSL.
- SSL is supported for Oracle versions 12 and above.
|
static_service_ip_connectivity |
google.cloud.clouddms_v1.types.StaticServiceIpConnectivity
Static Service IP connectivity. This field is a member of oneof _ connectivity .
|
forward_ssh_connectivity |
google.cloud.clouddms_v1.types.ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity. This field is a member of oneof _ connectivity .
|
private_connectivity |
google.cloud.clouddms_v1.types.PrivateConnectivity
Private connectivity. This field is a member of oneof _ connectivity .
|