| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SslConfig |
SslConfig.clone() |
SslConfig |
PostgreSqlConnectionProfile.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
MySqlConnectionProfile.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
SslConfig.set(String fieldName,
Object value) |
SslConfig |
SslConfig.setCaCertificate(String caCertificate)
Required.
|
SslConfig |
SslConfig.setClientCertificate(String clientCertificate)
Input only.
|
SslConfig |
SslConfig.setClientKey(String clientKey)
Input only.
|
SslConfig |
SslConfig.setType(String type)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.setSsl(SslConfig ssl)
SSL configuration for the destination to connect to the source database.
|
MySqlConnectionProfile |
MySqlConnectionProfile.setSsl(SslConfig ssl)
SSL configuration for the destination to connect to the source database.
|
Copyright © 2011–2021 Google. All rights reserved.