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

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

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 2.82.0.0
Show newest version
@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