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

com.pulumi.azurenative.migrate.kotlin.outputs.LinuxServerLicensingSettingsResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.migrate.kotlin.outputs

import kotlin.Double
import kotlin.Suppress

/**
 * Linux Server licensing settings.
 * @property licenseCost Licence Cost.
 */
public data class LinuxServerLicensingSettingsResponse(
    public val licenseCost: Double,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.migrate.outputs.LinuxServerLicensingSettingsResponse): LinuxServerLicensingSettingsResponse = LinuxServerLicensingSettingsResponse(
            licenseCost = javaType.licenseCost(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy