![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.migrate.kotlin.outputs.LaborSettingsResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.outputs
import kotlin.Double
import kotlin.Int
import kotlin.Suppress
/**
* Labour settings.
* @property hourlyAdminCost Hourly administrator cost.
* @property physicalServersPerAdmin Physical servers per administrator.
* @property virtualMachinesPerAdmin Virtual machines per administrator.
*/
public data class LaborSettingsResponse(
public val hourlyAdminCost: Double,
public val physicalServersPerAdmin: Int,
public val virtualMachinesPerAdmin: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.migrate.outputs.LaborSettingsResponse): LaborSettingsResponse = LaborSettingsResponse(
hourlyAdminCost = javaType.hourlyAdminCost(),
physicalServersPerAdmin = javaType.physicalServersPerAdmin(),
virtualMachinesPerAdmin = javaType.virtualMachinesPerAdmin(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy