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

com.pulumi.azurenative.dbforpostgresql.kotlin.outputs.MigrationSubStateDetailsResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.dbforpostgresql.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Migration sub state details.
 * @property currentSubState Migration sub state.
 */
public data class MigrationSubStateDetailsResponse(
    public val currentSubState: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.dbforpostgresql.outputs.MigrationSubStateDetailsResponse): MigrationSubStateDetailsResponse = MigrationSubStateDetailsResponse(
            currentSubState = javaType.currentSubState(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy