OnPremisesConfigurationResponse

data class OnPremisesConfigurationResponse(val caCertificate: String, val clientCertificate: String, val clientKey: String, val dumpFilePath: String, val hostPort: String, val kind: String, val password: String, val sourceInstance: InstanceReferenceResponse, val username: String)

On-premises instance configuration.

Constructors

Link copied to clipboard
fun OnPremisesConfigurationResponse(caCertificate: String, clientCertificate: String, clientKey: String, dumpFilePath: String, hostPort: String, kind: String, password: String, sourceInstance: InstanceReferenceResponse, username: String)

Types

Link copied to clipboard
object Companion

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

PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.

Link copied to clipboard

The dump file to create the Cloud SQL replica.

Link copied to clipboard

The host and port of the on-premises instance in host:port format

Link copied to clipboard

This is always sql#onPremisesConfiguration.

Link copied to clipboard

The password for connecting to on-premises instance.

Link copied to clipboard

The reference to Cloud SQL instance if the source is Cloud SQL.

Link copied to clipboard

The username for connecting to on-premises instance.