
com.pulumi.azurenative.storsimple.kotlin.outputs.ManagerIntrinsicSettingsResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.storsimple.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Intrinsic settings which refers to the type of the StorSimple Manager.
* @property type The type of StorSimple Manager.
*/
public data class ManagerIntrinsicSettingsResponse(
public val type: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.storsimple.outputs.ManagerIntrinsicSettingsResponse): ManagerIntrinsicSettingsResponse = ManagerIntrinsicSettingsResponse(
type = javaType.type(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy