
com.pulumi.azurenative.hybridnetwork.kotlin.outputs.ImageMappingRuleProfileResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.hybridnetwork.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Image mapping rule profile
* @property userConfiguration List of values.
*/
public data class ImageMappingRuleProfileResponse(
public val userConfiguration: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.hybridnetwork.outputs.ImageMappingRuleProfileResponse): ImageMappingRuleProfileResponse = ImageMappingRuleProfileResponse(
userConfiguration = javaType.userConfiguration().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy