
com.pulumi.azurenative.migrate.kotlin.outputs.HypervVirtualizationManagementSettingsResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.outputs
import kotlin.Double
import kotlin.Int
import kotlin.Suppress
import kotlin.collections.List
/**
* HyperV Virtualization Management Settings.
* @property licenseAndSupportList Licence and support list.
* @property numberOfPhysicalCoresPerLicense Number of physical cores per licence.
* @property softwareAssuranceCost Software Assurance Cost.
*/
public data class HypervVirtualizationManagementSettingsResponse(
public val licenseAndSupportList: List,
public val numberOfPhysicalCoresPerLicense: Int,
public val softwareAssuranceCost: Double,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.migrate.outputs.HypervVirtualizationManagementSettingsResponse): HypervVirtualizationManagementSettingsResponse =
HypervVirtualizationManagementSettingsResponse(
licenseAndSupportList = javaType.licenseAndSupportList().map({ args0 ->
args0.let({ args0 ->
com.pulumi.azurenative.migrate.kotlin.outputs.HypervLicenseResponse.Companion.toKotlin(args0)
})
}),
numberOfPhysicalCoresPerLicense = javaType.numberOfPhysicalCoresPerLicense(),
softwareAssuranceCost = javaType.softwareAssuranceCost(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy