HypervLicenseArgs

data class HypervLicenseArgs(val licenseCost: Output<Double>, val licenseType: Output<Either<String, HyperVLicenseType>>) : ConvertibleToJava<HypervLicenseArgs>

Representation of a licence.

Constructors

Link copied to clipboard
constructor(licenseCost: Output<Double>, licenseType: Output<Either<String, HyperVLicenseType>>)

Properties

Link copied to clipboard
val licenseCost: Output<Double>

Cost of a licence.

Link copied to clipboard
val licenseType: Output<Either<String, HyperVLicenseType>>

HyperV licence type.

Functions

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