All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.datamigration.v1.kotlin.outputs.DatabaseEngineInfoResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.datamigration.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The type and version of a source or destination database.
 * @property engine Engine type.
 * @property version Engine named version, for example 12.c.1.
 */
public data class DatabaseEngineInfoResponse(
    public val engine: String,
    public val version: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.datamigration.v1.outputs.DatabaseEngineInfoResponse): DatabaseEngineInfoResponse = DatabaseEngineInfoResponse(
            engine = javaType.engine(),
            version = javaType.version(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy