On Premises Configuration Response
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)