WindowsServerLicensingSettingsArgs

data class WindowsServerLicensingSettingsArgs(val licenseCost: Output<Double>, val licensesPerCore: Output<Int>, val softwareAssuranceCost: Output<Double>) : ConvertibleToJava<WindowsServerLicensingSettingsArgs>

Windows Server licensing settings.

Constructors

Link copied to clipboard
constructor(licenseCost: Output<Double>, licensesPerCore: Output<Int>, softwareAssuranceCost: Output<Double>)

Properties

Link copied to clipboard
val licenseCost: Output<Double>

Licence Cost.

Link copied to clipboard
val licensesPerCore: Output<Int>

Licenses per core.

Link copied to clipboard

Software assurance (SA) cost.

Functions

Link copied to clipboard
open override fun toJava(): WindowsServerLicensingSettingsArgs