On Premises Configuration Args
data class OnPremisesConfigurationArgs(val caCertificate: Output<String>? = null, val clientCertificate: Output<String>? = null, val clientKey: Output<String>? = null, val dumpFilePath: Output<String>? = null, val hostPort: Output<String>? = null, val kind: Output<String>? = null, val password: Output<String>? = null, val sourceInstance: Output<InstanceReferenceArgs>? = null, val username: Output<String>? = null) : ConvertibleToJava<OnPremisesConfigurationArgs>
On-premises instance configuration.
Constructors
Link copied to clipboard
constructor(caCertificate: Output<String>? = null, clientCertificate: Output<String>? = null, clientKey: Output<String>? = null, dumpFilePath: Output<String>? = null, hostPort: Output<String>? = null, kind: Output<String>? = null, password: Output<String>? = null, sourceInstance: Output<InstanceReferenceArgs>? = null, username: Output<String>? = null)
Properties
Link copied to clipboard
PEM representation of the trusted CA's x509 certificate.
Link copied to clipboard
PEM representation of the replica's x509 certificate.
Link copied to clipboard
The dump file to create the Cloud SQL replica.
Link copied to clipboard
The reference to Cloud SQL instance if the source is Cloud SQL.