LinuxServerLicensingSettingsArgs

data class LinuxServerLicensingSettingsArgs(val licenseCost: Output<Double>) : ConvertibleToJava<LinuxServerLicensingSettingsArgs>

Linux Server licensing settings.

Constructors

Link copied to clipboard
constructor(licenseCost: Output<Double>)

Properties

Link copied to clipboard
val licenseCost: Output<Double>

Licence Cost.

Functions

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