| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
OnPremisesConfiguration |
OnPremisesConfiguration.clone() |
OnPremisesConfiguration |
DatabaseInstance.getOnPremisesConfiguration()
Configuration specific to on-premises instances.
|
OnPremisesConfiguration |
OnPremisesConfiguration.set(String fieldName,
Object value) |
OnPremisesConfiguration |
OnPremisesConfiguration.setCaCertificate(String caCertificate)
PEM representation of the trusted CA's x509 certificate.
|
OnPremisesConfiguration |
OnPremisesConfiguration.setClientCertificate(String clientCertificate)
PEM representation of the replica's x509 certificate.
|
OnPremisesConfiguration |
OnPremisesConfiguration.setClientKey(String clientKey)
PEM representation of the replica's private key.
|
OnPremisesConfiguration |
OnPremisesConfiguration.setDumpFilePath(String dumpFilePath)
The dump file to create the Cloud SQL replica.
|
OnPremisesConfiguration |
OnPremisesConfiguration.setHostPort(String hostPort)
The host and port of the on-premises instance in host:port format
|
OnPremisesConfiguration |
OnPremisesConfiguration.setKind(String kind)
This is always *sql#onPremisesConfiguration*.
|
OnPremisesConfiguration |
OnPremisesConfiguration.setPassword(String password)
The password for connecting to on-premises instance.
|
OnPremisesConfiguration |
OnPremisesConfiguration.setUsername(String username)
The username for connecting to on-premises instance.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstance |
DatabaseInstance.setOnPremisesConfiguration(OnPremisesConfiguration onPremisesConfiguration)
Configuration specific to on-premises instances.
|
Copyright © 2011–2021 Google. All rights reserved.